By venkadesh P
16 Dec 2014 10:45
English
5 Replies
function playAudio(src) { if (device.platform == ('tizen') { src = '/www/' + src; } var media = new Media(src, success, error_error); media.play(); } function success() { // ignore } function error_error(e) { alert('great error'); alert(e.message); }
Edited on 16 12, 2014
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.