rcochran
01-09-2002, 10:49 PM
i'm developing a CD in flash with multiple links to external web content.
assuming that a browser isn't running, i want the getURL statement to name the new browser window that pops up so that subsequent URL requests will load in the same window.
so far, none of the standard options work (_top, _parent, or _self, etc.) nor does simply naming it (e.g. "foo".) the last option will work to create a new named instance of a browser window from a clicked href within HTML, then allowing targeting. i would expect it to work the same way in this case, but it is not.
here's what is happening instead: in all cases, additional links that i click open additional browser windows, no matter what target parameters that i pass.
does anybody have any ideas? any and all help is much appreciated. thanks.
assuming that a browser isn't running, i want the getURL statement to name the new browser window that pops up so that subsequent URL requests will load in the same window.
so far, none of the standard options work (_top, _parent, or _self, etc.) nor does simply naming it (e.g. "foo".) the last option will work to create a new named instance of a browser window from a clicked href within HTML, then allowing targeting. i would expect it to work the same way in this case, but it is not.
here's what is happening instead: in all cases, additional links that i click open additional browser windows, no matter what target parameters that i pass.
does anybody have any ideas? any and all help is much appreciated. thanks.