0

is it possible to load a swf into another swf using a binary socket instead of the traditional AS3 Loader class? Would you share some code or pointers? Thanks!

1 Answer 1

2

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.