Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi,

I need the resolution for My Flash object which sometimes hide the other controls when other controls are like menus and have to come over it.

Thanks
Best Regard,
Puneet:rose:
Posted

1 solution

Hi Puneet,

Try this code...

<param name="wmode" value="opaque" />

or

<embed wmode="transparent" .. ></embed>



This should solve your problem. Let me know if you still have an issue with hiding controls with embed tag.

Regards,
Sumit Garg
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900