开发者

Load external swf using binary socket

开发者 https://www.devze.com 2023-04-05 16:49 出处:网络
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 pro

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

精彩评论

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