Page 1 of 1

Can't Play Sounds on Linux?

Posted: Sun Apr 12, 2015 4:45 pm
by KanchanaD
Hello,
Sorry im a noob to this software. For some reason my music does not work on Linux LiveCode. If someone could help me, that would be great.
Thanks!

Re: Can't Play Sounds on Linux?

Posted: Thu Apr 16, 2015 12:54 pm
by MaxV
On linux you have to use the player control; just install mplayer, then you can use the video player to produce any file recognized by mplayer (quite all type of media).
Typical codes are:

Code: Select all

start player 1
and

Code: Select all

stop player 1
I just did it on my Linux machine. I played a MP3 audio file.

Re: Can't Play Sounds on Linux?

Posted: Mon Apr 20, 2015 7:34 am
by KanchanaD
Thank You!!!