i just checked the CS3 features, apparently it's supported:
http://www.adobe.com/products/aftereffects/features/
Search found 3 matches
- April 17th, 2007, 6:40 am
- Forum: Script requests
- Topic: Multiple Comps to FLV
- Replies: 7
- Views: 16492
- April 17th, 2007, 4:48 am
- Forum: Script requests
- Topic: Multiple Comps to FLV
- Replies: 7
- Views: 16492
- April 17th, 2007, 4:18 am
- Forum: Script requests
- Topic: Multiple Comps to FLV
- Replies: 7
- Views: 16492
i'm looking for the same thing. i have made this script which i believe should work. but it breaks due to the flv settings window. is there a way to get past this? var aComps = new Array(); var n = app.project.numItems; for(i=1;i<n;i++){ var myItem = app.project.item(i); // find all compositions if(...