-1

Is it possible to make Flex applications as ADA Compliance ?

TylerH
  • 20,799
  • 66
  • 75
  • 101
S.M.Karthick
  • 129
  • 1
  • 5
  • I've done a lot of flex/actionscript accessibility programming and while it's not as straightforward as ARIA and HTML, you **can** make flex applications accessible. That's a simple answer to your simple question, "yes". After reading the links posted by others, then if you have a specific flex question, you can post that. – slugolicious Jan 11 '22 at 16:42

1 Answers1

2

I'm pretty sure the answer is yes. Have you read the documentation on Flex and Accessibility?.

If you're dong advanced things w/ custom components, you may have to create your own accessible versions, but most of the built in components to the Flex Framework should be accessible.

A Google search on the topic brings up other relevant links.

JeffryHouser
  • 39,401
  • 4
  • 38
  • 59