/* * 类中常量 */ class com.klstudio.player.Constant extends MovieClip{ public static var MP3_PLAY_START:String = "Mp3.Play.Start"; //; public static var MP3_PLAY_STOP:String = "Mp3.Play.Stop"; //; public static var MP3_PLAY_PAUSE:String = "Mp3.Play.Pause"; //; public static var MP3_PLAY_END:String = "Mp3.Play.End"; //; public static var MP3_PLAY_ERROR:String = "Mp3.Play.Error"; //; public static var MP3_PLAN_PLAY:String = "Mp3.Plan.Play"; //; public static var MP3_PLAN_LOAD:String = "Mp3.Plan.Load"; }