Search found 7 matches

by sjennings
Tue Nov 08, 2011 10:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio in Android
Replies: 9
Views: 6425

Re: Audio in Android

Code: Select all

on mouseUp
   put specialFolderPath("engine") & "/Users/name/Dropbox/MusicInventor/clap-q.wav" into tSndPath
   play tSndPath
   answer "This button works" with "Ok"
end mouseUp
by sjennings
Tue Nov 08, 2011 4:59 am
Forum: iOS Deployment
Topic: Exporting a LiveCode App with Audio
Replies: 11
Views: 6874

Re: Exporting a LiveCode App with Audio

Thanks for the response, but this also did not work on the Android phone. Is the path the path of the audio on the computer or on the phone? If its on the phone how would I find that path?
by sjennings
Tue Nov 08, 2011 4:56 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio in Android
Replies: 9
Views: 6425

Re: Audio in Android

I tried it, but it did not work. I put the full path of the sound on my computer and tried the one from Copy files tab. Is there another path I should be looking for?
by sjennings
Mon Nov 07, 2011 4:55 am
Forum: iOS Deployment
Topic: Exporting a LiveCode App with Audio
Replies: 11
Views: 6874

Re: Exporting a LiveCode App with Audio

I tried it but it didn't work. After "put (item 1 to -2 of the effective filename of this stack) & "/filename.mp3" into myPath" do I just "play audioClip "filename.mp3" ". Also what is myPath exactly?
by sjennings
Mon Nov 07, 2011 3:13 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio in Android
Replies: 9
Views: 6425

Re: Audio in Android

Thanks for an answer! I have tried that, but sadly it did not work. I've been searching around for the past day looking for a solution but I can't find one.
by sjennings
Sun Nov 06, 2011 6:32 pm
Forum: iOS Deployment
Topic: Exporting a LiveCode App with Audio
Replies: 11
Views: 6874

Re: Exporting a LiveCode App with Audio

Hi, I know this post was a while back but I have the same problem with Android. I tried the same solution, but it did not work. How do I import audio to play on Android?
by sjennings
Sat Nov 05, 2011 8:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Audio in Android
Replies: 9
Views: 6425

Audio in Android

Hi I'm new to live code and was creating an application for my android phone. This application is supposed play sounds when images are touched. I can not figure out how to play audio when the images are touched on the Android because it can not get the sound file. How do I put the sound file in the ...