开发者

Load external swf using binary socket

is it possible to load a swf into another swf using开发者_如何学Python a binary socket instead of the traditional AS3 Loader class? Would you share some code or pointers? Thanks!


It shouldn't be a problem. However, you will still need to use the Loader class, but you won't need to make any calls to a web server with it, which is what I assume you want to avoid.

Take a look at Loader.loadBytes() and the examples for connecting to a Socket server.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜