change flash background color?
change flash background color?
- Started
- Last post
- 5 Responses
- imakedesign
anyone know how to do this dynamically. so when i click a link the bg color is changed?
- tGP0
make a movieclip that scales to the size of the background, then change its color...
check some of these prototypes, they will all handle what you are wanting to do:
http://proto.layer51.com/l.aspx?…
- imakedesign0
ah right i got that but my problem is i want to change the whole html page color the swf sits in.
- tGP0
first, do you have any html elements on the page, or is the html just to embed the flash, caue if that is the case, the easiest route to take would be have a container swf scale to 100% of the browser window (and have a movieclip in it that changes color) and have the site swf load into it...
- imakedesign0
thanks jevad, bang on the mark.