Here is the problem. I am using loadMovie logic to load a swf file called music.swf to an empty movie object called “contents” in the main movie or time line. The music.swf has a preloader and I am using preloader by Lostinbeta from Kirupa tutorial (http://www.kirupa.com/developer/mx/percentagepreloader.htm). And after the movie is loaded I am loading mp3 files dynamically. Now, the problem is when I clicked the button which loads music.swf, it didn’t work at all. So I figured I have to change all my action code that has _root.(something) to _root.contents.(something) in the music.swf. And it did worked that way. But then I cannot test music.swf individually because it tries to find contents object which is in the main movie. And my preloader never shows that I have in music.swf. Why my preloader of music.swf movie don’t show when I load it using the main movie. Is this the right way to do code external movies and if it is do I have to test them always using the main movie. What am I doing wrong?
Thanks for the help.