WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: insight about weird flash

for

From: Andrew Kirkpatrick
Date: Nov 20, 2009 11:05AM


Your culprit: s1.addParam("wmode","transparent");

They are using a windowless mode and don't even need to here. If they change this to
s1.addParam("wmode","window");

then you can do some further testing.

Thanks,
AWK

Andrew Kirkpatrick

Senior Product Manager, Accessibility

Adobe Systems

<EMAIL REMOVED>