开发者

audio/video in phoneGap?

Can you please give me any sample related to audio/video? if the browser doesn't support HTML5, is it throw any er开发者_开发技巧ror or ??

thanks

sri


on Iphone/Android:

m = new Media("mysong.mp3");
m.play()

on BlackBerry/Palm/Symbian

a = new Audio("mysong.mp3");
a.play();
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜