Question
I'm trying to make the window size smaller in flash actionscript 3.0
}
car1.addEventListener(MouseEvent.CLICK, some122);
function some122(event:MouseEvent):void{
var some122:URLRequest = new URLRequest("http://www.cnn.com/"
navigateToURL(some122Link, "_blank");
}
Everything works perfectly when I takeout the "width=800, height=596". But I only want the screen to be a certain size. Any help is greatly needed.
Thanks
