<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Vectors in ActionScript 3 and Flash Player 10</title>
	<atom:link href="http://www.mikechambers.com/blog/2008/08/19/using-vectors-in-actionscript-3-and-flash-player-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2008/08/19/using-vectors-in-actionscript-3-and-flash-player-10/</link>
	<description>code = joy</description>
	<lastBuildDate>Thu, 11 Mar 2010 21:22:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Flex 4 Optimize those Item Renderers &#124; Tyrone Neill</title>
		<link>http://www.mikechambers.com/blog/2008/08/19/using-vectors-in-actionscript-3-and-flash-player-10/comment-page-1/#comment-18734</link>
		<dc:creator>Flex 4 Optimize those Item Renderers &#124; Tyrone Neill</dc:creator>
		<pubDate>Fri, 05 Mar 2010 22:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1331#comment-18734</guid>
		<description>[...] Vectors in Actionscript: Mike Chambers Article -&gt; The new Vector class is simply a typed &#8216;Array&#8217; with huge performance benefits (Kick ass [...]</description>
		<content:encoded><![CDATA[<p>[...] Vectors in Actionscript: Mike Chambers Article -&gt; The new Vector class is simply a typed &#8216;Array&#8217; with huge performance benefits (Kick ass [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santosh</title>
		<link>http://www.mikechambers.com/blog/2008/08/19/using-vectors-in-actionscript-3-and-flash-player-10/comment-page-1/#comment-18485</link>
		<dc:creator>Santosh</dc:creator>
		<pubDate>Fri, 19 Feb 2010 06:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1331#comment-18485</guid>
		<description>Hi ,
I learn a lot about Vector from your tutorial but I do want to ask you one question

var vect:Vector. = new Vector.(3);
//let say I have MovieClip named mc1,mc2 and mc3

//if i do this
vect.push(mc1,mc2,mc3);

trace(vect)
//it will give null,null,null,[object MovieClip],[object MovieClip],[object MovieClip]

What I am trying to ask is all we have to use is 
vect[0] =mc1  and so on</description>
		<content:encoded><![CDATA[<p>Hi ,<br />
I learn a lot about Vector from your tutorial but I do want to ask you one question</p>
<p>var vect:Vector. = new Vector.(3);<br />
//let say I have MovieClip named mc1,mc2 and mc3</p>
<p>//if i do this<br />
vect.push(mc1,mc2,mc3);</p>
<p>trace(vect)<br />
//it will give null,null,null,[object MovieClip],[object MovieClip],[object MovieClip]</p>
<p>What I am trying to ask is all we have to use is<br />
vect[0] =mc1  and so on</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Occasional Thoughts</title>
		<link>http://www.mikechambers.com/blog/2008/08/19/using-vectors-in-actionscript-3-and-flash-player-10/comment-page-1/#comment-18302</link>
		<dc:creator>Occasional Thoughts</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1331#comment-18302</guid>
		<description>&lt;strong&gt;Top Ten of Missing Features in Adobe Flex...&lt;/strong&gt;

As a Java developer, who worked for more than a year with Flex I suffered from a couple of pain points - features that I am missing badly in Action Script 3.0. Here is my personal list of things that I wish Adobe would incorporate into Action Script 4....</description>
		<content:encoded><![CDATA[<p><strong>Top Ten of Missing Features in Adobe Flex&#8230;</strong></p>
<p>As a Java developer, who worked for more than a year with Flex I suffered from a couple of pain points &#8211; features that I am missing badly in Action Script 3.0. Here is my personal list of things that I wish Adobe would incorporate into Action Script 4&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramja</title>
		<link>http://www.mikechambers.com/blog/2008/08/19/using-vectors-in-actionscript-3-and-flash-player-10/comment-page-1/#comment-18288</link>
		<dc:creator>ramja</dc:creator>
		<pubDate>Wed, 20 Jan 2010 07:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1331#comment-18288</guid>
		<description>Hi,

  i need to crop or mask the particular part an image in actionscript 3.0 like working to free-form select tool in mspaint. what can i do? anybody help me?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>  i need to crop or mask the particular part an image in actionscript 3.0 like working to free-form select tool in mspaint. what can i do? anybody help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manikandan</title>
		<link>http://www.mikechambers.com/blog/2008/08/19/using-vectors-in-actionscript-3-and-flash-player-10/comment-page-1/#comment-17838</link>
		<dc:creator>Manikandan</dc:creator>
		<pubDate>Wed, 18 Nov 2009 06:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1331#comment-17838</guid>
		<description>Hi Mike, 

How to convert Vector Collection to ArrayCollection.</description>
		<content:encoded><![CDATA[<p>Hi Mike, </p>
<p>How to convert Vector Collection to ArrayCollection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mind Candy &#187; Blog Archive &#187; Flash on the Beach 2008</title>
		<link>http://www.mikechambers.com/blog/2008/08/19/using-vectors-in-actionscript-3-and-flash-player-10/comment-page-1/#comment-17818</link>
		<dc:creator>Mind Candy &#187; Blog Archive &#187; Flash on the Beach 2008</dc:creator>
		<pubDate>Tue, 17 Nov 2009 10:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1331#comment-17818</guid>
		<description>[...] require user prompts), the previously mentioned unloadAndStop() method will be added and the new Vector datatype for strongly typed [...]</description>
		<content:encoded><![CDATA[<p>[...] require user prompts), the previously mentioned unloadAndStop() method will be added and the new Vector datatype for strongly typed [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anders</title>
		<link>http://www.mikechambers.com/blog/2008/08/19/using-vectors-in-actionscript-3-and-flash-player-10/comment-page-1/#comment-16475</link>
		<dc:creator>anders</dc:creator>
		<pubDate>Tue, 30 Jun 2009 08:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1331#comment-16475</guid>
		<description>Great stuff!!! It&#039;s like C# generics!! List l = new List();</description>
		<content:encoded><![CDATA[<p>Great stuff!!! It&#8217;s like C# generics!! List l = new List();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Usando Vector em AS3 para Flash Player 10 &#124; Bruno Soares</title>
		<link>http://www.mikechambers.com/blog/2008/08/19/using-vectors-in-actionscript-3-and-flash-player-10/comment-page-1/#comment-16269</link>
		<dc:creator>Usando Vector em AS3 para Flash Player 10 &#124; Bruno Soares</dc:creator>
		<pubDate>Tue, 26 May 2009 02:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1331#comment-16269</guid>
		<description>[...] relacionado: Documentação do Vector Teste de performance Post sobre Vector por: Mike Chambers Post sobre Vector por: DaveOnCode Post sobre Vector por: The Back Button Posts relacionados:JPEG [...]</description>
		<content:encoded><![CDATA[<p>[...] relacionado: Documentação do Vector Teste de performance Post sobre Vector por: Mike Chambers Post sobre Vector por: DaveOnCode Post sobre Vector por: The Back Button Posts relacionados:JPEG [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh &#62;&#62; /dev/blog &#38; &#187; Blog Archive &#187; VectorCollection</title>
		<link>http://www.mikechambers.com/blog/2008/08/19/using-vectors-in-actionscript-3-and-flash-player-10/comment-page-1/#comment-16236</link>
		<dc:creator>josh &#62;&#62; /dev/blog &#38; &#187; Blog Archive &#187; VectorCollection</dc:creator>
		<pubDate>Thu, 14 May 2009 04:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1331#comment-16236</guid>
		<description>[...] comment on Mike Chamer&#8217;s post on Vectors in AS3 got me thinking .. how hard would it be implement a VectorCollection in AS3? I [...]</description>
		<content:encoded><![CDATA[<p>[...] comment on Mike Chamer&#8217;s post on Vectors in AS3 got me thinking .. how hard would it be implement a VectorCollection in AS3? I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: More play with Alchemy : Lookup table effects. - unitzeroone(beta)</title>
		<link>http://www.mikechambers.com/blog/2008/08/19/using-vectors-in-actionscript-3-and-flash-player-10/comment-page-1/#comment-16219</link>
		<dc:creator>More play with Alchemy : Lookup table effects. - unitzeroone(beta)</dc:creator>
		<pubDate>Thu, 07 May 2009 15:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1331#comment-16219</guid>
		<description>[...] relies mostly on a linked list implementation to iterate over the particles, and using the Flash 10 Vector type to allow for faster access to write to screen. Another speed improvement over the Alchemy version [...]</description>
		<content:encoded><![CDATA[<p>[...] relies mostly on a linked list implementation to iterate over the particles, and using the Flash 10 Vector type to allow for faster access to write to screen. Another speed improvement over the Alchemy version [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
