I need to display noScale content, I've done this before but probably withe CS3 it is done in a different way.
I'm getting the following error message:
1119: Access of possibly undefined property scaleMode through a reference with static type Class.
When I use the following code in the first frame:
Stage.scaleMode = "noscale";
stop();
Solution?
Start Free Trial