Skip to main content
Inspiring
October 23, 2019
Question

Slideshow and links

  • October 23, 2019
  • 1 reply
  • 268 views

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?

    This topic has been closed for replies.

    1 reply

    JoãoCésar17023019
    Community Expert
    Community Expert
    October 23, 2019

    Hi.

     

    Which code are you using?

    peorAuthor
    Inspiring
    October 24, 2019

    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.