• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Button Does not click in ad when animation is running

Community Beginner ,
Nov 20, 2019 Nov 20, 2019

Copy link to clipboard

Copied

I have inserted a button into my HTML 5 ad. 

The button hover controls works while the animation is playing but you cannot click on the button. 

The click event (link to webpage) only works when the animation stops entirely. 

 

Im using this snippet: Click to go to webpage


/* Click to Go to Web Page
Clicking on the specified symbol instance loads the URL in a new browser window.

Instructions:
1. Replace http://www.adobe.com with the desired URL address.
Keep the quotation marks ("").
*/

this.button_1.addEventListener("click", fl_ClickToGoToWebPage_6);

function fl_ClickToGoToWebPage_6() {
window.open("https://weeverapps.com/process-manager/?utm_campaign=Process%20Manager&utm_source=grenis&utm_medium=...", "_blank");
}

 

Any ideas?

Thanks

TOPICS
Ad development , Error

Views

303

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Nov 20, 2019 Nov 20, 2019

Never mind. The actions need to be added to the timeline so you need to select the first keyframe of when the button appears and the actions will be added there. 

Votes

Translate

Translate
Community Beginner ,
Nov 20, 2019 Nov 20, 2019

Copy link to clipboard

Copied

LATEST

Never mind. The actions need to be added to the timeline so you need to select the first keyframe of when the button appears and the actions will be added there. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines