Sound don`t working (format wav).
Example:
var res = hxd.Res.sound;
var sound = res.play(true);
I heard sound some seconds and after don`t heard.
In function update (extends hxd.App) I logging in console sound.position;
trace(sound.position);
But this log return 0;
Sintax and file right, becose I testing many files with format wav.