Click to See Complete Forum and Search --> : opening a new window in flash using js


mikey449
09-21-2003, 03:13 PM
Hey All!

Heres my question

Im trying to figure out the java script, i need to have a function that will allow a new window to open with customized size and attributes (no status bar, explorere bar, bare bones window). The link will be executed from a flash movie (http://www.section8music.com/) (On the bottom of mvoie). Any help is greatly appreciated!

Thanks
mIkey

AdamBrill
09-21-2003, 03:27 PM
I don't know flash, but here is the JS part:

window.open('http://www.yahoo.com', 'test', 'width=400px; height=300px;');

You might be able to figure it out from that...