Packagecom.myflashlab.air.extensions.player
Classpublic class VideoType
InheritanceVideoType Inheritance Object



Public Constants
 ConstantDefined 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
Constant Detail
LOCALConstant
public static const LOCAL:String = onSdCard

Play a local video

ON_LINEConstant 
public static const ON_LINE:String = online

use VideoType.ONLINE instead

ON_SD_CARDConstant 
public static const ON_SD_CARD:String = onSdCard

use VideoType.LOCAL instead

ONLINEConstant 
public static const ONLINE:String = online

Play online videos