Created
October 28, 2008 12:55
-
-
Save mzp/20368 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Action3 minorVersion="16" majorVersion="46"> | |
<constants> | |
<Constants> | |
<ints/> | |
<uints/> | |
<doubles/> | |
<strings> | |
<String2 value=""/> | |
<String2 value="Hello"/> | |
<String2 value="Hello,world!!"/> | |
<String2 value="Sprite"/> | |
<String2 value="TextField"/> | |
<String2 value="addChild"/> | |
<String2 value="appendText"/> | |
<String2 value="cinit"/> | |
<String2 value="flash.display"/> | |
<String2 value="flash.text"/> | |
<String2 value="init"/> | |
<String2 value="t"/> | |
</strings> | |
<namespaces> | |
<Namespace index="1"/> | |
<Namespace index="9"/> | |
<Namespace index="10"/> | |
</namespaces> | |
<namespaceSets/> | |
<multinames> | |
<QName nameIndex="1" namespaceIndex="1"/> | |
<QName nameIndex="2" namespaceIndex="1"/> | |
<QName nameIndex="6" namespaceIndex="1"/> | |
<QName nameIndex="7" namespaceIndex="1"/> | |
<QName nameIndex="8" namespaceIndex="1"/> | |
<QName nameIndex="11" namespaceIndex="1"/> | |
<QName nameIndex="12" namespaceIndex="1"/> | |
<QName nameIndex="4" namespaceIndex="2"/> | |
<QName nameIndex="5" namespaceIndex="3"/> | |
</multinames> | |
</Constants> | |
</constants> | |
<methods> | |
<MethodInfo retType="0" nameIndex="1" hasParamNames="0" setSDXNs="0" isExplicit="0" ignoreRest="0" hasOptional="0" needRest="0" needActivation="0" needArguments="0"> | |
<paramTypes/> | |
</MethodInfo> | |
<MethodInfo retType="0" nameIndex="5" hasParamNames="0" setSDXNs="0" isExplicit="0" ignoreRest="0" hasOptional="0" needRest="0" needActivation="0" needArguments="0"> | |
<paramTypes/> | |
</MethodInfo> | |
<MethodInfo retType="0" nameIndex="6" hasParamNames="0" setSDXNs="0" isExplicit="0" ignoreRest="0" hasOptional="0" needRest="0" needActivation="0" needArguments="0"> | |
<paramTypes/> | |
</MethodInfo> | |
</methods> | |
<metadata/> | |
<instances> | |
<InstanceInfo nameIndex="2" superIndex="8" hasProtectedNS="0" interface="0" final="0" sealed="1" iInitIndex="2"> | |
<interfaces/> | |
<traits/> | |
</InstanceInfo> | |
</instances> | |
<classes> | |
<ClassInfo cInitIndex="1"> | |
<traits/> | |
</ClassInfo> | |
</classes> | |
<scripts> | |
<ScriptInfo initIndex="0"> | |
<traits> | |
<TraitInfo nameIndex="2" hasMetadata="0" override="0" final="0"> | |
<trait> | |
<Class slotID="0" classInfo="0"/> | |
</trait> | |
</TraitInfo> | |
</traits> | |
</ScriptInfo> | |
</scripts> | |
<methodBodies> | |
<MethodBody exceptionCount="0" maxRegs="1" maxScope="2" maxStack="2" methodInfo="0" scopeDepth="0"> | |
<code> | |
<OpGetLocal0/> | |
<OpPushScope/> | |
<OpGetLex name="8"/> | |
<OpPushScope/> | |
<OpGetLex name="8"/> | |
<OpNewClass classIndex="0"/> | |
<OpPopScope/> | |
<OpGetGlobalScope/> | |
<OpSwap/> | |
<OpInitProperty name="2"/> | |
<OpReturnVoid/> | |
</code> | |
<exceptions/> | |
<traits/> | |
</MethodBody> | |
<MethodBody exceptionCount="0" maxRegs="1" maxScope="0" maxStack="0" methodInfo="1" scopeDepth="0"> | |
<code> | |
<OpReturnVoid/> | |
</code> | |
<exceptions/> | |
<traits/> | |
</MethodBody> | |
<MethodBody exceptionCount="0" maxRegs="1" maxScope="1" maxStack="4" methodInfo="2" scopeDepth="0"> | |
<code> | |
<OpGetLocal0/> | |
<OpConstructSuper argc="0"/> | |
<OpPushString index="12"/> | |
<OpFindPropStrict name="9"/> | |
<OpConstructProp name="9" argc="0"/> | |
<OpNewObject argc="1"/> | |
<OpPushWith/> | |
<OpGetScopeObject scopeIndex="0"/> | |
<OpGetProperty name="7"/> | |
<OpPushString index="3"/> | |
<OpCallProperty name="4" argc="1"/> | |
<OpPop/> | |
<OpGetLocal address="0"/> | |
<OpGetScopeObject scopeIndex="0"/> | |
<OpGetProperty name="7"/> | |
<OpCallProperty name="3" argc="1"/> | |
<OpPopScope/> | |
<OpReturnVoid/> | |
</code> | |
<exceptions/> | |
<traits/> | |
</MethodBody> | |
</methodBodies> | |
</Action3> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment