Hi there,
I was following the tut for creating soundbars:
http://www.kirupa.com/developer/mx/soundbar.htm
and all works well, however, I would now like to load these movies through a MAIN movie, but I’m having difficulty with the path and/or the proper the syntax. Ideally, I would like to load sound.swf and sound1.swf into an instance of an empty mc in my main movie called “sound”.
Could someone be so kind as to show me how?
I’ve tried:
loadMovie(_root.sound.this, “http://myurl.com”);
and some variations of that, but can’t get it working!!
Thanks