Project Open
Opens a Premiere project from disk. Use onError to decide whether errors stop the script, continue, or return false when the block supports it. If storeResultIn is set, the block also writes a result variable back to your graph. The dialog flags control whether Premiere is allowed to show its native convert, locate, or warning dialogs while opening the project. Set addToMRUList if the opened project should appear in Premiere's recent-project list.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
path | yes | expression | file-path-string | — |
showConvertProjectDialog | no | expression | boolean | — |
showLocateFileDialog | no | expression | boolean | — |
showWarningDialog | no | expression | boolean | — |
addToMRUList | no | expression | boolean | — |
onError | no | expression | enum-string | STOP, CONTINUE, RETURN_FALSE |
storeResultIn | no | variable-name | variable-name | — |
Notes
No additional notes are available yet.
Examples
Open Embedded Project As ABSCRIPT Build Spec
Portable ABSCRIPT BUILD SPEC example that prompts for a `.prproj` file, embeds it, and opens it with `prProjectOpen`.
Topics: format selection, embedded assets, project management
New to bundled files? Read Embedding Files.
Source: formats/ex-format-abscript-build-spec-prompt-project-open.json