BIT-101 [2003-2017]

Hacking the Start Page, Example 2 and 3


Need a recent file list? Add a list box named recentList and this code:

recentFiles = MMExecute("fl.mruRecentFileList;");
recentFiles = recentFiles.split(",");
for(var i=0; i

This button will create a new movie:



flaBtn.clickHandler = function(){
	MMExecute("fl.createDocument('timeline');");
}
« Previous Post
Next Post »