|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ interfaces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.anotherbigidea.flash.interfaces
Interface SWFFileSignature

- public interface SWFFileSignature
Interface for passing the SWF file signature. This allows the new Flash 6/MX Compressed File signature to be specified. If this interface is not implemented, or the signature(..) method is not called then the assumption is that the file signature is the normal, non-compressed, one.
| Field Summary | |
static java.lang.String |
SIGNATURE_COMPRESSED
|
static java.lang.String |
SIGNATURE_NORMAL
|
| Method Summary | |
void |
signature(java.lang.String sig)
Pass the signature. |
| Field Detail |
SIGNATURE_NORMAL
public static final java.lang.String SIGNATURE_NORMAL
- See Also:
- Constant Field Values
SIGNATURE_COMPRESSED
public static final java.lang.String SIGNATURE_COMPRESSED
- See Also:
- Constant Field Values
| Method Detail |
signature
public void signature(java.lang.String sig)
- Pass the signature. This method must be called before the header(..)
method in SWFHeader.
|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ interfaces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC