Can I resize an entire Flash project using ActionScript or some other method?
I created the Flash CS3 application 1024x768, but upon closer inspection of the specifications, I now understand that it should be 800x600. Instead of manually making it smaller, I would like to resize the window as if someone were dragging the outer edge. Or maybe add a button that allows you to switch between 1024x768 and 800x600. Is it possible?
I mean something like this:
stage.stageWidth = 800; stage.stageHeight = 600;
actionscript flash resize window
pypmannetjies
source share