Yes, I can't seem to get it to work, I keep getting the same
exception:
com.google.gwt.core.client.JavaScriptException: (TypeError): Cannot
read property 'duration' of null
My code:
Sound sound =
soundController.createSound(Sound.MIME_TYPE_AUDIO_MPEG_MP3, "sounds/
siren.mp3");
sound.play();
Envirtonment:
-- GWT 2.4.0
-- gwt-voices 2.1.4.
-- Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like Gecko)
Chrome/15.0.874.120 Safari/535.2
Can anybody suggest a work-around for this?
Cheers,
Eflite