WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Integrating flash animation

for

Number of posts in this thread: 4 (In chronological order)

From: Harold Geslain
Date: Fri, Feb 15 2002 1:35PM
Subject: Integrating flash animation
No previous message | Next message →

Hello,

I am currently working on a website on witch i want to add an animation on top of page.
Before adding the flash object, my website is fully acessible with the TAB key, but as
soon as I add the flash in it, the keyboard access seems to not work anymore.

The flash is at the top of the page, and my link buttons right under it. My syntax is approved, and
all my ALT tex

From: Andrew Kirkpatrick
Date: Fri, Feb 15 2002 1:44PM
Subject: Re: Integrating flash animation
← Previous message | Next message →

Flash traps the tab and won

From: Paul Bohman
Date: Fri, Feb 15 2002 1:50PM
Subject: RE: Integrating flash animation
← Previous message | Next message →

You have discovered one of the biggest accessibility problems about
Flash: it destroys the keyboard accessibility of a page. As far as I
know, there is no way around this at all. Once you enter a Flash object
with the keyboard, there is no way to exit. If anyone else has found a
way, I'd love to hear it, but I haven't run across any solutions.

Putting the Flash object in a frame may solve the keyboard accessibility
issue, but it introduces other concerns. Make sure that the trade-off is
worth it before taking this step.

One thing you can do to *sort of* slightly improve things is to put the
Flash object on the bottom of the page. Maybe this is not an option for
you. This doesn't really solve anything either, it just makes it more
likely that the user will find the desired link before arriving at the
Flash object.

Sorry. I don't have any good news or ideas to offer on this problem.
Paul Bohman
Technology Coordinator
WebAIM (Web Accessibility in Mind)
www.webaim.org
Utah State University
www.usu.edu




-----Original Message-----
From: WebAIM forum [mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of
Harold Geslain
Sent: Friday, February 15, 2002 1:35 PM
To: = EMAIL ADDRESS REMOVED =
Subject: Integrating flash animation


Hello,

I am currently working on a website on witch i want to add an animation
on top of page.
Before adding the flash object, my website is fully acessible with the
TAB key, but as
soon as I add the flash in it, the keyboard access seems to not work
anymore.

The flash is at the top of the page, and my link buttons right under it.
My syntax is approved, and
all my ALT texts are done al

From: Andrew Kirkpatrick
Date: Fri, Feb 15 2002 1:56PM
Subject: Re: Integrating flash animation
← Previous message | No next message

To add to this, you could also put in code in the flash item that goes to a
specific link when tab is struck in the flash item. If the flash is at the
bottom of the page (either in tab order or in order of coding), the link in
the flash object could go to an anchor at the top of the page