#12003/10/21 16:51:46
stop();
s1 = new Sound();
s1.loadSound("sy313\\s313h1.mp3", true);
s1.onSoundComplete = function() {
gotoAndPlay(46);
s2 = new Sound();
s2.loadSound("sy313\\s313h2.mp3", true);
};
我用这个程序调用外部的MP3。在子文件里面好好的,但是,当用另外一个主文件调用该子文件的时候声音就播放不出来了?请问怎么改一下可以?