Activity › Forums › Adobe After Effects Expressions › Can AE read from a database (or a simple textfile) ?
-
Can AE read from a database (or a simple textfile) ?
Posted by Dapaus on January 11, 2006 at 2:35 pmThe problem:
IDan Ebberts replied 20 years, 8 months ago 2 Members · 3 Replies -
3 Replies
-
Dan Ebberts
January 11, 2006 at 5:47 pmIt would be fairly easy with a script. You can’t do it with just an expression though.
Dan
-
Dan Ebberts
January 12, 2006 at 2:32 pmIn general, it would involve prompting the user to navigate to your text file, setting up a loop to read each line of the file until the end-of-file is reached, converting the text to floating point and creating a new position keyframe at the appropriate time (which, from your description, sounds like it would be the same as the line number).
It’s fairly straight-forward if you have some scripting exprerience. Unfortunately the learning curve for scripting is quite a bit steeper than it is for expressions.
Dan
Reply to this Discussion! Login or Sign Up