<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d">The &lt;video&gt; tag *specifically was* conceived to render video without<br>
</div>
proprietary plugins. &nbsp;Aside from being bad from their license alone,<br>
proprietary video playback plugins are also technologically inferior,<br>
and video rendering exemplifies that. &nbsp;Even Free video playback<br>
plugins are inferior to native rendering for performance reasons.</blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
With &lt;video&gt; the browser itself will render video, like it does pngs,<br>
and text. &nbsp;Another great advantage is the video playback is exposed<br>
via the DOM, and can be CSS-ified, and interacted with dynamically<br>
using javascript.</blockquote><div><br></div><div>Aye. &nbsp;And the last I heard they were still discussing what codecs to employ and what standards they should use. &nbsp;So I would guess that if browsers do support it they are attempting to beat the curve ;)&nbsp;</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Here is a video of some of the magic this makes possible:<br>
<a href="http://www.bluishcoder.co.nz/video_svg_demo.ogg" target="_blank">http://www.bluishcoder.co.nz/video_svg_demo.ogg</a><br>
<br>
You can download Firefox 3.1, Alpha 1 from:<br>
<a href="http://download.mozilla.org/?product=shiretoko-alpha1&amp;os=linux&amp;lang=en-US" target="_blank">http://download.mozilla.org/?product=shiretoko-alpha1&amp;os=linux&amp;lang=en-US</a><br>
<br>
And demo video playback in your browser by visiting this url in it:<br>
<a href="http://people.xiph.org/~maikmerten/demos/arctic_giant.html" target="_blank">http://people.xiph.org/~maikmerten/demos/arctic_giant.html</a><br>
<br>
For some reason, that demo site appeared to work properly on my<br>
machine which is not yet using FF3.1 (Mozilla/5.0 (X11; U; Linux<br>
x86_64; en-US; rv:<a href="http://1.9.0.1" target="_blank">1.9.0.1</a>) Gecko/2008071615 Fedora/3.0.1-1.fc9<br>
Firefox/3.0.1)<br>
<br>
The actual tag that corresponds to the video is:<br>
&lt;video src=&quot;arctic_giant.ogg&quot; width=&quot;512&quot; height=&quot;385&quot; controls=&quot;true&quot;&gt;&lt;/video&gt;<br>
<br>
So I guess it is also already supported in FireFox.<br>
</blockquote></div><div><br></div>Awesome! &nbsp;I didn&#39;t know FF supported it yet. &nbsp;Are you sure that FF isn&#39;t launching a 3rd party app, like Luke suggested? &nbsp;If it truly is being rendered by the browser and not a proprietary plugin (even if it IS MPlayer :-P) then that&#39;s awesome.<br>
<br clear="all"><br><br>
</div>