Hello everybody!
I've searched and searched and searched but I can't find a solution to my problem. There's alot of threads about this but no solution, it seems...
I'm trying to get my app to play samples from an expression because I have several different samples I want to play randomly ex: "sample"+str$(random(10))+".wav"
It just doesn't work, doesn't matter if I have added it to binary data or not, if I write the whole path that it was stored on my computer (as someone said you should) or if I just write "sample0.wav".
BUT if I choose to play it directly (not from expression) it works perfectly, which leads me to believe that that play from expression simply doesn't work on android. Is that the case?