mike_zone
11 years agoOccasional Contributor
Problem with Flash recognize
The property checkpoint recognizes the element of Flash as whole block. I mean all other browsers except IE. In IE recognized by all the elements of Flash. I read all instructions (Testing Flash and Flex Applications with the Debug Version of Flash Player), installed Flash debugger for different browsers including for IE, however nothing helped. I understood that a problem is in the parameter of "wmode", which must be opaque or transparent. However, I have not found in your Helper how to do it (support.smartbear.com/viewarticle/62803/?_ga=1.17978494.675375112.1395141886).
Please. help...How I can change this parametr for Mozilla? For example this site http://twistcasinogames.com/games/slots/book-of-ra/demo
Please. help...How I can change this parametr for Mozilla? For example this site http://twistcasinogames.com/games/slots/book-of-ra/demo
Hi Mike,
The Window mode is set in HTML:
<object type="application/x-shockwave-flash" data="app.swf">
<param name="wmode" value="opaque" />
...
</object>