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

Integrating Adobe Animate into Node Js App

New Here ,
Sep 04, 2018 Sep 04, 2018

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.

1.0K
Translate
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

Translate
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

Translate
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
LATEST

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

Translate
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

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.

Translate
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