Search found 4 matches

by JSH
Wed Apr 08, 2015 2:43 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio playback problems
Replies: 10
Views: 7740

Re: Audio playback problems

I don't think the audio clips I'm using require QuickTime, but that's a thought. I tried putting "set dontUseQT to false" in the stack code. Assuming I did that right, it didn't make a difference -- still no sound on the PC version. Very weird. I don't have another PC immediately at hand, but at som...
by JSH
Mon Apr 06, 2015 2:35 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio playback problems
Replies: 10
Views: 7740

Re: Audio playback problems

I think I may have found the problem -- it's my computer. I tried the stack on a Mac and the sounds play.

No idea why they won't work on my PC, since my PC will play the clips in Windows Media Player.
by JSH
Sun Apr 05, 2015 10:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio playback problems
Replies: 10
Views: 7740

Re: Audio playback problems

Thanks for the suggestions. Jean-Marc, "filename.wav" was just a placeholder for this example -- I did use the actual file names, i.e. "flying.wav" -- but that was a good thought. Jacqueline, I tried your recommendation to check the path, and it does match up with my script. I've also tried using pl...
by JSH
Sun Apr 05, 2015 3:07 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio playback problems
Replies: 10
Views: 7740

Audio playback problems

I can't get any audio clips to play in LiveCode apps. I'm ready to tear my hair out, because it looks as if it ought to be simple. I'm using wav files on a PC for a desktop application, and I followed the basic instructions on the LiveCode site. For instance, I tried: on mouseUp play audioClip "path...