groups

name language licence
music columns PHP Other
Untitled Snippet PHP Other
Template : music PHP Other
Commercial Demos PHP Other
Sound Clips for Film PHP Other
Sound Clips for Advertising PHP Other
Clips from CSW Film Projects PHP Other
header (good) 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

Clips from CSW Film Projects

options: view full snippetsend to code collector
<script type="text/javascript" src='/flv/swfobject.js'></script>
 
<div id="player">This text will be replaced</div>
 
<script type="text/javascript">
var so = new SWFObject('/flv/player.swf','mpl','530','380','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=/flv/projects.xml&playlistsize=380&playlist=bottom&skin=/flv/modieus.swf');
so.write('player');
</script>
	
(Continues...)