Hi,
How do you make this work for AS3? I can’t seem to make this thing work for me.
on (release) {
getURL (clickTag, "_blank");
}
and my version is this one…
clickTag.addEventListener(MouseEven.CLICK, onMouseclick);
function onMouseclick(e:MouseEvent):void
{
var request:URLRequest = new ULRResquest("clickTag");
navigateToURL(request,"_blank");
}
I’m all lost with AS3…can someone help me with this one? Thank you…