User Guide

558 ActionScript classes
trace("onIOError: " + file.name);
}
listener.onSecurityError = function(file:FileReference,
errorString:String):Void {
trace("onSecurityError: " + file.name + " errorString: " + errorString);
}
var fileRef:FileReference = new FileReference();
fileRef.addListener(listener);
fileRef.browse(allTypes);
See also
FileReferenceList (flash.net.FileReferenceList)
Property summary
Properties inherited from class Object
Modifiers Property Description
creationDate:Date
[read-only]
The creation date of the file on the local disk.
creator:String [read-
only]
The Macintosh creator type of the file.
modificationDate:Dat
e
[read-only]
The date that the file on the local disk was last
modified.
name:String [read-
only]
The name of the file on the local disk.
size:Number [read-
only]
The size of the file on the local disk, in bytes.
type:String [read-
only]
The file type.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)