Property | Type | Description | |
---|---|---|---|
MIME_TYPE | string |
Method | Description | |
---|---|---|
Add ( |
Adds the specified tag to the Swf tag collection. This methods is the same as swf.Tags.Add method, used only to simplify the writing process.
|
|
GetNewDefineId ( ) : ushort |
Gets a new define character id. Each Define type tag must have an unique character Id. Use this method to get a new Id that is not used for the moment.
|
|
InjectTags ( |
Injects a range of tags in the current Swf.
|
|
Serialize ( |
Serializes the swf object in a XmlWriter.
|
|
Swf ( ) : System |
Creates a new Swf instance.
|
|
Swf ( |
Creates a new Swf instance.
|
|
Swf ( |
Creates a new Swf instance.
|
|
UpdateData ( ) : void |
Re-calc swf binary data.
|
Method | Description | |
---|---|---|
Init ( ) : void |
Inits this instance.
|
Method | Description | |
---|---|---|
tagList_TagAdded ( |
A new tag was added to the tag collection
|
public Add ( |
||
tag | Tag. | |
return | void |
public InjectTags ( |
||
values | The values. | |
return | void |
public Serialize ( |
||
writer | Writer. | |
return | void |
public Swf ( |
||
header | Swf Header. | |
tagList | Swf Tag list sequence. | |
return | System |