<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for dispatchEvent()™</title>
	<atom:link href="http://dispatchevent.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dispatchevent.org</link>
	<description>Collective thoughts of the New York Flash community</description>
	<pubDate>Wed, 19 Nov 2008 23:27:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Comment on [Live blogging MAX] Keynote - Adobe think they&#8217;re real cute don&#8217;t they by Mims Wright</title>
		<link>http://dispatchevent.org/mims/live-blogging-max-adobe-think-theyre-real-cute-dont-they/#comment-130980</link>
		<dc:creator>Mims Wright</dc:creator>
		<pubDate>Wed, 19 Nov 2008 03:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://dispatchevent.org/mims/live-blogging-max-adobe-think-theyre-real-cute-dont-they/#comment-130980</guid>
		<description>Ha! I actually just left a "Sneaks" talk during which Adobe showed off about a dozen new features that will be coming out next year. I think they might be shooting themselves in the foot slightly because it seems like there's nothing new when they do a keynote. Anyway, it was still really cool. Server Side ActionScript looked so great!</description>
		<content:encoded><![CDATA[<p>Ha! I actually just left a &#8220;Sneaks&#8221; talk during which Adobe showed off about a dozen new features that will be coming out next year. I think they might be shooting themselves in the foot slightly because it seems like there&#8217;s nothing new when they do a keynote. Anyway, it was still really cool. Server Side ActionScript looked so great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [Live blogging MAX] Keynote - Adobe think they&#8217;re real cute don&#8217;t they by felix</title>
		<link>http://dispatchevent.org/mims/live-blogging-max-adobe-think-theyre-real-cute-dont-they/#comment-130969</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Wed, 19 Nov 2008 02:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://dispatchevent.org/mims/live-blogging-max-adobe-think-theyre-real-cute-dont-they/#comment-130969</guid>
		<description>hmm thermo and doom in Flash were the highlights of last years MAX also. Doesn't look like i missed anything amazing this time, although I am itching to get a hold of the new FlexBuilder.</description>
		<content:encoded><![CDATA[<p>hmm thermo and doom in Flash were the highlights of last years MAX also. Doesn&#8217;t look like i missed anything amazing this time, although I am itching to get a hold of the new FlexBuilder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [Live blogging MAX] Keynote - Adobe think they&#8217;re real cute don&#8217;t they by Daniel</title>
		<link>http://dispatchevent.org/mims/live-blogging-max-adobe-think-theyre-real-cute-dont-they/#comment-130925</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 18 Nov 2008 19:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://dispatchevent.org/mims/live-blogging-max-adobe-think-theyre-real-cute-dont-they/#comment-130925</guid>
		<description>CF is still around?</description>
		<content:encoded><![CDATA[<p>CF is still around?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embed Almost Anything in Your SWF by Roger Braunstein</title>
		<link>http://dispatchevent.org/roger/embed-almost-anything-in-your-swf/#comment-130643</link>
		<dc:creator>Roger Braunstein</dc:creator>
		<pubDate>Wed, 12 Nov 2008 22:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/embed-almost-anything-in-your-swf#comment-130643</guid>
		<description>Hey everyone,

Yes, I've had problems getting this to work with text/xml continuously as well. I swear, though, it did work once. Then I wrote this. Then it promptly broke. I assert that with noodling you can get it to work with text/xml (I swear it did!) but I've been using application/octet-stream ever since. Sorry for the misinformation!</description>
		<content:encoded><![CDATA[<p>Hey everyone,</p>
<p>Yes, I&#8217;ve had problems getting this to work with text/xml continuously as well. I swear, though, it did work once. Then I wrote this. Then it promptly broke. I assert that with noodling you can get it to work with text/xml (I swear it did!) but I&#8217;ve been using application/octet-stream ever since. Sorry for the misinformation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Flex Resource Bundles by Roger Braunstein</title>
		<link>http://dispatchevent.org/roger/introduction-to-flex-resource-bundles/#comment-130642</link>
		<dc:creator>Roger Braunstein</dc:creator>
		<pubDate>Wed, 12 Nov 2008 22:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/introduction-to-flex-resource-bundles#comment-130642</guid>
		<description>&lt;a href="#comment-130612" rel="nofollow"&gt;@James&lt;/a&gt;,

Resource bundles work with Flex and use its built-in managers. You would be hard-pressed to excise this part of the framework and selectively make this work in an AS3-only project, though I'm sure it's technically possible.

I know what you are after, though - I want the same flexibility. These days in my AS3-only projects, I will always have a copy deck XML file and CopyDeck singleton class. I use the following techniques to make this copy stupid-easy to include in my projects:

&lt;a href="http://dispatchevent.org/roger/instant-model-binding-with-reflection/" rel="nofollow"&gt;Automatic Model Binding&lt;/a&gt;
and occasionally, when I don't want to load the copy deck at runtime,
&lt;a href="http://dispatchevent.org/roger/embed-almost-anything-in-your-swf/" rel="nofollow"&gt;Arbitrary Data Embedding&lt;/a&gt;

This makes things pretty easy.</description>
		<content:encoded><![CDATA[<p><a href="#comment-130612" rel="nofollow">@James</a>,</p>
<p>Resource bundles work with Flex and use its built-in managers. You would be hard-pressed to excise this part of the framework and selectively make this work in an AS3-only project, though I&#8217;m sure it&#8217;s technically possible.</p>
<p>I know what you are after, though - I want the same flexibility. These days in my AS3-only projects, I will always have a copy deck XML file and CopyDeck singleton class. I use the following techniques to make this copy stupid-easy to include in my projects:</p>
<p><a href="http://dispatchevent.org/roger/instant-model-binding-with-reflection/" rel="nofollow">Automatic Model Binding</a><br />
and occasionally, when I don&#8217;t want to load the copy deck at runtime,<br />
<a href="http://dispatchevent.org/roger/embed-almost-anything-in-your-swf/" rel="nofollow">Arbitrary Data Embedding</a></p>
<p>This makes things pretty easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Flex Resource Bundles by James Rowley</title>
		<link>http://dispatchevent.org/roger/introduction-to-flex-resource-bundles/#comment-130612</link>
		<dc:creator>James Rowley</dc:creator>
		<pubDate>Wed, 12 Nov 2008 11:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/introduction-to-flex-resource-bundles#comment-130612</guid>
		<description>Hi - i need to use resource bundles with Flash, not Flex. Would this work well in AS3 too - or does it require the power of Flex ? If it does - do u have any examples in AS3 only?</description>
		<content:encoded><![CDATA[<p>Hi - i need to use resource bundles with Flash, not Flex. Would this work well in AS3 too - or does it require the power of Flex ? If it does - do u have any examples in AS3 only?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash Player 10 - 3D Example by &#187; 为数不多的FP 10 3D实例 :: Fluid idea for RIA</title>
		<link>http://dispatchevent.org/calebjohnston/flash-player-10-3d-example/#comment-130599</link>
		<dc:creator>&#187; 为数不多的FP 10 3D实例 :: Fluid idea for RIA</dc:creator>
		<pubDate>Wed, 12 Nov 2008 06:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://dispatchevent.org/?p=431#comment-130599</guid>
		<description>[...] http://dispatchevent.org/calebjohnston/flash-player-10-3d-example/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://dispatchevent.org/calebjohnston/flash-player-10-3d-example/" rel="nofollow">http://dispatchevent.org/calebjohnston/flash-player-10-3d-example/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash player 10 by FlexFlip</title>
		<link>http://dispatchevent.org/calebjohnston/flash-player-10/#comment-130497</link>
		<dc:creator>FlexFlip</dc:creator>
		<pubDate>Mon, 10 Nov 2008 14:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://dispatchevent.org/?p=418#comment-130497</guid>
		<description>Senocular, I am creating a Flex 3 project, using the Flex 4 SDK, targeting Flash Player 10. Flex cannot find the Event class. Could it be this is related to the fact I do not have CS4 installed?</description>
		<content:encoded><![CDATA[<p>Senocular, I am creating a Flex 3 project, using the Flex 4 SDK, targeting Flash Player 10. Flex cannot find the Event class. Could it be this is related to the fact I do not have CS4 installed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic Text Wrapping in ActionScript 3 by Joshua Mostafa</title>
		<link>http://dispatchevent.org/roger/dynamic-text-wrapping-in-actionscript-3/#comment-130216</link>
		<dc:creator>Joshua Mostafa</dc:creator>
		<pubDate>Fri, 07 Nov 2008 05:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/dynamic-text-wrapping-in-actionscript-3#comment-130216</guid>
		<description>Are you guys aware of the undocumented methods of TextField as described on Flex Non Docs? 
http://nondocs.blogspot.com/2007/05/flashtexttextfieldcopyrichtext.html</description>
		<content:encoded><![CDATA[<p>Are you guys aware of the undocumented methods of TextField as described on Flex Non Docs?<br />
<a href="http://nondocs.blogspot.com/2007/05/flashtexttextfieldcopyrichtext.html" rel="nofollow">http://nondocs.blogspot.com/2007/05/flashtexttextfieldcopyrichtext.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Papervision3D Part 1: Introduction by alex lowe</title>
		<link>http://dispatchevent.org/calebjohnston/papervision3d-introduction-p1/#comment-130146</link>
		<dc:creator>alex lowe</dc:creator>
		<pubDate>Thu, 06 Nov 2008 06:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://dispatchevent.org/?p=286#comment-130146</guid>
		<description>hi! I'm having a great time learning papervision- I am stuck on this one problem however:
I have a series of planes at angles nested inside a DisplayObject3D. That object also has its own rotation in 3-D space. I want to click on the one of the planes and have flash know what the 3D coords and rotation of that plane is in relation to the camera. Can you point me in the right direction?

Sincerely,
 Alex</description>
		<content:encoded><![CDATA[<p>hi! I&#8217;m having a great time learning papervision- I am stuck on this one problem however:<br />
I have a series of planes at angles nested inside a DisplayObject3D. That object also has its own rotation in 3-D space. I want to click on the one of the planes and have flash know what the 3D coords and rotation of that plane is in relation to the camera. Can you point me in the right direction?</p>
<p>Sincerely,<br />
 Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ColourLovers API by Hugo Zapata</title>
		<link>http://dispatchevent.org/mims/colourlovers-api/#comment-130075</link>
		<dc:creator>Hugo Zapata</dc:creator>
		<pubDate>Wed, 05 Nov 2008 02:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://dispatchevent.org/?p=405#comment-130075</guid>
		<description>I have created this experimental app, its called T-Styles
http://www.creationempire.com/tstyles

Its like an online graphic generator.
I just added ColourLovers pattern API integration and you can generate your png images from your compositions (experimental feature).</description>
		<content:encoded><![CDATA[<p>I have created this experimental app, its called T-Styles<br />
<a href="http://www.creationempire.com/tstyles" rel="nofollow">http://www.creationempire.com/tstyles</a></p>
<p>Its like an online graphic generator.<br />
I just added ColourLovers pattern API integration and you can generate your png images from your compositions (experimental feature).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash Player 10 - 3D Example by caleb</title>
		<link>http://dispatchevent.org/calebjohnston/flash-player-10-3d-example/#comment-130023</link>
		<dc:creator>caleb</dc:creator>
		<pubDate>Tue, 04 Nov 2008 02:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://dispatchevent.org/?p=431#comment-130023</guid>
		<description>Mims,
There is still room for PV3D, but I bet it will branch to use the powerful speed created by the implementation of FP10. I bet ASCollada will become even more important very quickly as well.</description>
		<content:encoded><![CDATA[<p>Mims,<br />
There is still room for PV3D, but I bet it will branch to use the powerful speed created by the implementation of FP10. I bet ASCollada will become even more important very quickly as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Slides from  conference presentation by Aral Balkan</title>
		<link>http://dispatchevent.org/mims/slides-from-conference-presentation/#comment-130000</link>
		<dc:creator>Aral Balkan</dc:creator>
		<pubDate>Mon, 03 Nov 2008 14:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://dispatchevent.org/?p=453#comment-130000</guid>
		<description>Hey Mims,

Glad to hear that you enjoyed the experience, and thanks again for presenting and bonne chance with kitchensync! :)</description>
		<content:encoded><![CDATA[<p>Hey Mims,</p>
<p>Glad to hear that you enjoyed the experience, and thanks again for presenting and bonne chance with kitchensync! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash Player 10 - 3D Example by Mims Wright</title>
		<link>http://dispatchevent.org/calebjohnston/flash-player-10-3d-example/#comment-129789</link>
		<dc:creator>Mims Wright</dc:creator>
		<pubDate>Sat, 01 Nov 2008 00:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://dispatchevent.org/?p=431#comment-129789</guid>
		<description>cool work Caleb,
It really makes me wonder what will become of systems like PV3D in the next version of flash. I assume there is still room for that kind of thing...</description>
		<content:encoded><![CDATA[<p>cool work Caleb,<br />
It really makes me wonder what will become of systems like PV3D in the next version of flash. I assume there is still room for that kind of thing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash Player 10 - 3D Example by &#60;mx:AnandVardhan/&#62; &#187; Blog Archive &#187; Links I am reading today: 3D in Flash</title>
		<link>http://dispatchevent.org/calebjohnston/flash-player-10-3d-example/#comment-129595</link>
		<dc:creator>&#60;mx:AnandVardhan/&#62; &#187; Blog Archive &#187; Links I am reading today: 3D in Flash</dc:creator>
		<pubDate>Wed, 29 Oct 2008 09:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://dispatchevent.org/?p=431#comment-129595</guid>
		<description>[...] http://dispatchevent.org/calebjohnston/flash-player-10-3d-example/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://dispatchevent.org/calebjohnston/flash-player-10-3d-example/" rel="nofollow">http://dispatchevent.org/calebjohnston/flash-player-10-3d-example/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
