clickTAG

Hi
I need to track a flash banner by using clickTAG AS. Set the flash button
on (release) {
getURL(clickTAG, “_blank”);
}
Here is the html:
<OBJECT classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,5,0,175”>
<PARAM NAME=movie VALUE=“http://www.url.com/test.swf”>
<PARAM NAME=FlashVars VALUE=“clickTAG=http://www.trackbanner.com/banner.do?wId=920&pId=37&targetURL=http://www.target.com”>
<PARAM NAME=menu VALUE=false><PARAM NAME=quality VALUE=high>
<EMBED src=“http://www.url.com/test.swf” FlashVars=“clickTAG=http://www.trackbanner.com/banner.do?wId=920&pId=37&targetURL=http://www.target.com”>
</EMBED></OBJECT>
If I open http://www.trackbanner.com/banner.do?wId=920&pId=37&targetURL=http://www.target.com in a browser, it can be directed to http://www.target.com.
If I click the flash button sourced from http://www.url.com/test.swf, it will only be directed to http://www.trackbanner.com/banner.do?wId=920 and cannot reach the target website.
It missed &pId=37&targetURL=http://www.target.com when I click the flash button.
What’s wrong with the html or AS code?
Thanks for advice