82ndelement
06-15-2007, 03:04 PM
please help guide me on how to write this.. I can see the methods, just havent seen a real jsfl file..
so the idea is goto nextframe - stop - publish - till the end of time(line)
so far i got --
for(i=1;i<34;i++){
fl.getDocumentDOM().getTimeline().currentFrame += 1
fl.getDocumentDOM().publish();
var fileName = i;
fl.getDocumentDOM().exportSWF("file:///C|/exported/"i+".swf");
}
so the idea is goto nextframe - stop - publish - till the end of time(line)
so far i got --
for(i=1;i<34;i++){
fl.getDocumentDOM().getTimeline().currentFrame += 1
fl.getDocumentDOM().publish();
var fileName = i;
fl.getDocumentDOM().exportSWF("file:///C|/exported/"i+".swf");
}