0
我的.fla文件旁邊有1.mp3,當我試圖運行電影測試時,它不會播放任何聲音。只有舞臺有一個小故障是它保持循環幀1和2.發生什麼?Flash CS5沒有聲音?
var mySoundReq:URLRequest = new URLRequest("1.mp3");
var mySound:Sound = new Sound();
mySound.load(mySoundReq);
mySound.addEventListener(Event.COMPLETE, playSong);
function playSong(event:Event):void {
mySound.play();
}
我與按鈕測試影片在舞臺上: http://img156.imageshack.us/img156/9950/cs5c.jpg