Quantcast
Channel: Adobe Community : Popular Discussions - Premiere Pro SDK
Viewing all articles
Browse latest Browse all 53010

how can i rename item of rootitem in premiere project and move this item to a bin by actionscript

$
0
0

I use this code in my button:

var prj:Project = Premiere.app.project;
var arr:Array = new Array();
arr[0] = "c:\abc.mp4"
prj.importFiles(arr);

 

Premiere project add an item named "abc.mp4" but i want display this item with name like "somethingiwant.mp4".

and then i create bin by:

 

prj.rootItem.createBin("tempbin");

 

i want move the clip into this bin.


I can not do these, help me please !!


Viewing all articles
Browse latest Browse all 53010

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>