ello
I’m trying to load a movie into my main movie. What I need to know is is there any way I can access symbols that have been exported for actionscript in the library of my loaded movie from my main movie? (using either loadMovie or loadMovieNum)
I’ve tried just loading the movie and then using attachMovie in the main movie to attach a known exported symbol in the loaded movie with no luck. Should I be using a shared library?
Thanks