PDA

View Full Version : Flash ads!


Zys
11th May 2004, 03:06 PM
Hello!

It would be great if the software could support the using of flash-banners/ads.

This would be great and we would love to see it as a new feature as soon as possible.

Regards / Zys

mark
11th May 2004, 04:08 PM
Hello,

in fact, it is possible to have flash banners also now. From version 1.2.1 the support for html banners was added, and for html banner you can put any piece of html code, even flash.

Check the example in the demo when adding html banner.
For example, if you'll put there:

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase="http:// download.macromedia.com/pub/shockwave/cabs/ flash/swflash.cab#version=4,0,0,0" ID=ad_banner_example1 WIDTH=468 HEIGHT=60>

<PARAM NAME=movie VALUE="http://www.yoursite.com/dir/ad_banner_example.swf?clickTAG =$CLICKURL">
<PARAM NAME=loop VALUE=false>
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=medium>
<PARAM NAME=bgcolor VALUE=#FFFFFF>

<EMBED src="http://www.yoursite.com/dir/ad_banner_example.swf?clickTAG=$CLICKURL" loop=false menu=false quality=medium bgcolor=#FFFFFF swLiveConnect=FALSE WIDTH=468 HEIGHT=60 TYPE="application/x-shockwave-flash">
</OBJECT>

it will show the flash banner.

The only "problem" is that you have to upload the flash banner to your site using ftp.

djtux1
23rd April 2005, 05:27 AM
any way we could get instructions on how to add in the flash banners? i just uploaded the swf file to the server but it doesnt show in the affiliates area, thanks!