![]() |
|
||||||||||
|
|||||||
|
|
« Предыдущая тема | Следующая тема » |
| Опции темы | Опции просмотра |
|
![]() |
|
|||||
|
Регистрация: Jun 2005
Адрес: в Питере
Сообщений: 981
|
_root.onLoad = function() {
loadVariablesNum("tracks.txt", 0);
songtitle = musictitle.split(":");
totalSongs = songtitle.length;
currentSong = 0;
mySound = new Sound();
mySound.loadSound(songtitle[0], true);
mySound.start();
mySound.onSoundComplete = function() {
if (currentSong<totalSongs) {
currentSong++;
} else {
currentSong = 0;
}
this.loadSound(songtitle[currentSong], true);
this.start();
};
};
__________________
Делай всё быстро, но не торопись!.._/*o|o*\_. |
![]() |
Часовой пояс GMT +4, время: 08:02. |
|
|
« Предыдущая тема | Следующая тема » |
|
|