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");

 

_serviceshipurl = new urlrequest("https://www.fedex.com/fcl/;shipsessionid=slztjnqpxqkhqsxm6jtrk18y59lsjzhjzpktw0hn2kxtvt3js 2nx!-781674804?appname=fclfsm&locale=us_en&step3url=https%3a%2f%2fwww.fedex.com%2fship%2fs hipentryaction.do%3fmethod%3ddoregistration%26link%3d1%26locale%3den_us%26urlparams%3dus%2 6stype%3df&returnurl=https%3a%2f%2fwww.fedex.com%2fship%2fshipentryaction.do%3fmethod%3ddo entry%26link%3d1%26locale%3den_us%26urlparams%3dus%26stype%3df&programindicator=0");

 

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

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい