How to embed an actionscript code library into a swf and access in another swf? (bootstrap)
Basically I want to have the library function of a swc, but the remote loading feature of a swf.
I have a code library which I'm embeding into a swf. All classes and methods no graphical or text elements. After the code is embedded into a swf, I'd like to remotely access this swf from another swf. So swf A contains the classes and it is loaded into swf B is just a shell and uses the methods/classes from swf A as if they were at the root of B.
