Hi, I download some mp3 files to my Android device SDCard. When I want to play them they don't start playing.
The path of each file is like this one: file:///mnt/sdcard/Android/data/com.myDomain.myApp/files/ShiningStars.mp3
(I use dk.mikkendigital.mkdfs to help me with paths).
I play the file with Ti.Media.createSound
passing the URL to the url property of the object and then playing (it works like a charm in the iPhone version of the app).
Can you help me?