Video Onto A Website Without Plugins
After reading about MP4 and .ogv file conversions and all manner of video players, i'm really confused - I have read that HTML5 can be used to do this. My skills on the web are lim
Solution 1:
You can use HTML5 to achieve this, but you need to have the video in different formats for different browsers. I also suggest having a flash fallback for older browsers that don't support the video element.
Here is a quick guide on HTML5 video with a flash fallback.
You could also try looking into videojs, which seems to do most of the work for you.
Post a Comment for "Video Onto A Website Without Plugins"