Android JW Player问题

时间:2013-05-10 10:08:24

标签: android android-videoview jwplayer .mov

我在Android中实现了JW Player,但是当从实时URL加载视频时会出现黑屏。

我的HTML文件

    <!DOCTYPE html>
<html>
    <head>
       <script src="http://jwpsrv.com/library/WcmD+p3DEeKQvCIACpYGxA.js"></script>
    </head>
    <body>
       <div id='my-video'></div>
<script type='text/javascript'>
jwplayer('my-video').setup({
file: 'http://content.bitsontherun.com/videos/lWMJeVvV-364767.mp4',
image: 'http://www.longtailvideo.com/content/images/jw-player/lWMJeVvV-876.jpg',
width: '320',
height: '180'
});
</script>
    </body>
</html>

,我的Java代码

myBrowser.getSettings().setJavaScriptEnabled(true);

myBrowser.loadUrl(“http:// ... / hardik / jwplayerhtml.html”);

我有什么问题?请帮帮我。

0 个答案:

没有答案