================================= ================================= ================================= 출처: http://202psj.tistory.com/743 class 아무이름 { public static const millisecondsPerMinute:int = 1000 * 60; public static const millisecondsPerHour:int = 1000 * 60 * 60; public static const millisecondsPerDay:int = 1000 * 60 * 60 * 24; public static var LANG_KR:String = "LANG_KR"; //한국 public stat..