<?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: Frustration with accessibility in Flash and Flex</title>
	<atom:link href="http://joshblog.net/2007/08/15/no-documentation-for-flash-and-flex-component-accessibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshblog.net/2007/08/15/no-documentation-for-flash-and-flex-component-accessibility/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 16 May 2012 17:12:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ben L.</title>
		<link>http://joshblog.net/2007/08/15/no-documentation-for-flash-and-flex-component-accessibility/#comment-45267</link>
		<dc:creator>Ben L.</dc:creator>
		<pubDate>Wed, 09 May 2012 16:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/08/15/frustration-with-accessibility-in-flash-and-flex/#comment-45267</guid>
		<description>And oh yeah, be sure that you are compiling an accessible swf!

More information here: http://www.adobe.com/accessibility/products/flex/best_practices.html</description>
		<content:encoded><![CDATA[<p>And oh yeah, be sure that you are compiling an accessible swf!</p>
<p>More information here: <a href="http://www.adobe.com/accessibility/products/flex/best_practices.html" rel="nofollow">http://www.adobe.com/accessibility/products/flex/best_practices.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben L.</title>
		<link>http://joshblog.net/2007/08/15/no-documentation-for-flash-and-flex-component-accessibility/#comment-45264</link>
		<dc:creator>Ben L.</dc:creator>
		<pubDate>Wed, 09 May 2012 16:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/08/15/frustration-with-accessibility-in-flash-and-flex/#comment-45264</guid>
		<description>I&#039;ve been working with Flex and JAWS - some protips I&#039;ve found:

1.  JAWS only reads correctly with Internet Explorer.  Why?  Because the Flex/Flash leverages the Microsoft MSAA libraries to feed object information to the JAWS reader. MS plays best with MS stuff - so yeah, it will not read with Firefox or Chrome - and really only works in a Windows environment.

2.  When testing with JAWS on Flex/Flash - be sure to TURN THE VIRTUAL CURSOR setting on JAWS OFF!  [ins + Z] by default - otherwise it will never read the object correctly.

3.  On you 28 Accessible Flex Objects, there should be an accessibilityName propety and accessibilityDescription property - put in the audio queues to feed the JAWS reader here.

Good luck - I&#039;ve been wrestling with this for a year now.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been working with Flex and JAWS &#8211; some protips I&#8217;ve found:</p>
<p>1.  JAWS only reads correctly with Internet Explorer.  Why?  Because the Flex/Flash leverages the Microsoft MSAA libraries to feed object information to the JAWS reader. MS plays best with MS stuff &#8211; so yeah, it will not read with Firefox or Chrome &#8211; and really only works in a Windows environment.</p>
<p>2.  When testing with JAWS on Flex/Flash &#8211; be sure to TURN THE VIRTUAL CURSOR setting on JAWS OFF!  [ins + Z] by default &#8211; otherwise it will never read the object correctly.</p>
<p>3.  On you 28 Accessible Flex Objects, there should be an accessibilityName propety and accessibilityDescription property &#8211; put in the audio queues to feed the JAWS reader here.</p>
<p>Good luck &#8211; I&#8217;ve been wrestling with this for a year now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VK</title>
		<link>http://joshblog.net/2007/08/15/no-documentation-for-flash-and-flex-component-accessibility/#comment-32733</link>
		<dc:creator>VK</dc:creator>
		<pubDate>Wed, 15 Feb 2012 05:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/08/15/frustration-with-accessibility-in-flash-and-flex/#comment-32733</guid>
		<description>Hello Josh,

Excellent info shared by you. I understand your frustration. I am working on Flash since many years and recently I had a requirement of a accessible elearning courseware. I was doing some R&amp;D on accessibility and rounded up on two basic points:

- Movie clips with animations and text
- Externally loaded SWF files into teh tab order

Basically I have a navigation shell ready which loads external SWF files into it one by one and I need my whole content to be accessible. I read about restarting the screen reader from top when the page updates.....but that really is a frustrating task for a disabled user to do everytime when the page updates itself...

Accessibility is also frustrating where I have sime click and reveal types of interactivities....and the whole point is that accessibility thing sucks when your Flash content is bound to update at very short intervals....In that case development should be avooided in Flash...

Any thoughts of your would help us!

As ever,
VK</description>
		<content:encoded><![CDATA[<p>Hello Josh,</p>
<p>Excellent info shared by you. I understand your frustration. I am working on Flash since many years and recently I had a requirement of a accessible elearning courseware. I was doing some R&amp;D on accessibility and rounded up on two basic points:</p>
<p>- Movie clips with animations and text<br />
- Externally loaded SWF files into teh tab order</p>
<p>Basically I have a navigation shell ready which loads external SWF files into it one by one and I need my whole content to be accessible. I read about restarting the screen reader from top when the page updates&#8230;..but that really is a frustrating task for a disabled user to do everytime when the page updates itself&#8230;</p>
<p>Accessibility is also frustrating where I have sime click and reveal types of interactivities&#8230;.and the whole point is that accessibility thing sucks when your Flash content is bound to update at very short intervals&#8230;.In that case development should be avooided in Flash&#8230;</p>
<p>Any thoughts of your would help us!</p>
<p>As ever,<br />
VK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kofa</title>
		<link>http://joshblog.net/2007/08/15/no-documentation-for-flash-and-flex-component-accessibility/#comment-1344</link>
		<dc:creator>Kofa</dc:creator>
		<pubDate>Thu, 23 Apr 2009 09:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/08/15/frustration-with-accessibility-in-flash-and-flex/#comment-1344</guid>
		<description>I&#039;ve found that disabling virtual PC cursor (Ins+Z, or whatever key takes the place of US Z on your keyboard, e.g. Y in the Hungarian layout) allows me to press buttons and generally use the application as if JAWS were not running.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found that disabling virtual PC cursor (Ins+Z, or whatever key takes the place of US Z on your keyboard, e.g. Y in the Hungarian layout) allows me to press buttons and generally use the application as if JAWS were not running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web design in Dubai</title>
		<link>http://joshblog.net/2007/08/15/no-documentation-for-flash-and-flex-component-accessibility/#comment-1343</link>
		<dc:creator>web design in Dubai</dc:creator>
		<pubDate>Mon, 20 Apr 2009 00:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/08/15/frustration-with-accessibility-in-flash-and-flex/#comment-1343</guid>
		<description>This is a great post - very helpful, thanks! Iâ€™m working on an accessible tree control for AS2 - after hunting around, I discovered thereâ€™s a â€˜magicâ€™ _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?</description>
		<content:encoded><![CDATA[<p>This is a great post &#8211; very helpful, thanks! Iâ€™m working on an accessible tree control for AS2 &#8211; after hunting around, I discovered thereâ€™s a â€˜magicâ€™ _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>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susie</title>
		<link>http://joshblog.net/2007/08/15/no-documentation-for-flash-and-flex-component-accessibility/#comment-1342</link>
		<dc:creator>Susie</dc:creator>
		<pubDate>Thu, 09 Oct 2008 18:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/08/15/frustration-with-accessibility-in-flash-and-flex/#comment-1342</guid>
		<description>Hey there - I too am having a hard time making my flash files accessible, even after doing the tutorials for the files that came with CS3 on my computer  - even THEIR files weren&#039;t being read by JAWS. It read all of the buttons, in the correct order but didn&#039;t read any of the text boxes on the page  - just completely skipped them over. I build e-learning courses, some straight in flash, some in lectora, some in captivate - but experimenting in a combo lectora/flash currently and that is where this is all stemming from. If I can solve this issue - I&#039;ll have need to use clunky old lectora for anything...except something that needs SCORM. Loved the rant....</description>
		<content:encoded><![CDATA[<p>Hey there &#8211; I too am having a hard time making my flash files accessible, even after doing the tutorials for the files that came with CS3 on my computer  &#8211; even THEIR files weren&#8217;t being read by JAWS. It read all of the buttons, in the correct order but didn&#8217;t read any of the text boxes on the page  &#8211; just completely skipped them over. I build e-learning courses, some straight in flash, some in lectora, some in captivate &#8211; but experimenting in a combo lectora/flash currently and that is where this is all stemming from. If I can solve this issue &#8211; I&#8217;ll have need to use clunky old lectora for anything&#8230;except something that needs SCORM. Loved the rant&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul R</title>
		<link>http://joshblog.net/2007/08/15/no-documentation-for-flash-and-flex-component-accessibility/#comment-1341</link>
		<dc:creator>Paul R</dc:creator>
		<pubDate>Wed, 17 Sep 2008 13:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/08/15/frustration-with-accessibility-in-flash-and-flex/#comment-1341</guid>
		<description>Very interesting, thanks.

Hopefully most readers will have seen this, but just to make sure...

&lt;a href=&quot;http://blogs.adobe.com/accessibility/2008/07/draft_documentation_for_flash.html&quot; rel=&quot;nofollow&quot;&gt;Draft Documentation for Flash Accessibility Implementation&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Very interesting, thanks.</p>
<p>Hopefully most readers will have seen this, but just to make sure&#8230;</p>
<p><a href="http://blogs.adobe.com/accessibility/2008/07/draft_documentation_for_flash.html" rel="nofollow">Draft Documentation for Flash Accessibility Implementation</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2007/08/15/no-documentation-for-flash-and-flex-component-accessibility/#comment-1340</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Tue, 18 Mar 2008 16:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/08/15/frustration-with-accessibility-in-flash-and-flex/#comment-1340</guid>
		<description>In regards to Flex accessibility, I&#039;ve made a feature request for more documentation:

https://bugs.adobe.com/jira/browse/SDK-15006

If you&#039;d like to see better docs and examples in this area, please vote!</description>
		<content:encoded><![CDATA[<p>In regards to Flex accessibility, I&#8217;ve made a feature request for more documentation:</p>
<p><a href="https://bugs.adobe.com/jira/browse/SDK-15006" rel="nofollow">https://bugs.adobe.com/jira/browse/SDK-15006</a></p>
<p>If you&#8217;d like to see better docs and examples in this area, please vote!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asdf</title>
		<link>http://joshblog.net/2007/08/15/no-documentation-for-flash-and-flex-component-accessibility/#comment-1339</link>
		<dc:creator>asdf</dc:creator>
		<pubDate>Thu, 13 Mar 2008 23:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/08/15/frustration-with-accessibility-in-flash-and-flex/#comment-1339</guid>
		<description>pretty soon accessability will be required.</description>
		<content:encoded><![CDATA[<p>pretty soon accessability will be required.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joan Lafferty</title>
		<link>http://joshblog.net/2007/08/15/no-documentation-for-flash-and-flex-component-accessibility/#comment-1338</link>
		<dc:creator>Joan Lafferty</dc:creator>
		<pubDate>Mon, 18 Feb 2008 21:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/08/15/frustration-with-accessibility-in-flash-and-flex/#comment-1338</guid>
		<description>Hi Josh,

Thanks for your detailed descriptions on how we can make Accessibility better. I just wanted to encourage you to file any of your Flex Feature Requests in our public bugbase. There are currently no Feature Requests for Accessibility and just a handful of deferred bugs and minor requests. If there are more customers filing bugs in this area of the product, I&#039;m pretty sure, that it will get more focus in future versions of the product.

Thanks,
Joan</description>
		<content:encoded><![CDATA[<p>Hi Josh,</p>
<p>Thanks for your detailed descriptions on how we can make Accessibility better. I just wanted to encourage you to file any of your Flex Feature Requests in our public bugbase. There are currently no Feature Requests for Accessibility and just a handful of deferred bugs and minor requests. If there are more customers filing bugs in this area of the product, I&#8217;m pretty sure, that it will get more focus in future versions of the product.</p>
<p>Thanks,<br />
Joan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

