<?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 on: Accessibility and Flex: we can do better.</title>
	<atom:link href="http://aralbalkan.com/1334/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/1334</link>
	<description>Aral on Flash, SWX, Flex, ActionScript, and life.</description>
	<pubDate>Fri, 29 Aug 2008 21:28:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: majordan</title>
		<link>http://aralbalkan.com/1334#comment-172464</link>
		<dc:creator>majordan</dc:creator>
		<pubDate>Thu, 31 Jul 2008 18:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1334#comment-172464</guid>
		<description>I'm suprised this post didn't catch my attention when you posted it.

You may be aware of this already, but Adobe has just released &lt;a href="http://blogs.adobe.com/accessibility/2008/07/draft_documentation_for_flash.html" rel="nofollow"&gt;draft documentation&lt;/a&gt; explaining how to create custom accessibility implementations for Flex components using the flash.accessibility.AccessibilityImplementation class, which has been undocumented until now.

From my understanding, they've released the documents as a draft in order to solicit comments from the developer community, and I'm sure they'd be interested in your feedback if you have the time to offer it.</description>
		<content:encoded><![CDATA[<p>I&#8217;m suprised this post didn&#8217;t catch my attention when you posted it.</p>
<p>You may be aware of this already, but Adobe has just released <a href="http://blogs.adobe.com/accessibility/2008/07/draft_documentation_for_flash.html" rel="nofollow">draft documentation</a> explaining how to create custom accessibility implementations for Flex components using the flash.accessibility.AccessibilityImplementation class, which has been undocumented until now.</p>
<p>From my understanding, they&#8217;ve released the documents as a draft in order to solicit comments from the developer community, and I&#8217;m sure they&#8217;d be interested in your feedback if you have the time to offer it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coderkind</title>
		<link>http://aralbalkan.com/1334#comment-144324</link>
		<dc:creator>coderkind</dc:creator>
		<pubDate>Fri, 09 May 2008 10:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1334#comment-144324</guid>
		<description>I emailed Adobe well over a year ago about their outdated accessibilty documentation for Flex and was told they were going to update it. I also emailed Mozilla highlighting that you couldn't tab in and out of Flash content as you can in IE. Again, it was something they were aware of but seemingly haven't gotten round to fixing yet (not sure if it's fixed in Firefox 3). I think as long as the basics from a legal point of view are covered we're not going to see dramatic inroads into any of this. I'd love to be proved wrong.

From what I've read on other sites, it sounds like SWFObject is going to be incorporated into Flash 10 as the default embed method. Adobe should go further and incorporate as much accessibility support as possible in all aspects of delivering Flash to the end user.</description>
		<content:encoded><![CDATA[<p>I emailed Adobe well over a year ago about their outdated accessibilty documentation for Flex and was told they were going to update it. I also emailed Mozilla highlighting that you couldn&#8217;t tab in and out of Flash content as you can in IE. Again, it was something they were aware of but seemingly haven&#8217;t gotten round to fixing yet (not sure if it&#8217;s fixed in Firefox 3). I think as long as the basics from a legal point of view are covered we&#8217;re not going to see dramatic inroads into any of this. I&#8217;d love to be proved wrong.</p>
<p>From what I&#8217;ve read on other sites, it sounds like SWFObject is going to be incorporated into Flash 10 as the default embed method. Adobe should go further and incorporate as much accessibility support as possible in all aspects of delivering Flash to the end user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Buckley</title>
		<link>http://aralbalkan.com/1334#comment-143477</link>
		<dc:creator>Stephen Buckley</dc:creator>
		<pubDate>Tue, 06 May 2008 16:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1334#comment-143477</guid>
		<description>I raised this fairly recently with Matt Chotin. There is some talk of improving the accessibility of AIR for the next release.
I am currently working for a large e-learning provider and accessibility is one of our conciderations for courseware 90% of which is done in Flash. There is a continum in most flash developers minds with enyjoyablity/features at one end and accessibility at the other, but this does not always need to be the case, it does however require careful design. There are however all sort of issues. There is no clear cross platform screen reader solution available that works on both Mac and PC that Air hook into, so its a patchy situation to say the least. Its is probably too much to ask for AIR to have its own screen reader</description>
		<content:encoded><![CDATA[<p>I raised this fairly recently with Matt Chotin. There is some talk of improving the accessibility of AIR for the next release.<br />
I am currently working for a large e-learning provider and accessibility is one of our conciderations for courseware 90% of which is done in Flash. There is a continum in most flash developers minds with enyjoyablity/features at one end and accessibility at the other, but this does not always need to be the case, it does however require careful design. There are however all sort of issues. There is no clear cross platform screen reader solution available that works on both Mac and PC that Air hook into, so its a patchy situation to say the least. Its is probably too much to ask for AIR to have its own screen reader</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Hughes</title>
		<link>http://aralbalkan.com/1334#comment-143060</link>
		<dc:creator>Marc Hughes</dc:creator>
		<pubDate>Mon, 05 May 2008 12:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1334#comment-143060</guid>
		<description>The biggest problem with accessibility in Flash is that most developers don't care.  Simply going through and enabling the Flex accessibility compiler option is only the first step.  It bugs me when someone claims to have a 100% accessible app just because they turned on that checkbox.  Things like keyboard only access, using higher contrast text, and not using color as the sole status indicator are all equally important.  (There's longer lists, go check out cast.org or section508.gov)

You really need to be thinking about these issues in the design stage of an application.  Just yesterday I blogged about a design review that I had attended where a potentially bad accessibility design was presented.

http://www.rogue-development.com/blog2/2008/05/03/keyboard-access-drag-and-drop/

Keyboard only access for an applications is probably the second biggest thing you could do to help people out, but the Flex API for setting up a simple tab ordering scheme sucks for everything except the most simple of applications.  

Oh, and AIR doesn't support screen readers?  WTF?</description>
		<content:encoded><![CDATA[<p>The biggest problem with accessibility in Flash is that most developers don&#8217;t care.  Simply going through and enabling the Flex accessibility compiler option is only the first step.  It bugs me when someone claims to have a 100% accessible app just because they turned on that checkbox.  Things like keyboard only access, using higher contrast text, and not using color as the sole status indicator are all equally important.  (There&#8217;s longer lists, go check out cast.org or section508.gov)</p>
<p>You really need to be thinking about these issues in the design stage of an application.  Just yesterday I blogged about a design review that I had attended where a potentially bad accessibility design was presented.</p>
<p><a href="http://www.rogue-development.com/blog2/2008/05/03/keyboard-access-drag-and-drop/" rel="nofollow">http://www.rogue-development.com/blog2/2008/05/03/keyboard-access-drag-and-drop/</a></p>
<p>Keyboard only access for an applications is probably the second biggest thing you could do to help people out, but the Flex API for setting up a simple tab ordering scheme sucks for everything except the most simple of applications.  </p>
<p>Oh, and AIR doesn&#8217;t support screen readers?  WTF?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sander</title>
		<link>http://aralbalkan.com/1334#comment-142584</link>
		<dc:creator>Sander</dc:creator>
		<pubDate>Sat, 03 May 2008 23:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1334#comment-142584</guid>
		<description>Very true! I support accessibility!

And finally, an Aral blog post that's not way over my head :-)</description>
		<content:encoded><![CDATA[<p>Very true! I support accessibility!</p>
<p>And finally, an Aral blog post that&#8217;s not way over my head <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
