Hi
We serve videos with BOTR for a client and for the most part we're all happy with how it works. But now we've discovered that some user are having issues access the videos in JAWS.
I've tracked this down to (what I think) is the wmode setting when inserting the embed using the generated script.
Is there any way to change the wmode setting in the BOTR interface?
Thanks



The wmode setting in the JS embed codes cannot be changed. It is buried inside the contentserver logic. However, the wmode setting in the alternative embed code is not set to use "wmode=opaque". Perhaps you can embed a video with this code on your site and ask one of your JAWS users if that solves the issue? If so, we should take a look at changing the wmode also for the javascripts.
A problem with the wmode="window" setting (which is the default) is that it prevents people to put HTML on top of the player. That's why opaque is the default with our javascript embeds.