<?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>HTML5 Video Player &#187; canvas demo</title>
	<atom:link href="/html5video/tag/canvas-demo/feed/" rel="self" type="application/rss+xml" />
	<link>http://html5videoplayer.net/html5video</link>
	<description>Software for converting html5 video and embedding into websites!</description>
	<lastBuildDate>Tue, 13 Nov 2012 01:48:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>HTML5 Canvas Video Demo</title>
		<link>http://html5videoplayer.net/html5video/html5-canvas-video-demo/</link>
		<comments>http://html5videoplayer.net/html5video/html5-canvas-video-demo/#comments</comments>
		<pubDate>Mon, 20 Aug 2012 10:43:02 +0000</pubDate>
		<dc:creator>html5video</dc:creator>
				<category><![CDATA[HTML5 Player]]></category>
		<category><![CDATA[canvas demo]]></category>
		<category><![CDATA[canvas video]]></category>
		<category><![CDATA[html5 canvas]]></category>

		<guid isPermaLink="false">http://html5videoplayer.net/html5video/?p=325</guid>
		<description><![CDATA[The canvas is a new element in HTML5, used to draw graphics, on the fly, via scripting (usually JavaScript). Old browsers do not support this new HTML5 element, new browsers, such as Internet Explorer 9, Firefox, Opera, Chrome, and Safari, support the canvas element. A canvas is only a container for graphics with no border [...]]]></description>
			<content:encoded><![CDATA[<p>The canvas is a new element in HTML5, used to draw graphics, on the fly, via scripting (usually JavaScript). Old browsers do not support this new HTML5 element, new browsers, such as Internet Explorer 9, Firefox, Opera, Chrome, and Safari, support the canvas element.</p>
<p>A canvas is only a container for graphics with no border or content by default. It is a rectangular area on an HTML page, and it is specified with the canvas element. Such as bellow sample:</p>
<blockquote><p>&lt;canvas id=&quot;myCanvas&quot; width=&quot;200&quot; height=&quot;100&quot;&gt;&lt;/canvas&gt;</p></blockquote>
<p>Always specify an id attribute (to be referred to in a script), and a width and height attribute to define the size of the canvas.</p>
<p>You can combine the canvas element with HTML5 video element. Here we will showcase a special effect created by the canvas and video elements together. (This demo, click on the image to play, works better in modern browsers except IE).</p>
<p><a href="/demo/canvas-video.html"><img alt="HTML5 Canvas Video Demo" src="/demo/images/html5-canvas-video-demo.jpg" title="HTML5 Canvas Video Demo" class="alignnone" width="646" height="298" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://html5videoplayer.net/html5video/html5-canvas-video-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
