/ Published in: HTML
[via rtcrm]
<b>Needed:</b>
- Video in FLV format.
- video_player.swf (standard player, which resizes for any flv).
<b>Notes:</b>
- SWF and FLV files can live anywhere.
- Location of FLV is relative to the location of video_player.swf. (see below - only video_player.swf needs the folder name.)
<b>Needed:</b>
- Video in FLV format.
- video_player.swf (standard player, which resizes for any flv).
<b>Notes:</b>
- SWF and FLV files can live anywhere.
- Location of FLV is relative to the location of video_player.swf. (see below - only video_player.swf needs the folder name.)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<object id="videoPlayerObject" name="videoPlayerObject" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1021" height="770"> <param name="movie" value="vid/video_player.swf"> <param name="flashvars" value="flv=filename.flv&width=1021&height=770"> <param name="allowScriptAccess" value="always"> <param name="allowFullScreen" value="true"> <param name="salign" value="lt"> <embed id="videoPlayerEmbed" name="videoPlayerEmbed" src="vid/video_player.swf" flashvars="flv=filename.flv&width=1021&height=770" allowFullScreen="true" width="1021" height="770" allowScriptAccess="always" salign="lt" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> </object>