Packagech.capi.net
Classpublic class LoadableFileType
InheritanceLoadableFileType Inheritance Object

Defines the constants of the types for a ILoadableFile creation.

See also

LoadableFileFactory
FileTypeSelector


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.