clickTAG working in test, not working on publish.
I have made a banner ad in HTML 5 with a clickTAG on a button. When I run a test inside of Animate, the button works fine. When I publish the button doesn't work. I am very new to Animate and have spent half the day combing forums and YouTube to no avail.
Here is the clickTAG code
| this.clickTAG.addEventListener("click", fl_ClickToGoToWebPage_4); | |
| function fl_ClickToGoToWebPage_4() { | |
| window.open("https://bottomlounge.com/events", "_blank"); |
