Toddimus_Prime
08-30-2001, 09:49 PM
I would like to know how to get my flash site to open in a new window that is the same size as the flash site (in my case 800x600) and without any button or icons on the menu bar (except the close and minimize of course). Kinda like the deus ex site.
myron
08-30-2001, 11:08 PM
Here's a javascript code that will do that:
newWindow = window.open("flashpage.html","windowname","width=800,height=600")
you could have another page (like your index.html page) automatically open it with the following body tag:
<body onload="newWindow = window.open('flashpage.html','windowname','width=800,height=600')" >
Toddimus_Prime
08-30-2001, 11:16 PM
wicked! thx, i'll try that
vBulletin® v3.7.0, Copyright ©2000-2010, Jelsoft Enterprises Ltd.