How can I load url in my current html5 animation
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
