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: Matthias Kramm
Subject: Re: [Swftools-common] audio file playback gremlin with version number..
Date: Mon, 24 Nov 2008 09:18:14 +0100
User-agent: Mutt/1.5.6i

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.

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.

Greetings

Matthias






reply via email to

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