View Full Version : Load Into Existing Window
fshea
11-10-2001, 04:39 PM
I have a page with a link. When the link is clicked, a new page (with my flash movie) opens in a new window. That new page contains links, and I want those links to load into the original page. Unfortunately, I don't know how to do this. I am not using frames, so the original page does not have a name to refer the new links to. Thak you.
pixelwit
11-13-2001, 06:13 AM
I think this is what you're looking for.
getURL ("yourlink.html", "_self");
In the drop down list for "window" choose "self"
If you want to load it into your current movie (not html page) you need to check out "loadMovie".
Hope this helps.
-PiXELWiT
http://www.pixelwit.com
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.