AS3 Flash pro Banner Ad
ERROR
TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::MovieClip@2d093e41 to fl.motion.AnimatorFactory.
CODE
import flash.events.MouseEvent;
import flash.net.URLRequest;
// ......
invisClick.addEventListener(
MouseEvent.CLICK,
function(event: MouseEvent) : void {
flash.net.navigateToURL(new URLRequest( root.loaderInfo.parameters.clickTAG), "_blank");
}
);
When I publish and open the HTML in browser the mouse pointer doesn't change from arrow to hand indicating link, but if I click on it it does go to the url.
THANK YOU!