Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Connecting to a remote script

  • Connecting to a remote script

    Posted by Bob Edwards on March 25, 2010 at 8:46 pm

    I tried this pretty cool tutorial and was able to get it to work locally but couldn’t get it to work from a shared location on our network.

    https://www.graymachine.com/2009/03/expressions-and-external-documents/

    It’s a pretty cool tip that could really help me out, but it’s having file path issues.

    I’m trying to get the path to a network location on a mapped drive (N:) located on one of our servers. I’ve tried with the exact server location and the drive location separately and used many iterations of forward (/) and backward (\) slashes…

    PS
    I’m using CS3 on a PC (unfortunately) and thanks for your help Cow-People!

    NOTE: for some reason this forward keeps removing my \\(backslashes) but they’re there… sorry!
    (actual doc location C:Expressions – doc.txt)
    (desired doc location N:Common Share – folder – doc.txt)

    #include "Expressionsdoc.txt"

    try {
    eval(thisComp.name)[0];
    }
    catch(err){"name not found"};

    Bishop Zareh replied 16 years, 1 month ago 3 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    March 25, 2010 at 9:22 pm

    Have you tried it this way?

    #include “/N/folder/doc.txt”

    Dan

  • Bishop Zareh

    March 26, 2010 at 3:53 am

    wow! that is f”in cool!

    | Jameson Wallace
    | Motion Graphics Festival
    | New Motion + New Sound + New Code
    | https://MGFest.com

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy