• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

activating accessibility in flash builder 4

Explorer ,
Apr 13, 2011 Apr 13, 2011

Copy link to clipboard

Copied

Hi,

I am working on a flash builder 4 desktop screen reader application.

Jaws 12.0.525 is the screen reader that i am using to check the working

I have set followng compiler value in .actionScriptProperties file.

<compiler additionalCompilerArguments="-locale en_US" generateAccessible="true" >

and in the flex compiler properties is have selected the "generate accessable SWF file".

But still when I try to check the activity of accessability with the following code.

               if(Accessibility.active) {
                    Accessibility.updateProperties();
                }else{
                    Alert.show("Accessibility not active");
                }

It always go into the else condition.

Please let me know if i am missing something.

Thanks------Amit

Views

612

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 13, 2011 Apr 13, 2011

Copy link to clipboard

Copied

same code works fine if i create a web application.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 14, 2011 Apr 14, 2011

Copy link to clipboard

Copied

LATEST

I found the problem

FB4 came with air 1.5 we need to add sdk 2.0 or upper for accessability

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines