Sound Test

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10090
Joined: Fri Feb 19, 2010 10:17 am

Sound Test

Post by richmond62 » Tue Dec 05, 2017 11:49 am


richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10090
Joined: Fri Feb 19, 2010 10:17 am

Re: Sound Test

Post by richmond62 » Tue Dec 05, 2017 12:05 pm

And here is the way to get the mp3 file to behave itself: using a player object:

https://www.dropbox.com/s/9v2juqqu7ojb8 ... e.zip?dl=0

the audio file "carrot.mp3" is embedded in the stack.

A picture is worth 1,000 words:
Wayheigh.gif

Klaus
Posts: 14184
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Sound Test

Post by Klaus » Tue Dec 05, 2017 2:14 pm

No, "player" object only work with external/referenced files!
Actually nothing has changed in this respect since the ol' Metacard days. 8)

One way is to save the sound file in a custom property, "spit" it out to a (temp!) file and then reference your player to it.

BTW: The stack does not work on a Mac, means no sound!

Post Reply