简体   繁体   English

使用bytearray加载代码并将其添加到外部swf吗?

[英]Load and add code to external swf with bytearray?

I would like to know if it is possible to load an external movie and add code with ByteArray inside, in order to add anymore properties, functions or why not Sprites? 我想知道是否可以加载外部电影并在内部使用ByteArray添加代码,以添加更多的属性,函数,或者为什么不添加Sprites?

Regards, 问候,

Stephane 斯特凡

have a lookk at: as3swf https://github.com/claus/as3swf/wiki 看看: as3swf https://github.com/claus/as3swf/wiki

as3swf is a low level Actionscript 3 library to parse, create, modify and publish SWF files. as3swf是用于解析,创建,修改和发布SWF文件的低级Actionscript 3库。

There is nothing that does this in the API. API中没有执行此操作的功能。 I'm not sure if it's possible to hack using byteArray. 我不确定是否可以使用byteArray进行黑客入侵。

You could load a swf, call it's methods (using localConnection) and layer images on top of it. 您可以加载一个swf,调用它的方法(使用localConnection),并在其顶部分层图像。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM