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

Integrating Adobe Animate into Node Js App

New Here ,
Sep 04, 2018 Sep 04, 2018

Copy link to clipboard

Copied

Wondering if anyone has experience integrating adobe anime into Node Js.  Basically I have a menu I've made that has a two option selector. I want a button action to call a function defined outside the animation from inside the animation and pass in an argument based on which option was picked.  So have the selector call some javascript outside the animation. Is there a way to do this?  All I've see is a way to click through to a URL.

Any help is appreciated.

Views

814

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

correct answers 1 Correct answer

Community Expert , Sep 04, 2018 Sep 04, 2018

you can use the actions panel to include node.js

Screenshot - 9_4_2018 , 11_27_22 AM.png

Votes

Translate

Translate
Community Expert ,
Sep 04, 2018 Sep 04, 2018

Copy link to clipboard

Copied

you can use the actions panel to include node.js

Screenshot - 9_4_2018 , 11_27_22 AM.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
New Here ,
Sep 09, 2021 Sep 09, 2021

Copy link to clipboard

Copied

LATEST

Hello, I'm interested by that please. How exactly can I include node.js to animate please ?

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 ,
Sep 04, 2018 Sep 04, 2018

Copy link to clipboard

Copied

When you publish a Canvas project the result is vanilla, bare-metal JavaScript. Everything you type in the Actions window is published verbatim. There is no plugin to pass through like with Flash files, no abstraction layer. So just communicate with external libraries however you would normally.

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