Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 years ago.
Impr开发者_如何学JAVAove this questionI'm creating a new look for the xspf player: http://musicplayer.sourceforge.net/
The playlist highlights the current song being played. I'd like to change the color but can't find where that option is listed in the .flv file, or in the actionscript file.
Anybody have an idea?
Looking at the xspf.fla file, it appears that the highlight is a white rectangle on Layer 1 of frame 2 of the mc.track_bg symbol - you could try changing the colour of this rectangle manually if you wanted to.
For anyone who cannot update the Flash source you can use playlist selectedColor in the skin.xml.
See Skin Documentation at http://www.lacymorrow.com/projects/jukebox/skindoc.html.
精彩评论