I am trying to load an object from flash file A into flash file B. Both files are in the same directory. The reason i’m not just loading A into B, using loadMovie, is that A is generated by another process and has some annoying code in it which messes up my movie by loading stuff in the other _levels. The only thing I need from file A is an object inside it that has some parameters. I am working with file B and have the source code. Is there a way to just load the object I want from movie A into movie B. ? Can I use loadVariables to load and object?
THANKS:cons: