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

Convert flash interactive to html5

New Here ,
Sep 23, 2019 Sep 23, 2019

Copy link to clipboard

Copied

Hello! I am new to this forum and I am currently trying to convert interactive flash file to html5.

The file has sprite images that move every button click. As I've searched many tutorials and forums, I have tried the simple way of publishing swf file then convert to html5 canvas and clicked publish. The file is broken. No image was shown, only gray background. I have also read about using 

 

 

this.stop();

 

 

instead of

 

 

stop(); 

 

 

but still not working.

Before publish, output of ctrl+enter returns the first image blinking and button can not be clicked.

Can anyone tell me what's going on?

 

Views

164

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 ,
Sep 24, 2019 Sep 24, 2019

Copy link to clipboard

Copied

LATEST

Hi.

 

If you have the FLA, you can go to File > Convert to > HTML5 Canvas.

But this will only convert the assets and timelines.

All the code will have to be rewritten in JavaScript from scratch.

 

 

Regards,

JC

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