Hi...
I guess no one has found a way to set a start forlder for the fl.browseForFolderURL()? In Dreamweaver, it has the possibility to add the second parameter which it uses as a folder to start browsing from, but on .jsfl it seems the second parameter is ignored.
So far the best option for me seems to be that before opening the dialog, I create a symlink to the desktop. This way I get to have the directory of my choice appear there... But of course it is not the optimal way.
In Windows:
mklink /D "C:\Users\<username>\Desktop\START_FOLDER_link" "C:\projects\test\animationfiles"