1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
<?xml version="1.0" encoding="UTF-8"?>
<swf version="6" compressed="1">
<Header framerate="12" frames="1">
<size>
<Rectangle left="0" right="11000" top="0" bottom="8000"/>
</size>
<tags>
<SetBackgroundColor>
<color>
<Color red="255" green="255" blue="255"/>
</color>
</SetBackgroundColor>
<DefineFont2 objectID="1" isShiftJIS="0" isUnicode="0" isANSII="0" wideGlyphOffsets="0" italic="0" bold="1" language="1" name="Arial Black">
<glyphs/>
</DefineFont2>
<DefineEditText objectID="2" wordWrap="0" multiLine="0" password="0" readOnly="1" autoSize="0" hasLayout="1" notSelectable="0" hasBorder="0" isHTML="0" useOutlines="0" fontRef="1" fontHeight="640" align="0" leftMargin="0" rightMargin="0" indent="0" leading="40" variableName="" initialText="This is a test">
<size>
<Rectangle left="-40" right="6063" top="-40" bottom="942"/>
</size>
<color>
<Color red="0" green="0" blue="0" alpha="146"/>
</color>
</DefineEditText>
<PlaceObject2 replace="0" depth="1" objectID="2">
<transform>
<Transform transX="1170" transY="1634"/>
</transform>
</PlaceObject2>
<ShowFrame/>
<End/>
</tags>
</Header>
</swf>
|