Answered
MovieClipLoader never makes it to onLoadComplete?
I'm hoping someone with more experience with the
moviecliploader class can help me. I'm trying to load two images
into two instances of a child movie (mcDog and mcCat). I'm trying
to load these two images and when they're loaded move on to the
next frame (named start). When I press Ctrl-Enter to test the
movie, everything works fine. However when I simulate download, it
never makes it into the onloadcomplete function at all, so it never
advances to the next frame. I've attached the code. Anyone have any
ideas? Thanks!