PDA

View Full Version : How to open new .swf in new window & keep original .swf



SuperMilk
12-19-2003, 05:38 PM
from my main .swf I want to open up a new .swf window while keeping my main .swf still open, but everytime I use loadMovie(), it opens up the new .swf and closes the other .swf. What do I need to do?

thanks

Taff
12-20-2003, 11:59 AM
getURL("myMovie.swf","_blank");

will open it in a new window.

SuperMilk
12-20-2003, 11:35 PM
Yeah, I got that to work, but when I test it out with Flashplayer (not using a web browser) it closes the window automatically, and I want the original .swf open.

I'm trying to use my flash project as a cd-rom based portfolio and also as a web based portfolio.

Taff
12-21-2003, 10:23 AM
Hi,
using the code I gave you will open a new browser window...it won't close any windows? It is irrelevant whether it is being called from a browser window or the flash player.

Taff

dier02
01-23-2005, 10:43 AM
Do you want to load into the first movie - like have an empty Mc within the first movie and have your other swf imported into it?