i have used <param name="wmode" valur="transparent" /> and in <embed> tag inserted wmode="transparent" for overlaying the menu over flash player in my web site... it worked in firefox but not in chrome and IE.... how to resolve this problem??? waiting for a help............

try to add this in your embed tag:

type="application/x-shockwave-flash"

which will be like this:

<embed src="my.swf" quality="high" wmode="transparent" type="application/x-shockwave-flash">
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.