Trying to call an external function
Hello,
I have been trying to figure out how to call an external function on my Animate project.
this is the code I am using, but it seems like ExternalInterface. is not supported...
this.closeCTA.addEventListener("click", windowClose);
function windowClose(){
ExternalInterface.call("hideAnimation");
}
Any help would be greatly appreciated
Thanks!
