Copy link to clipboard
Copied
Im linking resource links for a infographic Im creating but when I export the file to a HTML 5 file the links dont work. I make sure I have seperate layers for these links yet Im still not able to redirect to the url. Here is the code Im using.
var _this = this;
_this.test.on('click', function(){
window.open('https://www.bustle.com/ ', '_blank');
});
The audio I added, animations are working fine. When I test the file on the test movie > in browser all the functions and links are fine.
Copy link to clipboard
Copied
You likely need to upload your published files to a web server. Browsers generally will not run content like this locally for security reasons. If Test Movie works - then it is working as intended.
Copy link to clipboard
Copied
Thank you!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now