1

我使用 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/

4

0 回答 0