Flash objects appear through overlay

I have a .swf files which runs next to a flyout menu. When the menu flies out, unfortunately it appears behind the flash movie. WTF!! I try to add z-index to my menu. But nothing happen. Googling and found it!! Yippee...

Confuse? see example below.

Add wmode opaque in your script like this

Actionscript:
  1. <object ...>
  2. <param name="wmode" value="opaque">
  3. <embed ... wmode="opaque" ...>
  4. </object>

You get what you want ;)



Leave a comment

Please be polite and on topic. Your e-mail will never be published.

:) :( :d :"> :(( \:d/ :x 8-| /:) :o :-? :-" :-w ;) [-( :)>- more »