Haxe API Documentation
Back | Index
extern class flash.events.OutputProgressEvent
extends Event
Available in flash
var bytesPending : Float
var bytesTotal : Float
function new(type : String, ?bubbles : Bool, ?cancelable : Bool, ?bytesPending : Float, ?bytesTotal : Float) : Void
static var OUTPUT_PROGRESS : String
Back | Index