I am trying to adapt the info from www.kennybellew.com/tutorial for a site that i'm working on...

I have a movie that loads a secondary movie into level10. This secondary movie has buttons that I need to play sound clips when pressed. I have followed the tutorial (How to preload sound objects that use the attachSound method) up to step 3. So what I have now is the secondary movie with an empty movie clip off stage and a movie clip on stage which loads the sound objects into the off stage cllp.

My question is this...Do I need the 2nd preloader script mentioned in step 3 that directly refers to the sound or will the preloader that i have in the first frame of the _root timeline recognize whether or not the sound has been fully loaded? The movie clip to load the sound is on frame 2 of the _root timeline.

Hopefully that's clear for someone...I'm pretty new at this actionscripting stuff and really need some help here...thanks much...

www.kennybellew.com/tutorial