I’m trying to build my working app inside corona cards and noticed that no matter what I do I can’t get custom fonts or audio to play.
For the audio I’ve loading it in like so
audio.play(audio.loadSound("sounds/mysound.mp3"), { channel=1, loops=-1 })
From what I’ve read the audio library should be working correct? If I build this same corona app outside of corona cards the audio works just fine. What could I be missing? I’ve tried removing it from the sounds directory and placing it in the root and still nothing.
As for the custom fonts I have the fonts in my root corona directory and once again it works just fine outside of corona cards. Once I build with corona cards though the custom fonts no longer work. Is there something I’m missing here as well?
Logcat produces no errors or warnings for either of these issues. It doesn’t cause the app to crash or anything. It seems as though corona just dismisses the call or something.