/bin/std/flash9/events/ProgressEvent.hx
http://github.com/Yoomee/clippy · Haxe · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · c9f03df79274a88c80b3459ebe7cc668 MD5 · raw file
- package flash.events;
- extern class ProgressEvent extends Event {
- 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;
- }