Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3486112
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T10:59:22+00:00 2026-05-18T10:59:22+00:00

In an accessible flex app, the user can navigate through the control by using

  • 0

In an accessible flex app, the user can navigate through the control by using the TAB key.

The flex app pops up on top of the html page aftert the user activate a particular link, and is loaded using swfobject.embedSWF.

It works well in most cases, but there are some instances where either or both these happen:

a) The flex app loads ok, the “flex focus” is set on the intro text label to read out loud, but pressing tab seems to still cycle through the links on the page behind. (Now Fixed, see Edit 2)

b) The focus worked well and pressing tab cycle through the controls ok, but after going through them it then tabs out of the flex app and onto the address bar.. it becomes a nightmare to even try to get back to the flex app without clicking on it.. which isn’t exactly accessibility friendly.

Is there any way to prevent these from happening?

EDIT: The target browser is IE. Seems to be the most used with Jaws

EDIT: I managed to fix problem (a). The trick was to call focus on the swf object, but after a slight time out – must be something to do with flash/js ready state.

setTimeout(function(){
   document.getElementById('swfobject').focus()
},25);

Problem (b) is still an issue though…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T10:59:23+00:00Added an answer on May 18, 2026 at 10:59 am

    In your mx:Application component, add an event listener for the keyFocusChange and add this code :

    protected function application1_keyFocusChangeHandler(event:FocusEvent):void
    {
        event.preventDefault();
        focusManager.getNextFocusManagerComponent(event.shiftKey).setFocus();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How would you make the contents of Flex RIA applications accessible to Google, so
How can I determine what memory is accessible by a process, other than calling
We have an existing publicly accessible web application with user controls, data access libraries,
How to make NameValueCollection accessible to LINQ query operator such as where, join, groupby?
I've been tasked with build an accessible RSS feed for my company's job listings.
We have an external service that is currently accessible via the http (port 80,
Suppose you have a full path to an accessible file or folder on the
I want a method of the class: One ( AccessibleWithinSameNamespace ) to be accessible
How do you go about building a complete keyboard-accessible web application? Assuming that this
1) How important is it for the site to be accessible without javascript? I'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.