Can't Play Sounds on Linux?

Deploying to Linux? Get penguinated here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
KanchanaD
Posts: 4
Joined: Tue Feb 03, 2015 7:47 am

Can't Play Sounds on Linux?

Post by KanchanaD » Sun Apr 12, 2015 4:45 pm

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!

MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

Re: Can't Play Sounds on Linux?

Post by MaxV » Thu Apr 16, 2015 12:54 pm

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.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

KanchanaD
Posts: 4
Joined: Tue Feb 03, 2015 7:47 am

Re: Can't Play Sounds on Linux?

Post by KanchanaD » Mon Apr 20, 2015 7:34 am

Thank You!!!

Post Reply

Return to “Linux”