Return to Snippet

Revision: 27622
at June 18, 2010 00:45 by mennyj


Initial Code
<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&amp;width=1021&amp;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&amp;width=1021&amp;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>

Initial URL


Initial Description
[via rtcrm]
<b>Needed:</b><br>
- Video in FLV format.<br>
- video_player.swf (standard player, which resizes for any flv).<br><br>

<b>Notes:</b><br>
- SWF and FLV files can live anywhere.<br>
- Location of FLV is relative to the location of video_player.swf.  (see below - only video_player.swf needs the folder name.)<br>

Initial Title
Standard Flash Player Embed - FLV

Initial Tags
html, flash, video

Initial Language
HTML