Quote:
Originally Posted by mobe00
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
|
I'm sorry, I can't fix problems with the embedded flash. My flash wrapper embeds arbitrary flash images in order to allow to change the destination URL and eventually enable click tracking. If this doesn't work for you, you still can use your code inside a rotating banner in the Text field, but also would habe to code the flash accordingly to point or to the click tracker, or to your final URL.