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

Render a After Effects project using a Javascript function

New Here ,
Jul 06, 2020 Jul 06, 2020

I am creating a website where a user can call and render an after effects project from a javascript function. Would anyone know what the code behind this would look like? 

TOPICS
Scripting
274
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 ,
Jul 06, 2020 Jul 06, 2020
LATEST

Whatever server-side rendering you imagine has nothing to do with client-side JavaScript. It's initiated by the server's command parser, be that PHP, ASP.Net or even just a Node.JS interpreter. The rest doesn't really matter. Whether you send it some formatted URL, HTTP headers or formatted data via some JS API/ DOM/ REST is entirely up to you and how you want it to work.

 

Mylenium

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