<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: using &lt; video &gt; instead of flash</title>
	<atom:link href="http://urchn.org/post/using-video-instead-of-flash/feed" rel="self" type="application/rss+xml" />
	<link>http://urchn.org/post/using-video-instead-of-flash</link>
	<description>3D animated filmmaking in free software and the commons</description>
	<lastBuildDate>Sat, 12 May 2012 22:15:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: bassam</title>
		<link>http://urchn.org/post/using-video-instead-of-flash/comment-page-1#comment-66</link>
		<dc:creator>bassam</dc:creator>
		<pubDate>Wed, 13 May 2009 06:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://tube.freefac.org/?p=419#comment-66</guid>
		<description>Hey rillian, was nice seeing you too :)
Thanks for the help, both of you. Expect a video soon for testing, with &#039;appropriate&#039; content :)
cheers!</description>
		<content:encoded><![CDATA[<p>Hey rillian, was nice seeing you too <img src='http://urchn.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks for the help, both of you. Expect a video soon for testing, with &#8216;appropriate&#8217; content <img src='http://urchn.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rillian</title>
		<link>http://urchn.org/post/using-video-instead-of-flash/comment-page-1#comment-64</link>
		<dc:creator>rillian</dc:creator>
		<pubDate>Wed, 13 May 2009 06:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://tube.freefac.org/?p=419#comment-64</guid>
		<description>Right, if you&#039;re willing to provide both h.264 mp4 and ogg theora, then you can put the flash player inside the &lt;video&gt; element, point it at the same mp4 you gave for Safari, and it will fall back smoothly. You just have to provide at least one &lt;source&gt; element for &lt;em&gt;each&lt;/em&gt; browser&#039;s chosen baseline format. You can&#039;t, for example, have only an Ogg version users and fall back to Vimeo for everyone else.

I&#039;ve put together &lt;a href=&quot;http://thaumas.net/~giles/2009/vidtest/&quot; rel=&quot;nofollow&quot;&gt;a demo&lt;/a&gt; if you want to see how it works.</description>
		<content:encoded><![CDATA[<p>Right, if you&#8217;re willing to provide both h.264 mp4 and ogg theora, then you can put the flash player inside the &lt;video&gt; element, point it at the same mp4 you gave for Safari, and it will fall back smoothly. You just have to provide at least one &lt;source&gt; element for <em>each</em> browser&#8217;s chosen baseline format. You can&#8217;t, for example, have only an Ogg version users and fall back to Vimeo for everyone else.</p>
<p>I&#8217;ve put together <a  href="http://thaumas.net/~giles/2009/vidtest/" rel="nofollow">a demo</a> if you want to see how it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rillian</title>
		<link>http://urchn.org/post/using-video-instead-of-flash/comment-page-1#comment-61</link>
		<dc:creator>rillian</dc:creator>
		<pubDate>Tue, 12 May 2009 08:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://tube.freefac.org/?p=419#comment-61</guid>
		<description>That might work if you&#039;re providing both an ogv and an mp4 version as alternates in the &lt;video&gt; element.

The problem we had was that the alternate content (your &#039;youtube link&#039;) is only used if the browser doesn&#039;t implement &lt;video&gt;. Safari at least will try to play the Ogg version, but if the XiphQT component isn&#039;t installed it will fail to play...but not fall back to the &lt;embed&gt;.

I&#039;ve only tried to get Ogg-only pages working, though.</description>
		<content:encoded><![CDATA[<p>That might work if you&#8217;re providing both an ogv and an mp4 version as alternates in the &lt;video&gt; element.</p>
<p>The problem we had was that the alternate content (your &#8216;youtube link&#8217;) is only used if the browser doesn&#8217;t implement &lt;video&gt;. Safari at least will try to play the Ogg version, but if the XiphQT component isn&#8217;t installed it will fail to play&#8230;but not fall back to the &lt;embed&gt;.</p>
<p>I&#8217;ve only tried to get Ogg-only pages working, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steren</title>
		<link>http://urchn.org/post/using-video-instead-of-flash/comment-page-1#comment-60</link>
		<dc:creator>Steren</dc:creator>
		<pubDate>Tue, 12 May 2009 07:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://tube.freefac.org/?p=419#comment-60</guid>
		<description>What you put inside the &quot;video&quot; tag will only be displayed if the browser doesn&#039;t support &quot;video&quot;. If I remember well, it&#039;s that easy.

video youtube link /video</description>
		<content:encoded><![CDATA[<p>What you put inside the &#8220;video&#8221; tag will only be displayed if the browser doesn&#8217;t support &#8220;video&#8221;. If I remember well, it&#8217;s that easy.</p>
<p>video youtube link /video</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rillian</title>
		<link>http://urchn.org/post/using-video-instead-of-flash/comment-page-1#comment-59</link>
		<dc:creator>rillian</dc:creator>
		<pubDate>Tue, 12 May 2009 06:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://tube.freefac.org/?p=419#comment-59</guid>
		<description>Hey Bassam, it was great to see you at LGM last week.

Great news that you&#039;re looking at the &lt;video&gt; tag. I&#039;m not aware of a wordpress plugin either, but there are some since javascript bits available.

If you want to hack something up, check out &lt;a href=&quot;http://people.xiph.org/~maikmerten/demos/bigbuckbunny.html&quot; rel=&quot;nofollow&quot;&gt;this example&lt;/a&gt;. In the html you just use the &lt;video&lt; tag like you&#039;re assuming an html5 browser. The magic is in the &lt;a href=&quot;http://people.xiph.org/~maikmerten/demos/video.js&quot; rel=&quot;nofollow&quot;&gt;video.js&lt;/a&gt; script. The initVideo() function checks if the browser supports the media elements, and if not rewrites the page to use a fallback method.

That particular script tries the cortado java player for theora, or the VLC plugin, but it&#039;s easy to add a flash player as well.</description>
		<content:encoded><![CDATA[<p>Hey Bassam, it was great to see you at LGM last week.</p>
<p>Great news that you&#8217;re looking at the &lt;video&gt; tag. I&#8217;m not aware of a wordpress plugin either, but there are some since javascript bits available.</p>
<p>If you want to hack something up, check out <a  href="http://people.xiph.org/~maikmerten/demos/bigbuckbunny.html" rel="nofollow">this example</a>. In the html you just use the &lt;video&lt; tag like you&#8217;re assuming an html5 browser. The magic is in the <a  href="http://people.xiph.org/~maikmerten/demos/video.js" rel="nofollow">video.js</a> script. The initVideo() function checks if the browser supports the media elements, and if not rewrites the page to use a fallback method.</p>
<p>That particular script tries the cortado java player for theora, or the VLC plugin, but it&#8217;s easy to add a flash player as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

