Available on flash
new()
@:flash.propertyread onlycreationDate:Date
@:flash.propertyread onlycreator:String
@:flash.property@:require(flash10)read onlydata:ByteArray
@:flash.propertyread onlymodificationDate:Date
@:flash.propertyread onlyname:String
@:flash.propertyread onlysize:Float
@:flash.propertyread onlytype:String
browse(?typeFilter:Array<FileFilter>):Bool
cancel():Void
download(request:URLRequest, ?defaultFileName:String):Void
@:require(flash10)load():Void
@:require(flash10)save(data:Dynamic, ?defaultFileName:String):Void
@:value({ testUpload : false })upload(request:URLRequest, ?uploadDataFieldName:String, testUpload:Bool = false):Void
@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void
dispatchEvent(event:Event):Bool
hasEventListener(type:String):Bool
@:value({ useCapture : false })removeEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false):Void
toString():String
willTrigger(type:String):Bool