How To - Part 3
Changing the default view on FileManager startup
For now in the actual version (3.0, 3.1) it is not possible to change the default view of the FileManager via settings. In a future update we will change this but until this release is published you must set it by changing a line of code and recompile the filemanager.fla. Following steps are necessary to change the default view to treeview with preview images:
- Open the filemanager.fla in Flash (CS3+)
- Open the FileGroup.as in your favorite AS editor
- Goto line 87 and set _showPreview to true:
-
private var _showPreview:Boolean = true;
- Recompile and upload to your server
You can change all default variables with prefix _show in this section to adjust the default views.







About SCMS3

