| Package | ch.capi.net |
| Class | public class LoadableFileType |
| Inheritance | LoadableFileType Object |
ILoadableFile creation.
See also
| Constant | Defined 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 | ||
| BINARY | Constant |
public static const BINARY:String = binaryFile type binary.
| SOUND | Constant |
public static const SOUND:String = soundFile type sound.
| STREAM | Constant |
public static const STREAM:String = streamFile type stream.
| SWF | Constant |
public static const SWF:String = swfFile type SWF.
| TEXT | Constant |
public static const TEXT:String = textFile type text.
| VARIABLES | Constant |
public static const VARIABLES:String = variablesFile type variables.