Hello there,

Excuse my ignorance, but how to paste an audio list into MySpace without displaying the HTML tags? I copied the audiolist tags into my MySpace profiles and both the player and tags get displayed...

Thanks in advance,

Leo

Comments

andygeorge’s picture

The code you normally would use should look something like this:

<div class="xspf-player"><object type="application/x-shockwave-flash" width="400" height="170" data=""><param name="movie" value="" /><embed type="application/x-shockwave-flash" width="400" height="170" src="" FlashVars="" quality="high" name="" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></div>

for myspace, you need to delete the object tag and keep only the embed tag, so that it would look like this:

<embed type="application/x-shockwave-flash" width="400" height="170" src="" FlashVars="" quality="high" name="" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />