Actionscript 3 and HBX (Hitbox) Coding
i have pretty complex tool trying add hbx tracking to. well, i'm adding 2 links.
the links set now:
_serviceratesurl = new urlrequest("http://www.fedex.com/ratefinder/home?cc=us&language=en&locid=express");
private function onserviceratesclick(event:mouseevent):void {
navigatetourl(_serviceratesurl, '_blank');
}
private function onserviceshipclick(event:mouseevent):void {
navigatetourl(_serviceshipurl, '_blank');
}
and hbx required is:
navigatetourl(new urlrequest(_serviceratesurl, '_blank');javascript:_hblink('service+rates'));
navigatetourl(new urlrequest(_serviceshipurl, '_blank');javascript:_hblink('service+ship'));
any appreciated. when add previous code, won't allow flash tool compile.
thanks
More discussions in ActionScript 3
adobe
Comments
Post a Comment