Page 1 of 1

How to make a background music?

Posted: Fri Jan 25, 2013 8:44 pm
by ahmedinvent24BUSGdU9
how to make a multi channel audio that works on Android?!
In livecode lessons i found a lesson but it works only on iOS devices!
Please help :)

Re: How to make a background music?

Posted: Sat Jan 26, 2013 12:21 pm
by Klaus
Hi Ahmed,

in Livecode go to menu "Help" -> "Android Release Notes"
and search for "Multi-channel sound support" (Page 33 in Livecode 5.5.3)

That PDF is the only documentation for ANDROID, so be sure to read it frequently :D

Basically "soundchannes" are the same as for iOS but uses a slightly other snytax:
mobilePlaySoundOnChannel sound, channel, type


Best

Klaus

Re: How to make a background music?

Posted: Tue Jan 29, 2013 5:27 pm
by ahmedinvent24BUSGdU9
Thank you Klaus , very much you really helped me thats snytax works :)