<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>J.P. McGarrity.com &#187; video</title>
	<atom:link href="http://jpmcgarrity.com/blog/tag/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://jpmcgarrity.com/blog</link>
	<description>Focusing on the Front End</description>
	<lastBuildDate>Sat, 30 Apr 2011 16:40:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Video Player with HTML 5</title>
		<link>http://jpmcgarrity.com/blog/2009/06/video-player-with-html-5/</link>
		<comments>http://jpmcgarrity.com/blog/2009/06/video-player-with-html-5/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 22:54:20 +0000</pubDate>
		<dc:creator>J.P.</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[css/html]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://jpmcgarrity.com/blog/?p=341</guid>
		<description><![CDATA[With some of the latest browsers supporting HTML 5 I thought I go ahead and take a stab at trying to create a very basic video player using some of the new tags. What&#8217;s interesting is many times when flash would be needed for video and audio HTML 5 will be able to support such [...]]]></description>
			<content:encoded><![CDATA[<p>With some of the latest browsers supporting HTML 5 I thought I go ahead and take a stab at trying to create a very basic video player using some of the new tags. What&#8217;s interesting is many times when flash would be needed for video and audio HTML 5 will be able to support such media types with just a little JS.</p>
<p>Here is a <a href="/html5Tests/html5_videoplayer.html">sample player</a> using HTML 5 (Note this is at a very early stage and only has play/pause functionality).</p>
<p><a href="/html5Tests/html5_videoplayer.html" class="none"><img class="aligncenter size-full wp-image-346" title="wildthingshtml5" src="http://jpmcgarrity.com/blog/wp-content/uploads/2009/06/wildthingshtml51.jpg" alt="wildthingshtml5" width="600" height="249" /></a></p>
<p><code>			&lt;div id="myVideoContainer"&gt;<br />
				&lt;video id="myVideo" src="../videos/WheretheWildThingsAre.mov" autoplay="autoplay"&gt;<br />
					&lt;p&gt;Sorry Your Browser Doesn't Support HTML 5. Safari 4 will support this video player, download it <a href="http://www.apple.com/safari/download/">here</a>&lt;/p&gt;<br />
				&lt;/video&gt;<br />
			&lt;/div&gt;</code></p>
<p>Related information:</p>
<ul>
<li><a href="http://www.youtube.com/html5">YouTube testing with html 5</a></li>
<li><a href="http://webkit.org/blog/140/html5-media-support/">Webkit html 5 media support</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jpmcgarrity.com/blog/2009/06/video-player-with-html-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

