Hi,
Can you please give me any sample related to audio/video? if the browser doesn't support HTML5, is it throw any error or ??
thanks
sri
Hi,
Can you please give me any sample related to audio/video? if the browser doesn't support HTML5, is it throw any error or ??
thanks
sri
on Iphone/Android:
m = new Media("mysong.mp3");
m.play()
on BlackBerry/Palm/Symbian
a = new Audio("mysong.mp3");
a.play();