Help. I see loads of profiles with Playlists on them but I can't seem to make mine work.
Any tricks I should be aware of?
UPDATE:
Hooray! I finally got it to work. Playlists will not work in the Media box. It has to be in a box with HTML.
Here is the HTML code I used:
<*embed src="http://www.musicplaylist.net/mc/mp3player.swf"quality="high" width="435" height="270"type="application/x-shockwave-flash"flashvars="&config=http://www.musicplaylist.net/mc/config/config_black.xml&file=http://www.musicplaylist.net/loadplaylist.php?playlist=00000000"wmode="transparent"><*/embed>
Replace the "00000000" with your playlist number. Then delete the two astriks (*) that I highlighted in red.
You can also customize the color of your player where the yellow highlight is.
Also if you'd rather not have your playlist "auto play" then use this HTML code:
<*embed src="http://www.musicplaylist.net/mc/mp3player.swf"quality="high" width="435" height="270"type="application/x-shockwave-flash"flashvars="&config=http://www.musicplaylist.net/mc/config/config_black_noautostart.xml&file=http://www.musicplaylist.net/loadplaylist.php?playlist=00000000"wmode="transparent"><*/embed>
As with the previous code, add your playlist number and delete the astriks (*)
.


