使用phonegap app为Android播放视频

时间:2012-12-21 05:22:50

标签: android cordova jquery-mobile video streaming

我使用phonegap,jquerymobile和html5创建了一个应用程序。 它包含视频流。页面的内容是动态的,包含iframe。我在android 4.1上试过它,它运行正常。我无法在Android 2.2.1 / 2.3.3 / 2.3.6版本中播放它。

我想在Android设备2.3及更高版本中使用iframe查看视频。 iframe代码如下所示:

<iframe src="http://fast.wistia.com/embed/playlists/mqr7n354p2?autoAdvance=false&media_0_0%5BautoPlay%5D=false&media_0_0%5BcontrolsVisibleOnLoad%5D=false&version=v1&videoOptions%5BautoPlay%5D=false&videoOptions%5BvideoHeight%5D=180&videoOptions%5BvideoWidth%5D=320&videoOptions%5BvolumeControl%5D=true" allowtransparency="true" frameborder="0" scrolling="no" class="wistia_playlist" name="wistia_playlist" width="320" height="180"></iframe>

下面是您可以找到示例代码的链接。 http://jsfiddle.net/maneeshn/vtP8e/1/

0 个答案:

没有答案