Published in: HTML
URL: http://www.jeroenwijering.com/?item=Flash_Video_Player
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.
<object type="application/x-shockwave-flash" width="400" height="220" wmode="transparent data="flvplayer.swf?file=movies/holiday.flv"> <param name="movie" value="flvplayer.swf?file=movies/holiday.flv" /> <param name="wmode" value="transparent" /> </object>
Comments
Subscribe to comments
You need to login to post a comment.

theres a comma missing there, after the "transparent". anyway, i'll advise people to use "Opaque" wmode, for better performances and to fix some other issues.