Issue with opening document in Premiere
i'm not familiar premiere understanding if save project extension open, next time open project, it'll re-open extension well.
so issue if open document/project extension , project opened had same extension open when saved, extension re-open blank, this:
and clarify, below extension (in working state). open document.
the "open untitled document" button has following code:
var csinterface = new csinterface(); csinterface.evalscript('opendocument("f:/mydocs/adobe/premiere pro/9.0/untitled.prproj")');
and opendocument defined as:
function opendocument(filepath){ app.opendocument(filepath); }
has encountered this? there fix or work around?
am using csinterface 6.1.0 premiere pro cc 9.2
thanks
More discussions in Extension Builder 3
adobe
Comments
Post a Comment