<?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>Dreaming in Flash &#187; Video</title>
	<atom:link href="http://www.dreaminginflash.com/category/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dreaminginflash.com</link>
	<description>There is no universally agreed-upon biological definition of dreaming</description>
	<lastBuildDate>Mon, 12 Jul 2010 15:22:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Taking a snapshot of an flv</title>
		<link>http://www.dreaminginflash.com/2007/12/03/taking-a-snapshot-of-an-flv/</link>
		<comments>http://www.dreaminginflash.com/2007/12/03/taking-a-snapshot-of-an-flv/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 17:48:39 +0000</pubDate>
		<dc:creator>Idoru</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Bitmap]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[WorkAround]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2007/12/03/taking-a-snapshot-of-an-flv/</guid>
		<description><![CDATA[Following my last post on 9-Slice items, here comes another nice one on Bitmap.draw() and the security sandbox.
Many people know the solution to this one, but i just found myself looking for it for too long, so here it goes  
If you want to take a snapshot of a running Video object, you can't, [...]]]></description>
			<content:encoded><![CDATA[<p>Following my last post on 9-Slice items, here comes another nice one on Bitmap.draw() and the security sandbox.<br />
Many people know the solution to this one, but i just found myself looking for it for too long, so here it goes <img src='http://www.dreaminginflash.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you want to take a snapshot of a running Video object, you can't, you'll be alerted by the flash player that you are violating<br />
the sandbox security. So how do we do it?<br />
Easy as pie <img src='http://www.dreaminginflash.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<code><br />
video.attachNetStream( null );<br />
bitmapData.draw( video );<br />
video.attachNetStream ( myNetStreamObject );<br />
</code></p>
<p>Three very simple lines of code but that are hard to come by.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2007/12/03/taking-a-snapshot-of-an-flv/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Air: Flv Snapshots</title>
		<link>http://www.dreaminginflash.com/2007/10/22/air-flv-snapshots/</link>
		<comments>http://www.dreaminginflash.com/2007/10/22/air-flv-snapshots/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 08:00:22 +0000</pubDate>
		<dc:creator>Idoru</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2007/10/22/air-flv-snapshots/</guid>
		<description><![CDATA[I just had a go at air today,
A co-worker of mine needed an application that would make it easy for him to take snapshots of .flv files for a content management system, so i came up with the idea of having a go and doing it with air.
So as a follow up i'll make a [...]]]></description>
			<content:encoded><![CDATA[<p>I just had a go at air today,</p>
<p>A co-worker of mine needed an application that would make it easy for him to take snapshots of .flv files for a content management system, so i came up with the idea of having a go and doing it with air.</p>
<p>So as a follow up i'll make a little tutorial explaining how it works. As Usual you can have a look in the code for the intructions. And should you have any questions feel free to ask them.</p>
<p>Air application file -<a HREF="http://www.dreaminginflash.com/wp-content/uploads/2008/03/flvthumb.air" TITLE="Thumb">Thumb</a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="500" height="300" id="ftf_wp" align="middle">
		  <param name="movie" value="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" />
		  <param name="quality" value="high" />
		  <param name="scale" value="noscale" />
		  <param name="bgcolor" value="#ffffff" />
		  <param name="flashvars" value="=&file=index.php&ftf=true&postID=18&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		  <embed src="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" quality="high" scale="noscale" bgcolor="#ffffff" width="500" height="300" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="=&file=index.php&ftf=true&postID=18&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>
<p>Update: Now published with the final AIR version.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2007/10/22/air-flv-snapshots/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
