a = new Sound();
a.attachSound("sound1");
a.start();
a.onSoundComplete = function ()
{
a.start();
};
Flash 载入库中声音
最新推荐文章于 2020-07-30 12:23:10 发布
a = new Sound();
a.attachSound("sound1");
a.start();
a.onSoundComplete = function ()
{
a.start();
};