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
Modifiers
Property
creationDate:Date
[read-only]
creator:String
only]
modificationDate:Dat
[read-only]
e
name:String
only]
size:Number
only]
type:String
only]
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
558
ActionScript classes
Description
The creation date of the file on the local disk.
[read-
The Macintosh creator type of the file.
The date that the file on the local disk was last
modified.
[read-
The name of the file on the local disk.
[read-
The size of the file on the local disk, in bytes.
[read-
The file type.
property),
property),
__proto__ (Object.__proto__
__resolve
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?