[swfmill] DefineButton SWF tag is not supported ?
Andriy Panas
dutchman at ukr.net
Mon Dec 11 10:56:05 EST 2006
Dear developer of swfmill,
I just downloaded your tool and tried to convert my SWF file to XML. It works :), but not all SWF tags are correctly recognized.
Does swfmill supprt DefineButton SWF tag?
All I got in place where DefineButton SWF tags are found is:
<UnknownTag id="0x07">
<data>fQEBfgFfAQACfwFfAQAEfwFfAQAIfgFfAQAAgyQAL2dhemV0YV9vbmxpbmUmcHN0cmlwPTAwMDA1AF9wYXJlbnQAAAA=</data>
</UnknownTag>
FYI, DefineButton2 SWF tags are well supported by swfmill.
<DefineButton2 objectID="2" menu="0" buttonsSize="10">
<buttons>
....
<conditions>
<Condition next="0" key="4" menuLeave="0" menuEnter="0" pointerReleaseOutside="0" pointerDragEnter="0" pointerDragLeave="0" pointerReleaseInside="0" pointerPush="0" pointerLeave="0" pointerEnter="0">
<actions>
<GetURL url="www.google.com" target="_parent"/>
<EndAction/>
</actions>
</Condition>
</conditions>
</DefineButton2>
My SWF file is authored by PDF2SWF tool http://www.swftools.org/pdf2swf.html.
All SWF files authored by Flash IDE contain only DefineButton2 SWF tags for Button symbols, I cannot created DefineButton objects if SWF is authored by Flash IDE, this fact make it complex to create a simple SWF file that consists only of 1 instance of Button symbol encoded as DefineButton.
More information about the swfmill
mailing list