Question
ExtendScript - Import individual compositions from .aep-Projects
Is it possible to import individual Compositions from a external .aep-Project?
It is very easy to import a complete Project-Folder with
app.project.importFile(new ImportOptions(projectFile));
but what if i would like to iterate through the compositionsof the desired project, i.e. searching for a composition by a specific compositionName that will be imported to the project.
