<?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: Creating Accessible Components in Flash and Flex (Part 2)</title>
	<atom:link href="http://www.yswfblog.com/blog/index.php/2009/01/12/creating-accessible-components-in-flash-and-flex-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yswfblog.com/blog/2009/01/12/creating-accessible-components-in-flash-and-flex-part-2/</link>
	<description>News and Articles on Yahoo! Flash Components and Libraries</description>
	<lastBuildDate>Sat, 20 Feb 2010 17:19:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: aut0poietic</title>
		<link>http://www.yswfblog.com/blog/2009/01/12/creating-accessible-components-in-flash-and-flex-part-2/comment-page-1/#comment-91581</link>
		<dc:creator>aut0poietic</dc:creator>
		<pubDate>Wed, 05 Aug 2009 21:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.yswfblog.com/blog/?p=114#comment-91581</guid>
		<description>Alaric, thanks for the great article! My remaining hair thanks you. ;-)</description>
		<content:encoded><![CDATA[<p>Alaric, thanks for the great article! My remaining hair thanks you. <img src='http://www.yswfblog.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BetaDesigns( Blog ).toString( ); &#187; Mixin&#8217;s in ActionScript 3</title>
		<link>http://www.yswfblog.com/blog/2009/01/12/creating-accessible-components-in-flash-and-flex-part-2/comment-page-1/#comment-86427</link>
		<dc:creator>BetaDesigns( Blog ).toString( ); &#187; Mixin&#8217;s in ActionScript 3</dc:creator>
		<pubDate>Wed, 08 Jul 2009 22:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.yswfblog.com/blog/?p=114#comment-86427</guid>
		<description>[...] what they sound like basically just a mix of code bases. There is a really good post over on the yahoo flash blog about accessibility and the way in which Flex uses [...]</description>
		<content:encoded><![CDATA[<p>[...] what they sound like basically just a mix of code bases. There is a really good post over on the yahoo flash blog about accessibility and the way in which Flex uses [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alaric Cole</title>
		<link>http://www.yswfblog.com/blog/2009/01/12/creating-accessible-components-in-flash-and-flex-part-2/comment-page-1/#comment-61241</link>
		<dc:creator>Alaric Cole</dc:creator>
		<pubDate>Fri, 13 Mar 2009 22:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.yswfblog.com/blog/?p=114#comment-61241</guid>
		<description>Max, getChildIdArray() is only supposed to be called once for the top level component--this then allows you to determine which child of that component initiated some action. For instance, in my implementation of accessibility for the Astra Tree, I can determine which item in the Tree was clicked via the ChildID passed in, and I build this list of ID via the getChildIdArray() method.</description>
		<content:encoded><![CDATA[<p>Max, getChildIdArray() is only supposed to be called once for the top level component&#8211;this then allows you to determine which child of that component initiated some action. For instance, in my implementation of accessibility for the Astra Tree, I can determine which item in the Tree was clicked via the ChildID passed in, and I build this list of ID via the getChildIdArray() method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Carlson</title>
		<link>http://www.yswfblog.com/blog/2009/01/12/creating-accessible-components-in-flash-and-flex-part-2/comment-page-1/#comment-59647</link>
		<dc:creator>Max Carlson</dc:creator>
		<pubDate>Thu, 05 Mar 2009 10:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.yswfblog.com/blog/?p=114#comment-59647</guid>
		<description>This is a great post - very helpful, thanks!  I&#039;m working on an accessible tree control for AS2 - after hunting around, I discovered there&#039;s a &#039;magic&#039; _accImpl object that can be attached to any movieclip - it supports a subset of the methods available in AS3, including getChildIdArray().  The problem is, getChildIdArray() is only being called for the first level in the tree hierarchy.  Sure enough, AccExplorer.exe shows only the top level of hierarchy.  

This may be a limitation of Flash 8/AS2.  Did you have a similar issue with your tree control, or id getChildIdArray() called for each level in the hierarchy?  

Thanks again!</description>
		<content:encoded><![CDATA[<p>This is a great post &#8211; very helpful, thanks!  I&#8217;m working on an accessible tree control for AS2 &#8211; after hunting around, I discovered there&#8217;s a &#8216;magic&#8217; _accImpl object that can be attached to any movieclip &#8211; it supports a subset of the methods available in AS3, including getChildIdArray().  The problem is, getChildIdArray() is only being called for the first level in the tree hierarchy.  Sure enough, AccExplorer.exe shows only the top level of hierarchy.  </p>
<p>This may be a limitation of Flash 8/AS2.  Did you have a similar issue with your tree control, or id getChildIdArray() called for each level in the hierarchy?  </p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Jordan</title>
		<link>http://www.yswfblog.com/blog/2009/01/12/creating-accessible-components-in-flash-and-flex-part-2/comment-page-1/#comment-52064</link>
		<dc:creator>Michael Jordan</dc:creator>
		<pubDate>Tue, 03 Feb 2009 14:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.yswfblog.com/blog/?p=114#comment-52064</guid>
		<description>Great post, Aleric.</description>
		<content:encoded><![CDATA[<p>Great post, Aleric.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
