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

Animate 21 export to html canvas failure

New Here ,
Jan 18, 2021 Jan 18, 2021

Copy link to clipboard

Copied

I have a fla file with simple stop and gotoandplay actionscript and a few tweens. When I convert to html I receive the messages to correct the actionscript to js and do that but I get a black screen as a result. 

Views

96

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
Community Expert ,
Jan 18, 2021 Jan 18, 2021

Copy link to clipboard

Copied

when testing, open your browser's developer console and check for js errors.

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

Copy link to clipboard

Copied

When I check the developer console it says failed to load resource. 404 not found

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
Community Expert ,
Jan 18, 2021 Jan 18, 2021

Copy link to clipboard

Copied

LATEST

there are some standard browser "warnings" that can be ignored. 

 

if that 404 is for a missing favicon, that can be ignored.

 

these are the 3 standard, you can ignore ones:

 

Untitled-1.html?3414:1 Unchecked runtime.lastError: The message port closed before a response was received.
Untitled-1.html?3414:1 Error handling response: TypeError: Cannot read property 'css' of undefined
at chrome-extension://pabfempgigicdjjlccdgnbmeggkbjdhd/stylist.js:5:49

GET http://127.0.0.1:8090/favicon.ico 404 (Not Found)

 

 

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