I was wondering if anyone has setup a sound system that loads external swf files that contain linked audio. So far i have setup three movies that load into three different movie clips off of the main time line when I load them only the first song plays and the other two are present but unable to play(no volume) I hvae setup buttons to override any state and gather the infomration regarding that songs volume, posotion, etc... the only thing that i can think of that is going wrong is
you can not load mutiple movies with linked audio
you can not use the same attach sound variable, somehow it conflicts with the other three movies. (the audio that is loaded in - in swf format is attached within the loaded movie and a action scripted play, stop, and fade is set in each movie that is loaded.) I use "s" to as a variable for the attached sound (s.attachsound("sound")
Maybe there is something else that I am overlooking or doing wrong.
R