Packagech.capi.net
Classpublic class LoadableFileType

Defines the constants of the types for a ILoadableFile creation.

See also

LoadableFileFactory
ILoadableFileSelector


Public Constants
 ConstantDefined by
  BINARY : String = "binary"
[static] File type binary.
LoadableFileType
  SOUND : String = "sound"
[static] File type sound.
LoadableFileType
  STREAM : String = "stream"
[static] File type stream.
LoadableFileType
  SWF : String = "swf"
[static] File type SWF.
LoadableFileType
  TEXT : String = "text"
[static] File type text.
LoadableFileType
  VARIABLES : String = "variables"
[static] File type variables.
LoadableFileType
Constant detail
BINARYconstant
public static const BINARY:String = "binary"

File type binary.

SOUNDconstant 
public static const SOUND:String = "sound"

File type sound.

STREAMconstant 
public static const STREAM:String = "stream"

File type stream.

SWFconstant 
public static const SWF:String = "swf"

File type SWF.

TEXTconstant 
public static const TEXT:String = "text"

File type text.

VARIABLESconstant 
public static const VARIABLES:String = "variables"

File type variables.