Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Buttons wont link out to the URL I have added

New Here ,
Jul 27, 2021 Jul 27, 2021

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. 

 

129
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 28, 2021 Jul 28, 2021

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. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 28, 2021 Jul 28, 2021
LATEST

Thank you!

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines