Posted By


mennyj on 06/18/10

Tagged


Statistics


Viewed 736 times
Favorited by 0 user(s)

Standard Flash Player Embed - FLV


/ Published in: HTML
Save to your folder(s)

[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.)


Copy this code and paste it in your HTML
  1. <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">
  2. <param name="movie" value="vid/video_player.swf">
  3. <param name="flashvars" value="flv=filename.flv&amp;width=1021&amp;height=770">
  4. <param name="allowScriptAccess" value="always">
  5. <param name="allowFullScreen" value="true">
  6. <param name="salign" value="lt">
  7. <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>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.