有没有办法在qml中嵌入quicktime视频?
我正在使用WebView,但它不适用于symbian E7:
WebView{
html="<html><body><object style=\"height:100%; width: 100%\"><param name=\"movie\" value=\"http://www.youtube.com/v/xxxxx?version=3&feature=player_detailpage\"><param name=\"allowFullScreen\" value=\"true\"><param name=\"allowScriptAccess\" value=\"always\"><embed src=\"http://www.youtube.com/v/xxxxx?version=3&feature=player_detailpage\" type=\"application/x-shockwave-flash\" allowfullscreen=\"true\" allowScriptAccess=\"always\" width=\"640\" height=\"360\"></object></body></html>"
}
它显示带有插件图标的webview。
答案 0 :(得分:1)
添加 “settings.pluginsEnabled:true”到您要播放视频的代码