Hello everyone.
I am loading for a 10 mins slide show 6 swf #loadMovieNum(“myClip.swf”, 1)#
one into the other and every clip got his soundtrack attached and linked via A.S.
s = new Sound();
s.attachSound(“song2.mp3”);
s.start();
The music works only if I play each swf by itself in the flash player but is mute when i make all the thing started
i checked already every singol frame but i can’t find the bug!
ps: i am also dealing with
vol = s.getvolume();
s.setVolume(vol - 10);
to fade out every song but somethimes it works and others time the player seem to ignore this command.
if i pump up the volume at the beginning with
vol = s.getvolume();
s.setVolume(vol + 80);
can i fade it out with
vol = s.getvolume();
s.setVolume(vol - 100);
???
ask for details if u need i’ll be refreshing this page every hour
THANKS THANKS THANKS
:sigh: :-\