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.