Search code examples
flashactionscript-3background-color

Change stage background color in AS3?


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....


Solution

  • like this:

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