Is it possible to open this popup window with a Flash button.
If so what would the action script be.
Thanks
Is it possible to open this popup window with a Flash button.
If so what would the action script be.
Thanks
What do you want?
What window? Like actionscript opening a javascript window?
Or actionscript opening its own window?
Jeremy | jfein.net
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..
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"
Code:spawnWindow('url_goes here','name ','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=500,height=500')
Jeremy | jfein.net
Bookmarks