is it possible to add the options to change the wmode parameters in flash banners <param name="wmode" value="opaque" />
If i add an flash banner with rotating banner system the flash will lay over the vbulletin drop down menus etc. See the attached picture. I had to use the built in ad management in vbulletin and add the flash code manually to get it working correctly.
this is the flash code that displays it correctly
Code:
<div>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="728" height="90" id="myFlashContent">
<param name="movie" value="banner.swf" />
<param name="wmode" value="opaque" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="http://www.mydomain.com/images/ads/banner.swf" width="720" height="240">
<param name="wmode" value="transparent" />
</object>
</object>
</div>
Edit: wrong wmode on the attached picture..it should be opaque and not transparent