Answer: To avoid hiding the Menus by the Flash objects we can use WMODE property with EMBED Tag.
We need to Set
wmode=transparent
For that we also need to at
WMODE parameter with Object Tag.
Below is one Sample Example :
In
Object Tag, we need to write
param name="wmode" value="transparent"
and with
Embed Tag, we need to write
wmode="transparent"
We can also use :
<param name="wmode" value="opaque" /> with object parameters.
You can Check this link as Reference :
http://kb2.adobe.com/cps/142/tn_14201.html
Modified By :
Moderator3
|
Alert Moderator