hi
I have stuck with this flash problem for days,my environment is
windows 7 64bit,
Qt5.2 32bit,
adobe flash player 11 32bit
and my code is like these:
WebView {
id: testWebViewJs
anchors.fill: parent
url: "http://helpx.adobe.com/flash-player.html"
experimental.preferences.pluginsEnabled: true;
experimental.preferences.javascriptEnabled: true
onUrlChanged: {
console.log(testWebViewJs.url);
}
}
It display html pages as well,but flash object didn’t showed up,it shows a little icon like this:
I thought the flash plugin was not loaded,but i don’t know why.
any suggestion will be helpful,thanks.
↧