Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.interfaces
Interface SWFFileSignature  view SWFFileSignature download SWFFileSignature.java


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.