Toggle navigation
Dashboard
Dashboard Tracker
Add / Edit My Forums
System Announcements
Discussion
Active Thread Feed
Top Threads Today
Top Threads This Week
Top Threads Library
Go!
View All
View All
Login
Logout
Home
Forums Index
WebmasterWorld
/
Web Video Creation and Optimization
6:17 pm Jul 21, 2026
This page requires javascript.
Forum Moderators:
open
Message Too Old, No Replies
html 5 videos
phex
Msg#:4249306
10:32 am on Jan 5, 2011
(gmt 0)
Hi guys.
How many different types of source element exists eg.
<video controls>
<source src="video.mp4" type="video/ogg" />
</video>
for html5 video element?
justa
Msg#:4249313
10:57 am on Jan 5, 2011
(gmt 0)
There's a few, but this will get you across all the browsers.
<video id="movie" width="320" height="240" preload controls>
<source src="pr6.mp4" />
<source src="pr6.webm" type='video/webm; codecs="vp8, vorbis"' />
<source src="pr6.ogv" type='video/ogg; codecs="theora, vorbis"' />
<object width="320" height="240" type="application/x-shockwave-flash" data="flowplayer-3.2.1.swf">
<param name="movie" value="flowplayer-3.2.1.swf" />
<param name="allowfullscreen" value="true" />
<param name="flashvars" value='config={"clip": {"url": "http://wearehugh.com/dih5/good/bbb_480p.mp4", "autoPlay":false, "autoBuffering":true}}' />
<p>Download video as <a href="pr6.mp4">MP4</a>, <a href="pr6.webm">WebM</a>, or <a href="pr6.ogv">Ogg</a>.</p>
</object>
</video>
JPcinemamaster
Msg#:4307090
9:39 pm on May 2, 2011
(gmt 0)
My client is very concern about iPad users, this approach will likely make everybody happy.
Join The Conversation
Register
For Free! -
Become a
Pro Member
!
See forum categories
-
Enter the Forum
Moderators and Top Contributors
Moderator List
| Top Contributors:
This Week
,
This Month
,
Jun
,
May
,
Archive
,
Top 100 All Time
,
Top Voted Members
Hot Threads This Week
July 2026 Google Search Observations
Annoying Crawler, Bot, or what?
Suspicious visitors
Do you still build external links in 2026?
How to find out why a page is suddenly popular?
Home
Forums Index
WebmasterWorld
/
Web Video Creation and Optimization
6:17 pm Jul 21, 2026