E-mail List Archives
Thread: Movie Clip Accessibility
Number of posts in this thread: 1 (In chronological order)
From: vivek
Date: Wed, Jun 07 2006 5:00AM
Subject: Movie Clip Accessibility
No previous message | No next message
HI,
I am facing a problem with accessibility of my application.
I have a movie clip on stage. It's accessibility name is "movieClip 1" and
it has a simple code on press event of it.
This works fine.
But when I load an image on it:
mc1.loadmovie("cat.jpg");
Screen reader reads it as unlabeled button.
Can anyone tell me why its taking it as unlabeled ?
Thanks...