Log in

View Full Version : Popup Window Generator



egghead2000
03-23-2008, 08:23 PM
Is it possible to open this popup window with a Flash button.

If so what would the action script be.

Thanks

Nile
03-23-2008, 09:01 PM
What do you want?
What window? Like actionscript opening a javascript window?
Or actionscript opening its own window?

egghead2000
03-23-2008, 09:24 PM
What window? Like actionscript opening a javascript window?

Is it possible to do the above? I'm in the process of building a site with Flash buttons and the only way I know how to do a popup window is with javascript, but I don't know how to link the two together..

Nile
03-23-2008, 09:27 PM
For this you might wanna call javascript from actionscript. I have no idea on one single line about actionscript. So look here and see if you can find your answer:
http://www.klynch.com/archives/000079.html
This tutorial teaches how to call javascript through actionscipt.
Or you can just make a new window"


spawnWindow('url_goes here','name
','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=500,height=500')