I’m trying to put a soundtrack into my game. The file is an .mp3. I’m using :
[lua]audio.loadSound()[/lua]
and then I’m using
[lua]audio.play()[/lua]
The sound successfully plays in the simulator but when I build it for my phone, It doesn’t play. What am I doing wrong? [import]uid: 29181 topic_id: 9384 reply_id: 309384[/import]