View Single Post
Go4Expert Founder
14Sep2010,20:27  
shabbir's Avatar
Yes also had this same issue and found a solution to it.

You have to add the following to your object code

HTML Code:
<param name="wmode" value="opaque" />
And following to your embed code

HTML Code:
wmode="opaque"
And it should work fine on all browsers as expected.