Skip to content

Instantly share code, notes, and snippets.

View alebianco's full-sized avatar

Alessandro Bianco alebianco

View GitHub Profile
@alebianco
alebianco / Batch_Publisher.jsfl
Created February 18, 2019 16:16 — forked from grvgl/Batch_Publisher.jsfl
JSFL file to publish multiple Flash files with single JSFL command
var tempDoc=undefined;
var searchSubDir="true"
if(fl.documents.length==0){
tempDoc=fl.createDocument();
}
var folder = getFolderURIFromUser();
exportlist=new Array();
if(folder){
if(folder.substr(0,8)!="file:///"){
folder="file:///"+folder.split(":").join("|").split("\\").join("/");