#12002/10/12 13:15:03
我做了两个flash,背景音乐和控制声音的代码都一样,为什么一个可能播放背景音乐,而另外一个就不行呢
var bjyy = new sound();
bjyy.attachSound(26);
bjyy.start(0, 9999);
bjyy.setVolume(100);
fscommand("fullscreen", "true");
fscommand("showmenu", "false");
fscommand("trapallkeys", "true");
stop();