Quote:
Originally Posted by y2ksw
If you insert the flash in the image field, it works half and half. The Flash needs to have the right link inside, else it won't work.
If you prefer to use the code, you also will need to cover the flash with a transparent gif, as shown here. Then you may use a different link, but still you will have to code each Flash banner manually.
HTML Code:
<div>
<div style="z-index: -1; position: absolute; height: 468px; width: 60px;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="468" height="60">
<param name="movie" value="images/banners/yourflash.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="images/banners/yourflash.swf" quality="high" wmode="transparent" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="468" height="60" ></embed>
</object>
</div>
<div style="z-index: 10; position: absolute; width: 468px; height: 60px;">
<a href="http://www.domain.tld/yourlink" target="_blank"><img alt="" border="0" height="60" src="img/transparent.gif" width="468" /></a>
</div>
</div>
|
Hi there, sorry if I'm a bit confused, but I need a bit of help, I have your RBS 2.0.6 running on vb 3.6.12 and have just been given a .swf banner to upload, but it's not displaying, I don't need click tracking, I just need to show the banner. Do I need to use the above code somewhere? Thanks.