<?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; Events</title>
	<atom:link href="http://www.dreaminginflash.com/category/events/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>The MXMLLoader Class &gt; Dynamic load MXML In Flex Builder 3</title>
		<link>http://www.dreaminginflash.com/2008/04/24/the-mxmlloader-class-dynamic-load-mxml/</link>
		<comments>http://www.dreaminginflash.com/2008/04/24/the-mxmlloader-class-dynamic-load-mxml/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 17:33:03 +0000</pubDate>
		<dc:creator>Ivan Valadares</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[WorkAround]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/04/24/the-mxmlloader-class-dynamic-load-mxml/</guid>
		<description><![CDATA[First of all I donâ€™t really use flex to do flex stuff and Iâ€™m not a big fan of flex. But in my latest project I had to build with flex an interface witch would be always diferent (a dynamic interface). In the beginning we thought in parsing some type of XML, but if we [...]]]></description>
			<content:encoded><![CDATA[<p>First of all I donâ€™t really use flex to do flex stuff and Iâ€™m not a big fan of flex. But in my latest project I had to build with flex an interface witch would be always diferent (a dynamic interface). In the beginning we thought in parsing some type of XML, but if we are in flex why not parse MXML? I took a look over the internet and I only found <a href="http://manishjethani.com/blog/2008/04/02/the-mxmlloader-component/">MXMLLoader component v0.01</a>, witch didnâ€™t compile on flex builder 3 and was really in the beginning. So there it is, as XMMLLoader class for flex builder 3. You just have to instantiate the class with the mxml :</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="100" 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=100&file=index.php&ftf=true&postID=130&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="100" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="w=400&h=100&file=index.php&ftf=true&postID=130&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>
<p>You can access objects by name:</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="100" 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=100&file=index.php&ftf=true&postID=130&no=1&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="100" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="w=400&h=100&file=index.php&ftf=true&postID=130&no=1&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>
<p>Or by id: </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="100" 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=100&file=index.php&ftf=true&postID=130&no=2&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="100" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="w=400&h=100&file=index.php&ftf=true&postID=130&no=2&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>
<p>And have access to component events like:</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="150" 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=150&file=index.php&ftf=true&postID=130&no=3&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="150" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="w=400&h=150&file=index.php&ftf=true&postID=130&no=3&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>
<p>The class with an example:</p>
<p><a href='http://www.dreaminginflash.com/wp-content/uploads/2008/04/mxml-loader.zip' title='mxml-loader.zip'>mxml-loader.zip</a></p>
<p><a href='http://www.dreaminginflash.com/wp-content/uploads/2008/04/main.swf' title='Example swf'>Example swf</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2008/04/24/the-mxmlloader-class-dynamic-load-mxml/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Load an external flex swf into a flash project and communicate with him.</title>
		<link>http://www.dreaminginflash.com/2008/04/15/load-an-external-flex-swf-into-a-flash-project-and-comunite-with-him/</link>
		<comments>http://www.dreaminginflash.com/2008/04/15/load-an-external-flex-swf-into-a-flash-project-and-comunite-with-him/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 09:08:21 +0000</pubDate>
		<dc:creator>Ivan Valadares</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/04/15/load-an-external-flex-swf-into-a-flash-project-and-comunite-with-him/</guid>
		<description><![CDATA[Loading the swf is easy; you can make a normal loader and load it. And now the tricky part, if the swf is a swf flash file you can call the function you want, but in flex, because it have 2 frames, (first frame is just for loading), you need to wait until frame 2 [...]]]></description>
			<content:encoded><![CDATA[<p>Loading the swf is easy; you can make a normal loader and load it. And now the tricky part, if the swf is a swf flash file you can call the function you want, but in flex, because it have 2 frames, (first frame is just for loading), you need to wait until frame 2 is available, you canâ€™t also access directly to a swf, you have to refer application before, so thereâ€™s the code:</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=128&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=128&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>
<p>you can also add Event Listener's to myClip.application , like myClip.addEventLIstener(â€œON_CHANGEâ€,function), so by this way you can embed flex swf into an flash application and communicate with him by calling function and receiving events.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2008/04/15/load-an-external-flex-swf-into-a-flash-project-and-comunite-with-him/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Flex3 and AIR 1.0 are out!!!</title>
		<link>http://www.dreaminginflash.com/2008/02/25/flex3-and-air-10-are-out/</link>
		<comments>http://www.dreaminginflash.com/2008/02/25/flex3-and-air-10-are-out/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 10:22:28 +0000</pubDate>
		<dc:creator>Idoru</dc:creator>
				<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/02/25/flex3-and-air-10-are-out/</guid>
		<description><![CDATA[These were the news everyone was waiting for, both AIR and Flex3 are out, they're final, ready to be taken by us and pushed to new levels!!!
The details and pricing for Flex3 can be found here  and I find them quite accessible for a full version going only for CHF 319.00, it's a bargain [...]]]></description>
			<content:encoded><![CDATA[<p>These were the news everyone was waiting for, both AIR and Flex3 are out, they're final, ready to be taken by us and pushed to new levels!!!</p>
<p>The details and pricing for Flex3 can be found <a href="http://www.adobe.com/products/flex/" target="_blank">here </a> and I find them quite accessible for a full version going only for CHF 319.00, it's a bargain for the best Flash/Flex development IDE.</p>
<p>As for AIR it now has a nice little official Adobe <a href="http://www.adobe.com/products/air/">link</a>, and they even show an impressive list of clients for a just released product, featuring the likes of ebay and nasdaq.</p>
<p>So get your copy of Flex3 while it's fresh, I know I'll get mine <img src='http://www.dreaminginflash.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Ah, also for those of us who live in Europe we'll have plenty of chances to catching the on.air tour here's the link with the <a href="http://onair.adobe.com/">dates</a>. <a href="http://onair.adobe.com/" target="_blank"></a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2008/02/25/flex3-and-air-10-are-out/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Interparla 2008</title>
		<link>http://www.dreaminginflash.com/2008/02/09/interparla-2008/</link>
		<comments>http://www.dreaminginflash.com/2008/02/09/interparla-2008/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 04:25:36 +0000</pubDate>
		<dc:creator>Ivan Valadares</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/02/09/interparla-2008/</guid>
		<description><![CDATA[
I havenâ€™t been blogging for the past weeks because beside my regular Job I have been working with Patricia Gouveia on a flash interactive installation.  This work (game) is based on the â€œThe prisonerâ€™s Dilemmaâ€, it have 3 different distinct levels (maze, form, fight) and stimulate the users to act on a cooperative behavior [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.dreaminginflash.com/2008/02/09/interparla-2008/97/' rel='attachment wp-att-97' title='interparla2008.jpg'><img src='http://www.dreaminginflash.com/wp-content/uploads/2008/02/interparla2008.jpg' alt='interparla2008.jpg' /></a></p>
<p>I havenâ€™t been blogging for the past weeks because beside my regular Job I have been working with <a href="http://mouseland.blogs.ca.ua.pt/">Patricia Gouveia</a> on a flash interactive installation.  This work (game) is based on the â€œ<a href="http://en.wikipedia.org/wiki/Prisoner's_dilemma">The prisonerâ€™s Dilemma</a>â€, it have 3 different distinct levels (maze, form, fight) and stimulate the users to act on a cooperative behavior mediated by two joysticks and a projection. Itâ€™s a fast game and required some skills.</p>
<p>The work is going to be show in <a href="http://www.lamundial.com.es/interparla/">Interparla 2008</a>, which is a festival in Parla (Madrid) between January and February. This festival is going to combine a group of artists, musicians, cinema and companies from the digital area. This year the festival received Portugal as the guest country. In this context, installation came up, the game "The prisonerâ€™s Dilemma" is based on the co-operation between opponents.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2008/02/09/interparla-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Customized actions for FLVPlayback Component</title>
		<link>http://www.dreaminginflash.com/2008/01/22/customized-actions-for-flvplayback-component/</link>
		<comments>http://www.dreaminginflash.com/2008/01/22/customized-actions-for-flvplayback-component/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 10:57:30 +0000</pubDate>
		<dc:creator>ruffy</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[WorkAround]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/01/22/customized-actions-for-flvplayback-component/</guid>
		<description><![CDATA[If you need a standard flash videoplayer, then the FLVPlayback component is the right thing for you.
Just create a new FLA and drag&#38;drop a FVLPlayback component from the components library into a movieclip in your library, export it for actionscript and compile the SWC.
All the functionallity stuff is already handled by adobe. But that's where [...]]]></description>
			<content:encoded><![CDATA[<p>If you need a standard flash videoplayer, then the FLVPlayback component is the right thing for you.</p>
<p class="MsoNormal"><span lang="FR-CH">Just create a new FLA and drag&amp;drop a FVLPlayback component from the components library into a movieclip in your<o:p></o:p> library, export it for actionscript and compile the SWC.<o:p></o:p></span></p>
<p class="MsoNormal">All the functionallity stuff is already handled by adobe. <span lang="FR-CH">But that's where I got stuck for quite some<o:p></o:p></span><br />
time. I needed a player, that used the forwardButton and backButton for switching the videos (and not seeking forward and back).</p>
<p class="MsoNormal"><span lang="FR-CH">The answer was really simple: Just override the functions once the component loaded its skin:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="FR-CH"><o:p><br />
</o:p></span><br />
<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="250" 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=250&file=index.php&ftf=true&postID=73&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="250" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="w=400&h=250&file=index.php&ftf=true&postID=73&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2008/01/22/customized-actions-for-flvplayback-component/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FITC Amsterdam 2008</title>
		<link>http://www.dreaminginflash.com/2008/01/14/fitc-amsterdam-2008/</link>
		<comments>http://www.dreaminginflash.com/2008/01/14/fitc-amsterdam-2008/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 11:10:44 +0000</pubDate>
		<dc:creator>nuno</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[FITC]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/01/14/fitc-amsterdam-2008/</guid>
		<description><![CDATA[Via the Papervision3D blog I heard about FITC Amsterdam 2008. Here are some of the talks that caught my eye:
- Papervision3D Workshop (by the Pv3D core team)
- Building Red5 Applications
- Chop the Hydra!
- Kaboom!!! Flash Pyrotechnics (and other particle effects)
- AIR Conditioning
- Adaptable Interfaces
- Flex Solutions For Your Daily Development
- etc..
Seems a nice event to [...]]]></description>
			<content:encoded><![CDATA[<p>Via the <a href="http://blog.papervision3d.org/2008/01/13/papervision3d-from-the-core/">Papervision3D blog</a> I heard about <a href="http://www.fitc.ca/event_detail.cfm?festival_id=29">FITC Amsterdam 2008</a>. Here are some of the talks that caught my eye:</p>
<p>- Papervision3D Workshop (by the Pv3D core team)<br />
- Building Red5 Applications<br />
- Chop the Hydra!<br />
- Kaboom!!! Flash Pyrotechnics (and other particle effects)<br />
- AIR Conditioning<br />
- Adaptable Interfaces<br />
- Flex Solutions For Your Daily Development<br />
- etc..</p>
<p>Seems a nice event to attend <img src='http://www.dreaminginflash.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2008/01/14/fitc-amsterdam-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
