Hi!
I have a problem, when a load a swf with a sound inside into level11… The fist time everything works fine, but when i load a new file into level11 sometimes (maby one of ten) the sound dosn’t start att all…
Code of the swf:
_root.oSound = new Sound("_level11");
_root.oSound.attachSound(“s”);
And i use:
_level11.onLoad = startMusic(11);
function startMusic(id) {
_root[“level” + id].oSound.start(0, 999);
}
(Maby some misspelling in the code i didn’t copy it…)
Anyone got an idea?