Configuring The Playlist.com Player
This is for the "Addon Field Playlist.com" which allows your members to include a music playlist from Playlist.com in their profile. The addon is avaiable as a free download from here ... Etano Downloads
These instructions allows you to change the default color in which the player will be displayed on your site. It also allows you to determine if the playlist automatically plays when users view a playist on a profile page.
For site-wide consistency and security the Playlist.com addon mod has been configured so users can't modify the code, therefore you must determine the color theme and the play option that you want for your site.
Once you have the Playlist.com addon installed, open the /includes/classes/fields/09field_playlist_com.class.php file in your editor and locate the following snips of code shown below in RED
<object width="435" height="270">Replace both sections shown above in RED with one of the options shown below in RED
<param name="movie" value="http://www.playlistproject.net/mc/mp3player_new.swf"></param>
<param name="allowscriptaccess" value="never"></param>
<param name="wmode" value="transparent"></param>
<param name="flashvars" value="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_purple.xml&mywidth=435&myheight=270&playlist_url=http%3A%2F%2Fwww.playlistproject.net%2Fpl.php%3Fplaylist%3D__PARAM1__%26t%3D__PARAM2__&wid=os"></param>
<embed style="width:435px; visibility:visible; height:270px;" allowScriptAccess="never" src="http://www.playlistproject.net/mc/mp3player_new.swf" flashvars="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_purple.xml&mywidth=435&myheight=270&playlist_url=http%3A%2F%2Fwww.playlistproject.net%2Fpl.php%3Fplaylist%3D__PARAM1__%26t%3D__PARAM2__&wid=os" width="435" height="270" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" border="0"/>
</object>
These are the default themes available by Playlist.com

Purple Theme:
config_purple_noautostart.xml (no auto play)
config_purple.xml (auto play)

Gray Theme:
config_regular_noautostart.xml (no auto play)
config_regular.xml (auto play)

Black Theme:
config_black_noautostart.xml (no auto play)
config_black.xml (auto play)

Red Theme:
config_red_noautostart.xml (no auto play)
config_red.xml (auto play)

Pink Theme:
config_pink_noautostart.xml (no auto play)
config_pink.xml (auto play)

Blue Theme:
config_blue_noautostart.xml (no auto play)
config_blue.xml (auto play)

Green Theme:
config_green_noautostart.xml (no auto play)
config_green.xml (auto play)
