No Sound On Android - Air For Android App
Hello,
I have a problem with an app on air for android.
When i export my app in windows, the sound works perfectly but when i install it on android device there is no sound...
I have embedded my sound in Library and export it for action script. The class name is JumpSound.
This is my script :
-------------------------------------------------------------------------------
var jumpSnd:JumpSound = new JumpSound();
MyButton.addEventListener(MouseEvent.CLICK,Jump);
function Jump(e:Event)
{
var channel:SoundChannel = jumpSnd.play();
}
-------------------------------------------------------------------------------
Thanks for your help !!
