113114115116117118119120121122123
} @Override public boolean play() { AudioElement elem = audio.getAudioElement(); elem.pause(); try { // IE9 has been seen to throw an exception here elem.setCurrentTime(0); } catch (Exception ignore) { }