Fixed Saving SWFs opened by "Open loaded while playing" feature

Added sample data for loader
This commit is contained in:
Jindra Petřík
2023-12-30 12:44:22 +01:00
parent 8e817f6421
commit 8ee83b49f5
10 changed files with 488 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
package
{
import flash.utils.ByteArray;
[Embed(source="/../bin/inside_xored.swf", mimeType="application/octet-stream")]
public class EncryptedByteArray extends ByteArray
{
}
}