Hello everybody,
I have a problem with sound on android.
Here is my code:
It is ok on web browser but on android, it is not work and occur error.Code:audioBase = Ext.create('Ext.Audio', { url : 'resources/sound/crash.mp3', loop : true }); audioBase.play();
Please help me fix this bug!
Many thanks!