Skip to main content
Participant
July 24, 2007
Question

Custom web background for users

  • July 24, 2007
  • 3 replies
  • 248 views
Hi. I've seen this done before, but not with flash. This site had about 4 different buttons, each controlling a different color scheme for the website. The users could then choose which scheme they wanted by pushing the appropriate button. I was wondering if anyone has seen that done with actionscripts/flash? Or what is the best way to do that? Thanks.

This topic has been closed for replies.

3 replies

kglad
Community Expert
Community Expert
July 24, 2007
with as3, add the selected background to the display list at a depth below everything else in the display list.
Participant
July 24, 2007
either one, which ever is best. I would assume as3 has more features though.
kglad
Community Expert
Community Expert
July 24, 2007
choosing a different background is easy. choosing a different color scheme may not be so easy.

which is it you're trying to do and are you using as2 or as3?