Skip to main content
Participant
December 30, 2016
Question

Auto enter text from a web form into after effects project

  • December 30, 2016
  • 1 reply
  • 198 views

I am trying to figure out how to take text from a web form and place it inside an after effects project.  The purpose is to create custom "thank you" videos with the persons name in the animation.  I'd like it to accept the text, place it in a text field, and render the file. I know this would take additional scripting approach, like PHP from the form, but I'm curious how After Effects opens the door to accepting and running the variable.

I've been searching the adobe scripting option, but can't find anything close.

Can anyone point me in the right direction?

Thanks

    This topic has been closed for replies.

    1 reply

    Mylenium
    Legend
    December 31, 2016

    There is no simple function for this. You have to open a socket connection to your server with the script and fetch the content with an SQL query inside the script.

    Mylenium