You are currently viewing the Flash (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Does anyone know how with ActionScript to set the background color of the stage. I have a single frame project that I want to define the background color on with ActionScript but not by using the GUI.
You might check into the stage class in Flash 8, background color does not exist in 2004mx and I don't have 8 yet. Otherwise I would suggest creating a movie the size of your stage and change the color with actionscript.
I am using Flash 8, but I don't can't find a background color property for the stage (not the movie) that I can set in Actionscript. If anyone can point me to some actionscript to do this I would greatly aprectiate it.