0
New Here
,
/t5/animate-discussions/go-to-webpage-actionscript-not-working/td-p/10716724
Nov 05, 2019
Nov 05, 2019
Copy link to clipboard
Copied
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]
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Community Expert
,
Nov 05, 2019
Nov 05, 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
,
/t5/animate-discussions/go-to-webpage-actionscript-not-working/m-p/10716745#M198363
Nov 05, 2019
Nov 05, 2019
Copy link to clipboard
Copied
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
Adobe is changing the world through digital experiences. We help our customers create, deliver and optimize content and applications.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/go-to-webpage-actionscript-not-working/m-p/10719574#M198407
Nov 06, 2019
Nov 06, 2019
Copy link to clipboard
Copied
Yeah, I tried it too. no issues.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

