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

Slideshow and links

Participant ,
Oct 23, 2019 Oct 23, 2019

Copy link to clipboard

Copied

I've done a slideshow in one frame I've made a link to a google map and in another frame I also have a link but they don't work. I get the same link all the time in the slideshow. What could it be? Does it not work in HTML5 canvas?

Views

180

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
Community Expert ,
Oct 23, 2019 Oct 23, 2019

Copy link to clipboard

Copied

Hi.

 

Which code are you using?

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
Participant ,
Oct 24, 2019 Oct 24, 2019

Copy link to clipboard

Copied

LATEST

The problem is solved. I had dynamic text as a button with this code:

this.link1.addEventListener("click", links1.bind(this));

function links1() {
  window.open("url", "_blank");
}

But when I added a circle shape that I added to the symbol MovieClip added the instance names link1 (this.link1.addEventListener("click", links1.bind(this));) then the links worked and it did not become the same url address when I had dynamic text. 

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