mp3를 library에 import해서 사용하는 방식으로했고


on (release) {
var player:Sound = new Sound();
player.attachSound("music");
player.start();
this.gotoAndStop(2);}

이거대로 만들었는데

이렇게 하면 다른버튼 클릭하면 이전 음악이 중복되서 나옴ㅠㅠ

계정따서하는 액션은 중복재생 안되던데... 이건 왜이러지ㅠㅠㅠㅠㅠㅠ


중복재생으로 검색해도 뭐 안나온다....

stopSound();이거도 넣어보고 막 바꿔봣는데... 플래시 초보에겐 너무 험난해ㅠㅠㅠ좀 도와죠ㅠㅠ