mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 16:38:08 +00:00
AMF3 tests, exceptions
This commit is contained in:
14
libsrc/ffdec_lib/testdata/amf3/app.xml
vendored
Normal file
14
libsrc/ffdec_lib/testdata/amf3/app.xml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<application xmlns="http://ns.adobe.com/air/application/3.1">
|
||||
<id>samples.flex.HelloWorld</id>
|
||||
<versionNumber>1</versionNumber>
|
||||
<filename>HelloWorld</filename>
|
||||
<initialWindow>
|
||||
<content>AmfTest.swf</content>
|
||||
<visible>true</visible>
|
||||
<systemChrome>none</systemChrome>
|
||||
<transparent>true</transparent>
|
||||
<width>400</width>
|
||||
<height>200</height>
|
||||
</initialWindow>
|
||||
</application>
|
||||
Reference in New Issue
Block a user