I used to be able to use this actionscript on a button to make it open at a
specific size. 

 

on (release) {

getURL
("javascript:NewWindow=window.open('http://www.google.com','newWin','width=6
10,height=600,left=0,top=0,toolbar=no,location=no,scrollbars=no,status=no,re
sizable=no,fullscreen=No');  NewWindow.focus();      void(0);");

}

 

It doesn't work now. I have CS3 and I have my Prefs set to export as AS 2.0.
No luck. I tried some of the solutions around the web by adding JS to the
head tag but they don't work either. I am testing this locally.

 

Any suggestions?

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to