Flash循环加载外部音乐(流媒体)

今天终于找到了方法。。。 这是流媒体式 ?Download flash-load-music-repeat.txt1 2 3 4 5 6 mySound=new Sound(); mySound.loadSound("Your music address",true); mySound.onSoundComplete=function() { mySound.start(0,1); }

Twitter
Feed