Forum Discussion

mike_zone's avatar
mike_zone
Occasional Contributor
11 years ago
Solved

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 ...
  • TanyaYatskovska's avatar
    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>