--------------------------------------
Adding a flash banner.
--------------------------------------
AdsManager uses SWFObject javascript library version 1.5
(
http://blog.deconcept.com/swfobject/) to display Flash media.
If you prefer another method of including SWF to your page,
replace the following template at the beginning of the ’adsmanager.inc.php’:
var $flash_tpl = "<div class='banner' id='flashcontent[+id+]'>
</div>
<script type='text/javascript'>
var so = new SWFObject('[+img+]', 'mymovie', '[+width+]', '[+height+]', '7', '#FFF');
so.addVariable('url', '[+link+]');
so.write('flashcontent[+id+]');
</script>";
Due to the technology limits, the location of the web page
where the user goes after action on a SWF banner, is stored
directly in the SWF movie. If you want AdsManager to calculate
clicks and ctr on such a banner, you need to modify it slightly.
You should find (hope it would be easy) and change
getURL ("http://google.com/", "_blank");
to
Where ’google.com’ is a destination web address. And, the ’google.com’ URL
you should place to the link in the settings of the banner in the AdsManager.