Embeding Google Maps Flash Control in the QGraphicsView using QtitanMultimedia 2.0.
-
wrote on 30 Mar 2011, 17:51 last edited by
We happy to announce the release of the QtitanMultimedia component version 2.0. This release allows use Adobe Flash, Silverlight, Acrobat Reader in the graphic view scenes - QGraphicsView. It supports all the nuances of this technology. As before, component does not required use a QWebKit, that positively affects the performance and size the final application. Desktop operating systems Windows, Linux and Mac OSX are supported.
http://www.devmachines.com/using-in-qgraphicsview.html!http://www.devmachines.com/images/multimedia/windows_graphicsview.png(Google Maps in GraphicsView)!
-
wrote on 31 Mar 2011, 08:53 last edited by
Quite cool, but do you actually get a complete window inside your graphics view?
-
wrote on 31 Mar 2011, 09:28 last edited by
Not really. Flash plugin (and any NPAPI plugin at all) is able to draw its content not only on the native window, but also onto platform-specific graphics context. Component uses this feature, and actually implements an honest paintEvent(...).
-
wrote on 31 Mar 2011, 09:34 last edited by
Cool. You seem to have a nice series of components available already. Way to go!
-
wrote on 27 Aug 2011, 18:01 last edited by
This will be the answer for hundreds out here asking for the support of Flash in Qt. Great post.