PDA

View Full Version : mediaplayback setStyle()


rondog
12-27-2006, 06:35 PM
_global.style.setStyle("themeColor", "haloBlue");


I have a mediaplayback component and all it does is make the pause button blue..everything else is still green...any ideas?

rondog
12-27-2006, 07:11 PM
Hi I have a mediaplayback component and I want to have the haloblue rather than green on there so i put in:
_global.style.setStyle("themeColor", "haloBlue");

but all it does is skin the pause button and nothing else. Any idea why?

CyanBlue
12-27-2006, 07:21 PM
Your question should be posted in the Components forum... Posts moved/merged...

rondog
12-27-2006, 08:03 PM
well I ended up making a cop of the mediaplayback.fla and customizing all the colors and then exported it as a SWC. That seemed to work. The pause button was still not found in that file which I just went ahead and chaned "haloBlue" to a hex color...Its quite easy to edit these skins..never realized.