Despite the emergence of the <video> element in HTML 5, Shockwave Flash is still the defacto standard for publish multimedia on the Web. Macromedia, and now Adobe have improved the support for assistive technologies and software interfaces like Microsoft Active Accessibility (MSAA) within the Flash browser plug-ins and it is now possible to create a video player in which all the controls and status information are perceivable by screen reader users. So all the challenges to do with Flash have been overcome, no problems? Wrong.

I and others have uncovered what appears to be a little publicised or little known flaw that renders some of the "embed codes" displayed at sites like YouTube, Vimeo et al completely inaccessible.

Screen shot, wmode = window - default, OK

Recently I've been evaluating Flash media players and I noticed that while many players were fairly accessible, one was not at all. Initially I blamed the media player itself, but then I noticed that the wmode parameter in it's embed code was set to opaque. Further tests have revealed that anything but the default value window completely hides the Flash player from MSAA and therefore screen readers. Web Accessibility in Mind note this as a technique to hide decorative Flash. Stephanie Sullivan has also written about this (2nd to last paragraph), however I think the advice in these articles leaves something to be desired. The Flash content of a page, for example when you embed a movie in a blog post, is often not eye candy, it's the whole focus of the page. And providing 'text-only' alternatives in the blanket fashion suggested at 'lessfussdesign' is often a bad idea.

OK:

<object data="player.swf">
    <param name="wmode" value="window" />
    ...

Inaccessible:

    <param name="wmode" value="opaque" />
    <param name="wmode" value="transparent" />

My tips are to avoid setting the wmode parameter unless you absolutely have to (that is, stick with the default value), and if you must, then provide a full HTML/Javascript user-interface (that is, all buttons and status/progress information). An example is Christian Heilmann's excellent Easy YouTube ('wmode' is not set to opaque/transparent in this case, I hasten to add).

Screen shot, wmode = opaque - inaccessible

I tested with Inspect32, part of the Microsoft Active Accessibility kit and the NVDA screen reader.

I'm currently working on fixes for the oohEmbed code (also here) and the Drupal video filter module. The premise for these fixes is that in at least 90% of the cases where this code is used the default for wmode is acceptable.

Feel free to comment on any other embed code or software which needs fixing – and volunteer to submit fixes! (23 September 2009.)

Background: Web Accessibility in Mind (WebAIM) - Flash techniques.

Comments

are perceivable by screen

are perceivable by screen reader users. So all the challenges to do with Flash have been overcome, no problems? Wrong.
Flash wmode considered harmful | Nick Freear
Behringer B212D

very good.

Macromedia, and now Adobe have improved the support for assistive technologies and software interfaces like Microsoft Active Accessibility,The Flash content of a page, for example when you embed a movie in a blog post, is often not eye candy, it's the whole focus of the page.Joel Stewart

Hello

This is my very first time i visit right here. I found so numerous interesting stuff in your weblog particularly its discussion. From the tons of comments on your articles, I guess I am not the only one having all the enjoyment right here! keep up the good function.

Very nice site and article.

Very nice site and article. Amazing one, i appreciate this work.... This is a wonderful post Hey I see smart blog, I love it greatly because I cannot find anything better than your authors.Thanks, I agree that this will be a great help for me.. :)

Hello

I should note that 8 out of 10, you have a good research on the respective subjects and this will result in this beautiful publication. I always greet the bloggers drive. Please come with more information.

The post is written in very a

The post is written in very a good manner and it entails many useful information for me. I am happy to find your distinguished way of writing the post. Now you make it easy for me to understand and implement the concept. Thank you for the post.Buy argan oil

file

This is getting a bit more subjective, but I much prefer the Zune Marketplace. The interface is colorful, has more flair, and some cool features like Mixview' that let you quickly see related albums, songs, or other users related to what you're listening to. Clicking on one of those will center on that item, and another set of "neighbors" will come into view, allowing you to navigate around exploring by similar artists, songs, or users. Speaking of users, the Zune "Social" is also great fun, letting you find others with shared tastes and becoming friends with them. You then can listen to a playlist created based on an amalgamation of what all your friends are listening to, which is also enjoyable. Those concerned with privacy will be relieved to know you can prevent the public from seeing your personal listening habits if you so choose.
Second Mortgage Ontario

apology quotes

Hi buddy, your blog's design is simple and clean and i like it. Your blog posts are superb. Please keep them coming. Greets!!!

angel quotes

Hello, I just thought I would post and let you know your website layout is really messed up on the Firefox browser. Seems to work OK in Internet Explorer however. Anyways keep up the good work.

I'm having a hard time

I'm having a hard time viewing this information from my iPhone. Maybe you could upgrade the site and make it more accessible from my phone. Thatd be real cool!
Second Mortgages Ontario

thanks

their families or to be entertained and have a chat with your friends and guests. The living room of course not live without the comforts of home, like a sofa and a recliner.Glasgow Web Design

consumer ratings

I was just wondering, what's the name of the theme you're using on your site? I really like it!

Would it be okay with you if

Would it be okay with you if I linked to this page from my website? Just asking since some people don't allow linking to their sites if you don't take their permission.

Engineers who would like to have careers in management positions should seriously think about getting the PMP certification so that they can learn how to manage projects effectively. Getting the certification is a matter of passing the PMP exam which can be done with a bit of online PMP certification training.

My question is how can I

My question is how can I increase/decrease the number of those headlines because I think they're too many
ibcbet

Regarding oohEmbed

Hi.

Just found your post while looking through the referral logs of oohembed.com! I am no accessibility expert so I am definitely looking forward to your patches to oohembed regarding this wmode issue.

Would the patch just amount to stripping the wmode parameter out of the embed code? If so, I can apply the patch myself one of these days.

1 line patch for Moodle etc.

Hi antricx,

First, thanks for popping by, and apologies for not responding sooner.

Yes to your question, the patch just involves removing the "wmode" parameter - I haven't yet created patches for oohembed etc.

However, I've just created one for Moodle (a project I'm more familiar with). And I've been spreading the word where possible ;)

Yours,

Nick

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <abbr> <blockquote> <small> <br/> <div> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <p> <h2> <h3> <h4> <h5> <h6>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options