Hello, i would like know if i can use Webkit to read flash movie in QT Application ?
And if NO how to do with QT ?
The activeX is only on windows but i need to do this one in all platform :(
Thanks a lot
Hello, i would like know if i can use Webkit to read flash movie in QT Application ?
And if NO how to do with QT ?
The activeX is only on windows but i need to do this one in all platform :(
Thanks a lot
Using stock-WebKit from Qt 4.4 there is no easy way, but if you wait for Qt 4.5 or grab WebKit from SVN it should include a QWebPluginFactory that implements support for Netscape Plugins (which'd support the flash plugin). It's been a while since I've looked into this, and I haven't tried getting the code from SVN myself so I might be mis-remembering some details.
You must log in to post.