Change stage background color in AS3?

FlyingCat picture FlyingCat · Aug 8, 2010 · Viewed 45.3k times · Source

I am using pure AS3 to build my project. I was wondering if there are anyways to change the stage background color through AS3...Thanks for the help....

Answer

PatrickS picture PatrickS · Aug 8, 2010

like this:

[SWF(backgroundColor="0xec9900")]
public class Main extends Sprite
{
    }