Flash Video Player HTML Code


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

Great little flash player for playing FLV files. Code below simply adds them to your web page. Remember to add 20 pixels to the height="" attribute to allow for the player controler.
For the player goto: http://www.jeroenwijering.com/?item=Flash_Video_Player.


Copy this code and paste it in your HTML
  1. <object type="application/x-shockwave-flash" width="400" height="220"
  2. wmode="transparent" data="flvplayer.swf?file=movies/holiday.flv">
  3. <param name="movie" value="flvplayer.swf?file=movies/holiday.flv" />
  4. <param name="wmode" value="transparent" />

URL: http://www.jeroenwijering.com/?item=Flash_Video_Player

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.