Featured Posts

Earn Residual Income Residual income is a passive or recurring income that continues to generate after the initial effort. Most people earn "linear" income or receive a "one-shot" compensation. Royalties, rent from properties,...

Read more

Job Opportunity Looking for work? Want to earn a few extra bucks? Start full-time or part-time. Be your own boss. Have the flexibility and the freedom. It's a business opportunity where you supply consumers with services...

Read more

Get Paid While Using Your Phone Imagine getting paid each time you or someone else makes a phone call, watches tv, surfs the internet, or uses gas and electricity. Imagine getting paid every month, every year, or over an entire lifetime....

Read more

  • Prev
  • Next

Firefox 3.5 Video

Category : General, Internet, Linux

The latest Firefox 3.5 release now support HTML 5 open video format. This means videos and movies can be dynamically played and rendered on the Firefox 3.5 browser without the use Javascript players and plugins. A typical video format syntax would look like this:

<video src=”out.ogv” autoplay>
Your browser does not support the <code>video</code> element.
</video>

The first line tells the browser it’s a video element with a source file of out.ogv. The second line is for browsers that do not support HTML 5 video element. The third line is the closing of the video element.

If you are seeing “Your browser does not support video element,” it means your browser does not support HTML 5 video format. You can try using Firefox 3.5 to view the video.

For developers and web designers, you can try using Flash as an alternate if the video element is not supported using the following format:

<video src=”video.ogv” controls>
<object data=”flvplayer.swf” type=”application/x-shockwave-flash”>
<param value=”flvplayer.swf” name=”movie”/>
</object>
</video>

Post to Twitter Post to Plurk Post to Yahoo Buzz Post to Delicious Post to Digg Post to Facebook Post to MySpace Post to Ping.fm Post to Reddit Post to StumbleUpon

Comments are closed.