| Package | ch.capi.net |
| Class | public class LoadableFileType |
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 = "binary"File type binary.
| SOUND | constant |
public static const SOUND:String = "sound"File type sound.
| STREAM | constant |
public static const STREAM:String = "stream"File type stream.
| SWF | constant |
public static const SWF:String = "swf"File type SWF.
| TEXT | constant |
public static const TEXT:String = "text"File type text.
| VARIABLES | constant |
public static const VARIABLES:String = "variables"File type variables.