Sorry, but your account doesn't have permission to do that.
In this tutorial we'll be looking at how to scale your flash movie dynamically using Actionscript 3.0. If you're a common user of Flash then you'll know that the Flash player has it's own default method of scaling movies, this is known as SHOW_ALL scale mode. This scale mode essentially scales your movie so that the whole application is visible while still maintaining it's original size. This is a property of the StageScaleMode class, the StageScaleMode class is full of properties that enable us
Comments