Groups | Blog | Home
all groups > flash actionscript > april 2004 >

flash actionscript : standalone flash file pop up



cowboy71
4/24/2004 9:33:03 PM
Ok, I'm trying to make a standalone flash file pop up. Not using javascript embeded within html. Not sure of the code though.
RobbieSoule
4/25/2004 11:44:27 AM
To have a .swf file pop-up you could simulate the popup by using the
loadMovie command to load another .swf into a higher layer of the currently
open .swf.

The pop-ups you see on the web are HTML pages controlled by java script.
You are just opening a new HTML window with preset parameters. So you could
use this javascript/HTML method to open the popup .swf in it's own HTML
page, with no menu or status bars. (You don't have to be online for this to
work, but the user's computer does need to have a browser.)

-Rob





[quoted text, click to view]

AddThis Social Bookmark Button