swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] audio file playback gremlin with version number..


From: Chris Pugh
Subject: Re: [Swftools-common] audio file playback gremlin with version number..
Date: Mon, 24 Nov 2008 11:54:37 +0000

2008/11/24 Matthias Kramm <address@hidden>:
> On Sun, Nov 23, 2008 at 09:40:42PM +0000, Chris Pugh <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]