Can you get the size of the Flash object in Actionscript?
- by futuraprime
I'm working with a Flash movie and I'm trying to get the size of the player itself (i.e. the height and width Flash has to work with from the object/embed tag). As far as I can tell, Flash doesn't make this available to ActionScript.
I'm able to use this.root.loaderInfo.width and this.root.loaderInfo.height to get the "intended" size of the flash…