Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more