Hi I used this method to allow playing of music in the back ground of a swf file.
So this worked
Sound on loadMovieNum("sound.swf" ,1);
Sound off on (press) {
unloadMovieNum (1);
}
I've tried this in ActionScript 3.0 (as the above no longer works).
Sound on MovieClip.loadMovieNum("sound.swf" ,1);
But with no luck? Any one could give me some help? These drop down menus get really confusing when trying to find something :-(
Cheers
So this worked
Sound on loadMovieNum("sound.swf" ,1);
Sound off on (press) {
unloadMovieNum (1);
}
I've tried this in ActionScript 3.0 (as the above no longer works).
Sound on MovieClip.loadMovieNum("sound.swf" ,1);
But with no luck? Any one could give me some help? These drop down menus get really confusing when trying to find something :-(
Cheers