PDA

View Full Version : Target Open Window



themachine37
July 29th, 2004, 05:34 PM
ok guys here is my question:

can I load a new html page into an existing window, but not the same window i am loading it from?

heres what i want to do:

i have an image gallery in flash, and i want to be able to click on each of the images and open a new html page in a window. i can use the getURL action to open a new window but i dont want a new window to open everytime i want to be able to use that one pop up.

is this possible?

i hope that isnt too confusing
thanks

bodyvisual
July 29th, 2004, 05:49 PM
getURL("href.html", "mywin");

then on other buttons... getURL("href.html", "mywin");

:p:

themachine37
July 29th, 2004, 06:17 PM
didnt work, still opened another window :(

but thanks for trying!!!