groups

name language licence
Video Playlist on Right HTML Other
MP3 Playlist on Right HTML Other
MP3.xml HTML Other
Video XML HTML Other
Display your latest tweet as an image PHP Other
Embed YouTube PHP Other
Embed Feed PHP Other
Untitled Snippet PHP Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >



language: HTML
licence: Other

MP3 Playlist on Right

options: view full snippetsend to code collector
<script type='text/javascript' src='/wp-content/themes/modularity-m/js/swfobject.js'></script>

  <div id='mediaspace'>This div will be replaced</div>

  <script type='text/javascript'>
  var s1 = new SWFObject('/wp-content/video/player.swf','ply','950','470','9','#');
  s1.addParam('allowfullscreen','true');
  s1.addParam('allowscriptaccess','always');
  s1.addParam('wmode','opaque');
  s1.addParam('flashvars','file=/wp-content/video/mp3.xml&playlist=right&skin=/wp-content/skins/modieus.swf');
  s1.write('mediaspace');
</script>
	
(Continues...)