class com.showjean.Event { public static function get COMPLETE():String { return "complete"; } public static function get ERROR():String { return "error"; } public static function get START():String { return "start"; } public static function get PROGRESS():String { return "progress"; } public static function get INIT():String { return "init"; } }
'Flash > AS2.0' 카테고리의 다른 글
setNewTextFormat , setTextFormat //2007/03/20 00:35 (0) | 2012.06.05 |
---|---|
crossdomain //2007/03/18 14:44 (0) | 2012.06.05 |
XMLNE (0) | 2012.06.05 |
XMLLoaderNE (0) | 2012.06.05 |
Adapter (0) | 2012.06.05 |