[Qt-interest] Controlling Flash

Dong Tiger idlecat511 at gmail.com
Thu Mar 12 08:51:21 CET 2009


I didn't try but because flash plugin can be manipulated in browser's js
context and you can execute arbitrary js code through
QWebFrame::evaluateJavaScript, in theory you can manipulate flash plugin
with the code passed to QWebFrame::evaluateJavaScript.

2009/3/12 Dimitri Frederickx <info at dimitrifrederickx.be>

> Now that Qt 4.5 is out, I can add flash support to my application. I
> want to display a flash movie in my application. What I can do is
> create a web view and open a flash movie in it. This way I can play a
> flash movie in my application.
>
> But is it also possible to control this movie? Is there a way to
> start/stop/pauze the movie? Or do a re-wind?
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090312/d2b9b0f2/attachment.html 


More information about the Qt-interest-old mailing list