How to paste list into MySpace without displaying HTML tags?

leoburd - September 24, 2006 - 12:07
Project:Playlist (toolkit, modules)
Version:HEAD
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

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

#1

andygeorge - October 28, 2006 - 17:19

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" />

 
 

Drupal is a registered trademark of Dries Buytaert.