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 ...
- 11 years ago
Hi Mike,
The Window mode is set in HTML:
<object type="application/x-shockwave-flash" data="app.swf">
<param name="wmode" value="opaque" />
...
</object>