Hi Everyone,
I'm developing a game for a mobile device using the cocoonjs exporter.
And I have a problem with the music, I'm testing my game on a Samsung Galaxy S3.
And I have used .ogg and .m4a but neither of these files are playing on the Galaxy S3.
I mean in the Galaxy S3, you don't hear any music.
I checked the Ludei Documentation and I noted the following:
wiki.ludei.com/cocoonjs:featurelist
In "AUDIO".
'audio/mpeg'
'audio/mp4'
'audio/x-wav'
It seems that Cocoonjs doesn't play the .ogg format.
BUT in Contruct2 you cannot import .mp4 or .mpeg , so... what can be a possible solution for this??
(The .wav works, but I don't want to use it, these files are to heavy).
Best Regards,