Play mp3 on linux ?
Warren Samples
warren at warrensweb.us
Sat Oct 12 15:53:42 EDT 2013
On 10/12/2013 08:35 AM, Ludovic Thbault wrote:
> linux (ubuntu 12).
>
> What i missed ?
>
> Thanks
One additional note; you may find that you have to take special
precautions to terminate your app and the mplayer process. Closing the
app window may not actually end one or both of the processes. Putting
something like:
on closeStack
get shell("killall mplayer")
quit
end closeStack
in the stack script will work in that case.
Warren
More information about the use-livecode
mailing list