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

Video 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="player">This text will be replaced</div>
 
<script type="text/javascript">
var so = new SWFObject('/flv/player.swf','mpl','950','510','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=/flv/flv.xml&playlistsize=410&playlist=right&skin=/flv/modieus.swf');
so.write('player');
</script>
	
(Continues...)