Posted by leoburd on September 24, 2006 at 12:07pm
Jump to:
| Project: | Playlist (toolkit, modules) |
| Version: | master |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
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" />