Hello,
the swfmill generated swf produces a xml file with a big fat glyph-map
(680 characters).
the flash generated swf produces the following xml (i removed the long
long data)
<?xml version="1.0"?>
<swf version="8" compressed="1">
<Header framerate="12" frames="1">
<size>
<Rectangle left="0" right="11000" top="0" bottom="8000"/>
</size>
<tags>
<UnknownTag id="0x45">
<data>AAAAAA==</data>
</UnknownTag>
<SetBackgroundColor>
<color>
<Color red="255" green="255" blue="255"/>
</color>
</SetBackgroundColor>
<UnknownTag id="0x4B">
<data>AQCsARBW ... a lot of data ...</data>
</UnknownTag>
<UnknownTag id="0x49">
<data> ... a lot of data ...</data>
</UnknownTag>
<DefineEditText objectID="2" wordWrap="1" multiLine="1"
password="0" readOnly="1" autoSize="0" hasLayout="1" notSelectable="0"
hasBorder="0" isHTML="0" useOutlines="1" fontRef="1" fontHeight="200"
align="0" leftMargin="0" rightMargin="0" indent="0" leading="40"
variableName="">
<size>
<Rectangle left="-40" right="2040" top="-40" bottom="281"/>
</size>
<color>
<Color red="0" green="255" blue="0" alpha="255"/>
</color>
</DefineEditText>
<PlaceObject2 replace="0" depth="1" objectID="2">
<transform>
<Transform transX="1540" transY="600"/>
</transform>
</PlaceObject2>
<ShowFrame/>
<End/>
</tags>
</Header>
</swf>
Janosch
Steve Webster schrieb:
>Hi Janosch,
>
>
>
>>But i wonder, when i create such a library with Flash, embedding all
>>characters, it takes 1 Minute, and the produced file is 150KByte big.
>>When i do it with swfmill, it takes 5 Seconds, and the resulting file is
>>40KBytes small.
>>
>>Whats the difference?
>>
>>
>
>It seems like swfmill might be missing a whole bunch of characters.
>What do you get if you swf2xml the two files?
>
>Steve
>
>
>
_______________________________________________
swfmill mailing list
[email protected]
http://osflash.org/mailman/listinfo/swfmill_osflash.org