Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Import footage + create comp + set comp active = Solution Here

  • Import footage + create comp + set comp active = Solution Here

    Posted by Martin Andersen on May 5, 2015 at 12:08 am

    today i just figured this solution out, and i want to share it:

    var myfile = app.project.importFileWithDialog();
    app.project.showWindow(false);
    app.project.showWindow(true);

    // File > New Comp from Selection
    app.executeCommand(2796);

    Many people on the net, have problem setting the composition active, this solution works.

    cheers 😉

    Martin Andersen replied 11 years ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

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