Skip to main content
Inspiring
January 24, 2008
Answered

Is it possible to have multiple skins on a mp3 player

  • January 24, 2008
  • 1 reply
  • 244 views
I'm creating a basic flash mp3 player but I'd like users to be able to choose multiple skins. For example a Black , Grey and Blue skin. Can anyone recommend a good way to get this done?
This topic has been closed for replies.
Correct answer niki tsanov
First you must create different movieclips that stored the elements who want to change.After that you can make random graphics element and store into the library and use if or switch statement that check the user choice and change the graphics with attachMovie().For every movieclip element you can use one number for depth for example 1 to skip the muliple views of random graphics :)

1 reply

niki tsanovCorrect answer
Inspiring
January 24, 2008
First you must create different movieclips that stored the elements who want to change.After that you can make random graphics element and store into the library and use if or switch statement that check the user choice and change the graphics with attachMovie().For every movieclip element you can use one number for depth for example 1 to skip the muliple views of random graphics :)