ActiveSWF XML Document Structure

ActiveSWF document must always start with the movie tag.

<movie>

    <styles>
    ...
    </styles>

    <objects>
    ...
    </objects>

    <layers>
    ...
    </layers>

</movie>

The document then splits into three sections:

ActiveSWF XML Tags

In ActiveSWF XML documents you can use the following tags:

See Also

ActiveSWF XML Schema Diagram