2008/11/24 Matthias Kramm <[EMAIL PROTECTED]>: > On Sun, Nov 23, 2008 at 09:40:42PM +0000, Chris Pugh <[EMAIL PROTECTED]> > wrote: >> Change the version number to anything above 6, and while the file >> still seems to attach aok, it fails to play back, i.e. no audio. > > That's a known problem.
Right. Thanks. > A workaround is doing the following for each sound: > > .sprite sound1 > .sound s1 filename="somesoundfile.wav" > .stop > .frame > .play s1 > .end > > and then just: > .action: > sound1.play(); > .end > > where you want to play the sound. Hmm.. that doesn't appear to work at all! Further investigation needed.. Cheers, Chris.
