Skip to main content
Participant
November 6, 2019
Answered

Go to Webpage actionscript not working

  • November 6, 2019
  • 1 reply
  • 431 views

Hello,

 

I just updated my Adobe Animate software and when I try using the actions "go to webpage" code snippet it won't work. Anyone else having this issue after the update? If not, how can I fix this?

 

[This post moved from Get Started to Animate by Moderator]

This topic has been closed for replies.
Correct answer JoãoCésar17023019

Hi.

 

I've just tested this code here using Animate 20 and it worked.

this.openWebsite = function(e)
{
    window.open("https://www.adobe.com/", "_blank");
};

this.yourButton.on("click", this.openWebsite);

 

Please let us know if this helps.

 

 

Regards,

JC

1 reply

JoãoCésar17023019
Community Expert
JoãoCésar17023019Community ExpertCorrect answer
Community Expert
November 6, 2019

Hi.

 

I've just tested this code here using Animate 20 and it worked.

this.openWebsite = function(e)
{
    window.open("https://www.adobe.com/", "_blank");
};

this.yourButton.on("click", this.openWebsite);

 

Please let us know if this helps.

 

 

Regards,

JC

Community Expert
November 6, 2019

Yeah, I tried it too. no issues.