New to Adobe Animate CC
Hello,
I am relatively new to Adobe Animate CC. We have traditionally published our web banners in flash format and would like to publish them now using HTML5.
I recreated the web banner in HMTL5 Canvas and have the buttons created with an action script for the first button. However, when I go to test it, the hyperlink does not work. I created the action script using the code snippet library. Below is the action script I have along with a screenshot of my workspace. Any thoughts?
this.button_3.addEventListener("click", fl_ClickToGoToWebPage_6);
function fl_ClickToGoToWebPage_6() {
window.open("http://www.adobe.com", "_blank");
}