|
|
|||
Flash Player 7
FileBrowser.confirmActions:Boolean
Property; if this property is set to true, 'delete' and 'dirCreate' control buttons will trigger 'confirmDelete' and 'confirmCreate' events instead of directly executing the 'deleteSelected' and 'createDir' methods.
The following code will change the confirmActions property to true:
myFileBrowser.confirmActions = true;