您的位置:首页 > 移动开发 > Android开发

android设备上视频只有声音没有图像

2013-02-25 14:07 597 查看
android里在html上用video打开视频:

ctrlContent.html("<video controls> <source src=\""+phyPath+"\" type=\"video/mp4\"></video>");





此时也许页面的视频只有声音没有图像,解决方法是在androidmainfest.xml加上android:hardwareAccelerated="true"即可;如下图:

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐