groups

name language licence
Untitled Snippet PHP Other
Embed XSPF PHP Other
Revolt PHP Other
Untitled Snippet PHP Other
Embed Flash PHP Other
Video & Playlist PHP Other
Image & MP3 PHP Other
Implementing a Skin 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: PHP
licence: Other

Untitled Snippet

options: view full snippetsend to code collector
<script type="text/javascript" src="http://www.test.cinemasoundworks.com/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('/wp-content/media/player.swf','mpl','720','1470','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=/wp-content/media/mp3s.xspf&backcolor=111111&frontcolor=cccccc&lightcolor=66cc00&playlistsize=1000&skin=lighttpd&playlist=right');
so.write('player');
</script>

&backcolor=111111&frontcolor=cccccc&lightcolor=66cc00&playlistsize=1000&skin=
	
(Continues...)