Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Too simple to be true! (is: browser windows) |
From: | Helen Triolo |
Date: | Tue, 10 Oct 2000 20:41:20 +0100 |
Just for the record, when I tried this, I used a window named "jdowdell"
(OK, I didn't really -- but I used something equally *not* a reserved
word or window name) and got the same result. This really does seem
like a Flash ActiveX bug to me. Surely a getURL that targets the same
window as another getURL should not open a new window, should it? It
doesn't in Netscape; only IE. One button has:
on (release) {
getURL ("http://www.macromedia.com", "jdowdell");
}
Another button has
on (release) {
getURL ("http://i-technica.com", "jdowdell");
}
(yes, I went and tried it again with jdowdell just for fun ;-) and every
time you click either of those buttons, IE spawns a new window. If it's
not a bug, what's wrong?
Helen
---------------------------------------------------
Flash 5 Journal: http://i-technica.com/flash5
Flash Q&A archive: http://i-technica.com/flashlist
John Dowdell wrote:
>
> At 6:24 AM 10/10/0, Bill Bogan wrote:
> >> > Using a button in Flash 4 or 5, when I target an open named browser window
> >> > ("main") using get URL and the open named window, instead of replacing the
> >> > content of the named window, it opens a new window in IE (works fine in
> >> > Netscape).
>
> If you're actually calling a window "main", then that can conflict with the
> reserved term "main", and different browsers may indeed handle this in
> different ways. You might consider using a name which is not a reserved
> term...?
>
> jd
>
> John Dowdell, Macromedia Tech Support, San Francisco CA US
> Search technotes: http://www.macromedia.com/support/search/
> Offlist email risks capture by the spam filters. I may not see your
> email if it's not on the list. Private one-on-one email options are
> available via Priority Access: http://www.macromedia.com/support/
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> NudeGuru.com is proud to sponsor the Flasher list
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> IT'S THE ART OF MONEY, HONEY!
> Tips and Advice from some of the most popular Flash
> artists + industry power-brokers on how to hold onto
> your rights, negotiate contracts and get full value
> for your work.http://www.nudeguru.com from Franke James
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpchinwag [dot] com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: Too simple to be true! (is: b, derrickito
Replies
Re: FLASH: Too simple to be true! (is: b, John Dowdell
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]