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

Slideshow and links

Participant ,
Oct 23, 2019 Oct 23, 2019

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?

246
Translate
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

Hi.

 

Which code are you using?

Translate
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
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. 

Translate
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