<?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; Experiments</title>
	<atom:link href="http://www.dreaminginflash.com/category/experiments/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>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>
		<item>
		<title>Double-faced Plane (or Cube with depth=1) in Papervision3D</title>
		<link>http://www.dreaminginflash.com/2007/10/11/double-faced-plane-or-cube-with-depth1-in-papervision3d/</link>
		<comments>http://www.dreaminginflash.com/2007/10/11/double-faced-plane-or-cube-with-depth1-in-papervision3d/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 17:18:30 +0000</pubDate>
		<dc:creator>nuno</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Papervision3d]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/?p=14</guid>
		<description><![CDATA[Today I had my first experiments with Papervision3D and after some time playing around I wanted to try having a double-faced Plane() with a different material on each face.
Its likely that a better way to do this exists, but one way to emulate a double-faced Plane() is to have a Cube with depth = 1, [...]]]></description>
			<content:encoded><![CDATA[<p>Today I had my first experiments with Papervision3D and after some time playing around I wanted to try having a double-faced Plane() with a different material on each face.</p>
<p>Its likely that a better way to do this exists, but one way to emulate a double-faced Plane() is to have a Cube with depth = 1, and hiding all but the front and back faces. Here's a 	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/flash.cab#version=7,0,0,0" width="1024" height="768">
	<param name="movie" value="http://www.dreaminginflash.com/demo1/DoubleFace.swf">
	<param value="sameDomain" name="allowScriptAccess"/>
	<param name="quality" value="high">
	<param name="scale" value="exactfit" />
	
	<embed src="http://www.dreaminginflash.com/demo1/DoubleFace.swf"  quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" allowscriptaccess="sameDomain" scale="exactfit" type="application/x-shockwave-flash" width="1024" height="768" bgcolor="#FFFFFF">
	</embed>
	</object> and the code.</p>
<p>The hint to do this was from ldoru and the car in the images too!</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=14&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=14&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>
<p><strong>Â Update:Â </strong> I would not longer use such an approach to achieve a double-faced Plane() with a different material on each face. I would recommend using a DisplayObject3D with two normal one-face planes inside it.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2007/10/11/double-faced-plane-or-cube-with-depth1-in-papervision3d/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Carrousel How-to</title>
		<link>http://www.dreaminginflash.com/2007/07/31/carrousel-how-to/</link>
		<comments>http://www.dreaminginflash.com/2007/07/31/carrousel-how-to/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 11:26:05 +0000</pubDate>
		<dc:creator>Idoru</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Papervision3d]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.morgadinho.org/dreaminginflash/?p=4</guid>
		<description><![CDATA[Hi there,
First be sure you have either flash cs3 or flex2 installed on your machine, then you'll want to download the Papervision3d engine.
Now we can get started 
Look in the code for instructions  

		  
		  
		  
		  
		  
		  
		
Download Actionscript source file
And that's it, if you have [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there,</p>
<p>First be sure you have either flash cs3 or flex2 installed on your machine, then you'll want to <a href="http://code.google.com/p/papervision3d/downloads/list" target="_blank">download</a> the Papervision3d engine.</p>
<p>Now we can get started <img src='http://www.dreaminginflash.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Look in the code for instructions <img src='http://www.dreaminginflash.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </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="400" 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="w=400&h=300&file=index.php&ftf=true&postID=4&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="400" height="300" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="w=400&h=300&file=index.php&ftf=true&postID=4&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>
<p><a href="http://www.dreaminginflash.com/demos/carrousel.as">Download Actionscript source file</a></p>
<p>And that's it, if you have any questions please post them!! <img src='http://www.dreaminginflash.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  We'd love to hear from you.<br />
Lo.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2007/07/31/carrousel-how-to/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The mighty carrousel!</title>
		<link>http://www.dreaminginflash.com/2007/07/30/the-mighty-carrousel/</link>
		<comments>http://www.dreaminginflash.com/2007/07/30/the-mighty-carrousel/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 23:05:37 +0000</pubDate>
		<dc:creator>Idoru</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Papervision3d]]></category>

		<guid isPermaLink="false">http://www.morgadinho.org/dreaminginflash/?p=3</guid>
		<description><![CDATA[This is a rework of the carrousel that Lee did over at flashblog. I've added the extra blur effect and a little revamp of the calculations for the plane rotation.
Code to come soon.

]]></description>
			<content:encoded><![CDATA[<p><a TARGET="_blank" TITLE="This" HREF="http://www.dreaminginflash.com/carrousel/YCarrousel.swf">This</a> is a rework of the carrousel that Lee did over at <a TARGET="_blank" HREF="http://theflashblog.com/?p=253">flashblog. </a>I've added the extra blur effect and a little revamp of the calculations for the plane rotation.</p>
<p>Code to come soon.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2007/07/30/the-mighty-carrousel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
