Welcome To Snipplr
Everyone's Recent HTML Snippets Tagged video
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev 1 Next »
Remember to change flashvars (src, poster) and the size of the player in swfobject.embedSWF parameters (428, 240)
0
860
posted 13 years ago by carlskov
Until recently, playing video files in a web page was notoriously complicated. The user requires a Flash or Silverlight plug-in and even the simplest HTML is a confusing mess.
Few HTML5 features excite developers more than native audio and video....
1
1124
posted 13 years ago by blueocto
Well almost ;) This should really cover most any browser out there. If no HTML5 support will fall back to flash, so for this example Flowplayer is required, but any flash video would work.
also FP will play many different formats not just flv.
5
1040
posted 14 years ago by myke
[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 v...
0
942
posted 14 years ago by mennyj
[via rtcrm]
Video for Everybody is very simply a chunk of HTML code that embeds a video into a website using the HTML5 `<video>` element which offers native playback in Firefox 3.5 and Safari 3 & 4.
This is native OGG video playback in Firefox 3....
3
924
posted 14 years ago by mennyj
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_Vid...
39
8457
posted 18 years ago by 1man
« Prev 1 Next »