Copy link to clipboard
Copied
Right now I have this code in my timeline.
var _this = this;
/*
Loads the URL in a new browser window.
*/
window.open('#', '_top');
The url loads but replaces the adobe animate animation, I have tried different attributes but no success. Thanks
/* Click to Go to Web Page
Clicking on the specified symbol instance loads the URL in a new browser window.
Instructions:
1. Replace http://www.adobe.com with the desired URL address.
Keep the quotation marks ("").
*/
this.test.addEventListener("click", fl_ClickToGoToWebPage);
function fl_ClickToGoToWebPage() {
window.open("http://www.adobe.com", "_blank");
}
Copy link to clipboard
Copied
/* Click to Go to Web Page
Clicking on the specified symbol instance loads the URL in a new browser window.
Instructions:
1. Replace http://www.adobe.com with the desired URL address.
Keep the quotation marks ("").
*/
this.test.addEventListener("click", fl_ClickToGoToWebPage);
function fl_ClickToGoToWebPage() {
window.open("http://www.adobe.com", "_blank");
}
Copy link to clipboard
Copied
Thank you. I also thought about bringing the url as an iframe and found this,
https://community.adobe.com/t5/animate-discussions/how-to-insert-an-iframe-in-animate-cc/m-p/1051767...
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more