Hi, On Thu, Apr 14, 2011 at 10:29 AM, QtNext <[email protected]> wrote: > Hi, > > I have an application done in QML. I need to be able to display a qml > webview that display a unity3D plugin web page. for example > : http://download.unity3d.com/gallery/live-demos/players/island.unity3d >
What exactly is this unity3D "plugin"? NPAPI? QWebPluginFactory? Also, the link above points straight to the unity3d file. QtWebKit has a long pending bug of not able to render plugin content directly unless wrapped in html. IOW, create a html page with an <object> tag pointing to the island.unity3d and try displaying that in QML. Girish _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
