Forum Moderators: not2easy
- John
[edited by: JAB_Creations at 4:33 pm (utc) on Nov. 18, 2006]
A possible workaround is to add:
<param name="wmode" value="transparent">
As Flash objects don't always play nice with transparent you might also need to add either:
style="z-index: 0;"
or encapsulate the object in a div with that style.
For x-browser compatibility you may want to add:
wmode="transparent" attribute
to
<embed> tag.