hello…
i am bit of a flash novice… so go easy on me…
i am trying to get a ‘clickTag’ variable to work within a flash banner ad which i didn’t make… i have been assured that within the flash file the variable is being ‘expected’…
i am using swfobject to pass in the clickTag variable…
<div id=“keystone_-bungalow-77-1222045205"></div>
<script type=“text/javascript”>
var so = new SWFObject("/uploads/images/adverts/48d6d9a111a6b/b8-summer-party.swf", "keystone-bungalow-77-1222045205", “728”, “90”, “8”);
so.addVariable(“clickTAG”, “/adverts/click/77”);
so.write("keystone-_bungalow-77-1222045205”);
</script>
the flash banner displays fine… but there is ‘clicking’ element of it is not working… ie. there is no link on the banner…
can anyone see any problems with the way i am doing this…? or… is the problem definitely within the swf…??
any help would be greatly appreciated…