For example if you have dropdown, the dropdown values will be covered by the flash.
Hence you won't be able to view all the images like the picture below.
Here's what we need add
for Flash tag embed
<param name=WMode value=Opaque>
for Javascript
fo.addParam("wmode", "opaque");
and wala.. here's the result...
However, this apparently does not work in Linux.
Reference: here
No comments:
Post a Comment