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

HTML canvas conversion to Android

New Here ,
Aug 28, 2021 Aug 28, 2021

Copy link to clipboard

Copied

[Moderator moved from Creative Cloud to Animate CC.]

Is it possible to convert a project originally made for HTML/Canvas to run in Android devices ?

How ?      Thanks.

TOPICS
How to

Views

245

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 ,
Aug 28, 2021 Aug 28, 2021

Copy link to clipboard

Copied

There are 20 programs in a full subscription, plus other non-subscription programs
Please post the exact name of the Adobe program you use so a Moderator may move this message to that forum

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 ,
Jun 29, 2023 Jun 29, 2023

Copy link to clipboard

Copied

Adobe Animate

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 ,
Aug 28, 2021 Aug 28, 2021

Copy link to clipboard

Copied

If the project was made in Animate, you could reuse all of the animations and sounds, and rework the JavaScript to become ActionScript, then publish it as an AIR for Android project.

If the project was made in another tool, you could take the HTML and other files, and run those in a web view inside an AIR for Android project. You would want to read up on StageWebView if you took that approach.

https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/StageWebView.html

 

Making AIR for Android projects isn't straightforward, there will be a lot of security and permissions details to worry about.

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 ,
Aug 29, 2021 Aug 29, 2021

Copy link to clipboard

Copied

Hi.

 

You can use Apache Cordova or Electron, for example, to wrap your content into a native container.

 

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
Community Expert ,
Jun 29, 2023 Jun 29, 2023

Copy link to clipboard

Copied

LATEST

@otherelse 

 

yes, you would convert to an as3 project, redo all the code (from js to as3) and publish settings to publish for an android app.

 

kglad_0-1688048925373.png

 

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