| Constant | Defined By | ||
|---|---|---|---|
| LOCAL : String = onSdCard [static] 
		 Play a local video
		  | VideoType | ||
| ONLINE : String = online [static] 
		 Play online videos
		  | VideoType | ||
| ON_LINE : String = online [static] 
		 use VideoType.ONLINE instead
		  | VideoType | ||
| ON_SD_CARD : String = onSdCard [static] 
		 use VideoType.LOCAL instead
		  | VideoType | ||
| LOCAL | Constant | 
public static const LOCAL:String = onSdCardPlay a local video
| ON_LINE | Constant | 
public static const ON_LINE:String = onlineuse VideoType.ONLINE instead
| ON_SD_CARD | Constant | 
public static const ON_SD_CARD:String = onSdCarduse VideoType.LOCAL instead
| ONLINE | Constant | 
public static const ONLINE:String = onlinePlay online videos