I am having some issues adding an url link to a button that made in flash, the code i am using is
I attached the flash fileCode:function makebtn (mc:MovieClip, aurl:String):void { mc.aurl= aurl; Mc.buttonMode= true; mc.addEventListener(MoveEvent.Click,gotoaurl); } function gotoaurl (e:MouseEvent) :void { var aurl:String = e.target.aurl; navigateToUrl(new URLRequest (aurl)); } makebtn(bnt1,'http://www.masterpiececorp.com/ARMREF.htm');
Help please!
Gina T


Reply With Quote


Bookmarks