mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 13:17:13 +00:00
Added: AS3 Direct editation - Error when accessing inaccessible namespace
Fixed: AS3 goto definition missing some namespaces AS3 debug game testdata with debug info
This commit is contained in:
BIN
libsrc/ffdec_lib/testdata/debug_game/as3_scoring.swf
vendored
BIN
libsrc/ffdec_lib/testdata/debug_game/as3_scoring.swf
vendored
Binary file not shown.
@@ -183,6 +183,9 @@ btnSpeedDown.addEventListener(MouseEvent.CLICK, onSpeedDown);
|
||||
</timelines>
|
||||
<PrinterSettings/>
|
||||
<publishHistory>
|
||||
<PublishItem publishSize="10154" publishTime="1772229505" publishDebug="true"/>
|
||||
<PublishItem publishSize="10154" publishTime="1772229364" publishDebug="true"/>
|
||||
<PublishItem publishSize="10152" publishTime="1772229351" publishDebug="true"/>
|
||||
<PublishItem publishSize="9791" publishTime="1771699753"/>
|
||||
<PublishItem publishSize="10087" publishTime="1771695966" publishDebug="true"/>
|
||||
<PublishItem publishSize="9267" publishTime="1771270767"/>
|
||||
@@ -200,8 +203,5 @@ btnSpeedDown.addEventListener(MouseEvent.CLICK, onSpeedDown);
|
||||
<PublishItem publishSize="8757" publishTime="1771268093" publishDebug="true"/>
|
||||
<PublishItem publishSize="8231" publishTime="1771267749" publishDebug="true"/>
|
||||
<PublishItem publishSize="7175" publishTime="1771267717" publishDebug="true"/>
|
||||
<PublishItem publishSize="7221" publishTime="1771267633" publishDebug="true"/>
|
||||
<PublishItem publishSize="7221" publishTime="1771267610" publishDebug="true"/>
|
||||
<PublishItem publishSize="7223" publishTime="1771267567" publishDebug="true"/>
|
||||
</publishHistory>
|
||||
</DOMDocument>
|
||||
@@ -5,8 +5,8 @@
|
||||
xmlns:xmp="http://ns.adobe.com/xap/1.0/">
|
||||
<xmp:CreatorTool>Adobe Flash Professional CS6 - build 481</xmp:CreatorTool>
|
||||
<xmp:CreateDate>2026-02-16T10:31:42-08:00</xmp:CreateDate>
|
||||
<xmp:MetadataDate>2026-02-21T09:45:46-08:00</xmp:MetadataDate>
|
||||
<xmp:ModifyDate>2026-02-21T09:45:46-08:00</xmp:ModifyDate>
|
||||
<xmp:MetadataDate>2026-02-27T13:55:44-08:00</xmp:MetadataDate>
|
||||
<xmp:ModifyDate>2026-02-27T13:55:44-08:00</xmp:ModifyDate>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about=""
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
@@ -22,7 +22,7 @@
|
||||
<stRef:originalDocumentID>xmp.did:7FE581FA660BF11197008EF33C376745</stRef:originalDocumentID>
|
||||
</xmpMM:DerivedFrom>
|
||||
<xmpMM:DocumentID>xmp.did:EDF1CDD4690BF11197008EF33C376745</xmpMM:DocumentID>
|
||||
<xmpMM:InstanceID>xmp.iid:3B7DE8AB4B0FF111A0D3B09FD2F43FD4</xmpMM:InstanceID>
|
||||
<xmpMM:InstanceID>xmp.iid:909574812614F1118B04B924A153AAEA</xmpMM:InstanceID>
|
||||
<xmpMM:OriginalDocumentID>xmp.did:7FE581FA660BF11197008EF33C376745</xmpMM:OriginalDocumentID>
|
||||
<xmpMM:History>
|
||||
<rdf:Seq>
|
||||
@@ -51,6 +51,12 @@
|
||||
<stEvt:when>2026-02-16T10:31:42-08:00</stEvt:when>
|
||||
<stEvt:softwareAgent>Adobe Flash Professional CS6 - build 481</stEvt:softwareAgent>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<stEvt:action>created</stEvt:action>
|
||||
<stEvt:instanceID>xmp.iid:909574812614F1118B04B924A153AAEA</stEvt:instanceID>
|
||||
<stEvt:when>2026-02-16T10:31:42-08:00</stEvt:when>
|
||||
<stEvt:softwareAgent>Adobe Flash Professional CS6 - build 481</stEvt:softwareAgent>
|
||||
</rdf:li>
|
||||
</rdf:Seq>
|
||||
</xmpMM:History>
|
||||
</rdf:Description>
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
<PackagePaths></PackagePaths>
|
||||
<AS3PackagePaths>.</AS3PackagePaths>
|
||||
<AS3ConfigConst>CONFIG::FLASH_AUTHORING="true";</AS3ConfigConst>
|
||||
<DebuggingPermitted>0</DebuggingPermitted>
|
||||
<DebuggingPermitted>1</DebuggingPermitted>
|
||||
<DebuggingPassword></DebuggingPassword>
|
||||
<CompressMovie>1</CompressMovie>
|
||||
<CompressionType>0</CompressionType>
|
||||
@@ -158,7 +158,7 @@
|
||||
<Animated>0</Animated>
|
||||
<MatchMovieDim>1</MatchMovieDim>
|
||||
<Loop>1</Loop>
|
||||
<LoopCount></LoopCount>
|
||||
<LoopCount>0</LoopCount>
|
||||
<OptimizeColors>1</OptimizeColors>
|
||||
<Interlace>0</Interlace>
|
||||
<Smooth>1</Smooth>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user