haXe API Documentation
Back | Index
extern class flash.events.ProgressEvent
extends Event
Available in flash9
var bytesLoaded : UInt
var bytesTotal : UInt
function new(type : String, ?bubbles : Bool, ?cancelable : Bool, ?bytesLoaded : UInt, ?bytesTotal : UInt) : Void
static var PROGRESS : String
static var SOCKET_DATA : String
Back | Index