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

Implementing a Skin

options: view full snippetsend to code collector
var so = new SWFObject('http://www.yoursite.com/player.swf','mpl','470','320','9'); 
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addVariable('file', '/upload/flash.flv');
so.addVariable('skin', '/path/to/skinfile/skin.swf');
so.write('player');




	
(Continues...)