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

Animate HTML Canvas - How to use images hosted on an image sever like Scene7

New Here ,
Jan 13, 2021 Jan 13, 2021

Copy link to clipboard

Copied

Hi all, I am used Adobe Animate to design HTML Canvas banners for the site I work on.  I published my work and it is all working fine from my PC.  Now I need to host the banner on our site but we use a image sever to host all our images so I need to update all image ‘src’ to a URL ‘src’. Naively I thought it would be as simple as going into the JS file and updating the ‘src’ within ‘lib.properties’ with the URLs but this did not work and the image did not show. What I am I doing wrong? Any help world be helpful, Thanks   

 

lib.properties = {
   id: 'F9AAE7A85E627F4E959795A844F5CDBF',
   width: 1150,
   height: 300,
   fps: 30,
   color: "#333333",
   opacity: 1.00,
   manifest: [
      {src:"https://ui3.assets-asda.com/dm/_210105_bse_greenbg?fmt=png-alpha&scl=1", id:"_210105_bse_greenbg"},
      {src:"_210105_bse_justpaperroll01.png", id:"_210105_bse_justpaperroll01"}
   ],
   preloads: []
};

Views

160

Translate

Translate

Report

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
LEGEND ,
Jan 13, 2021 Jan 13, 2021

Copy link to clipboard

Copied

You're saying no error messages appeared when you checked the browser dev console?

Votes

Translate

Translate

Report

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 ,
Jan 13, 2021 Jan 13, 2021

Copy link to clipboard

Copied

hi, there are no eppor messages in the dev console

Votes

Translate

Translate

Report

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
LEGEND ,
Jan 13, 2021 Jan 13, 2021

Copy link to clipboard

Copied

LATEST

Then check the network activity tab to see what exactly it's trying to load.

Votes

Translate

Translate

Report

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