Windows Phone 8 *.ogg files audio problem

Hi,

In Corona Cards documentation write audio support only .wav and .ogg files, but .ogg dont working in my app, .wav support/work and all fine.

I use Corona Cards v 2015.2731, you can try sample \Corona Labs\Corona SDK\Sample Code\Media\AudioPlayer and .ogg dont working in this case. I try different bitrate for ogg and all unsecsessfull.

Please help, what bitrate for ogg are you using and tell me ogg files work on your app?

I’m thinking that you forgot to flag your *.ogg files’ “Build Action” as “Content” in Visual Studio.  This tells Visual Studio to bundle those files within your compiled *.xap file.  Have a look at the following documentation on how to do so here…

   https://docs.coronalabs.com/daily/coronacards/wp8/portapp.html#copying-project-files

Thank you, I really forgot “Build Action” as “Content”. Now all fine and work perfect.

I’m thinking that you forgot to flag your *.ogg files’ “Build Action” as “Content” in Visual Studio.  This tells Visual Studio to bundle those files within your compiled *.xap file.  Have a look at the following documentation on how to do so here…

   https://docs.coronalabs.com/daily/coronacards/wp8/portapp.html#copying-project-files

Thank you, I really forgot “Build Action” as “Content”. Now all fine and work perfect.