dragonwell
Programmer
Hi - I run an ad-serving application that renders flash banner ads to pages. My app supplies the swfs with their "clickTAG" variable (see thread250-926508 ). This has been working fine, but I have run into an ad that is not cooperating. I have not yet seen the code (the .fla) file, so I cannot determine exactly what's going on internally, but for some reason when the actionscript in the swf makes it's call to getUrl(), part of the url that it's "Getting" is being chopped off. So - in the html we have something like :
The problem is that it's only getting "redirectPage?paramA=x", that is, everything after the & in the url is not being included.
Anyone have any ideas?
Thanks.
Code:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"[/URL] WIDTH="468" HEIGHT="60" id="262"><PARAM NAME=movie VALUE="[b]ads/bannerad.swf?clickTAG=redirectPage?paramA=x¶mB=y[/b]"><PARAM NAME=quality VALUE=high><EMBED src="[b]ads/bannerad.swf?clickTAG=redirectPage?paramA=x¶mB=y[/b]" quality=high WIDTH="468" HEIGHT="60" name="bannerad" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>[/URL]
The problem is that it's only getting "redirectPage?paramA=x", that is, everything after the & in the url is not being included.
Anyone have any ideas?
Thanks.