음악 파일 플레이시키기 작성자 정보 작성자 김두호 아이피 211.♡.121.129 작성일 2004.05.21 08:37 컨텐츠 정보 조회 2,428 목록 게시물 옵션 글수정 글삭제 본문 사운드리스트를 선택하고 플레이버튼을 누르세요. 음악은 같은 폴더에 music1.mp3, music2.mp3의 이름으로 아무거나 가져오세요.(자료엔 미포함) Instance Name : playbuttonInstance Name : stopbuttonInstance Name : pmusic _root.onLoad=function() { num=1; } _root.playbutton.onPress=function () { stopAllSounds(); mySound=new Sound(); mySound.loadSound("music"+num+".mp3",true); pmusic.text="music"+num+".mp3"; _root.moving.gotoAndPlay(2); } _root.stopbutton.onPress=function() { stopAllSounds(); pmusic.text=""; _root.moving.gotoAndStop(1); } 추천 131 비추천 0 관련자료 링크 http://duduji.iptime.org/myfile/action/13/sound.fla 170 회 연결 http://duduji.iptime.org/myfile/action/13/sound.fla 164 회 연결 댓글 0개 등록된 댓글이 없습니다. 로그인한 회원만 댓글 등록이 가능합니다. 목록 게시물 옵션 글수정 글삭제