PDA

View Full Version : Embedding Flash in Qt4 app.



RafalR
3rd September 2006, 12:45
Hi!

I have to embed Macromedia Flash applications in my Qt program on Windows.
How I can do that?
It's also possible to embed whole Internet Explorer.

I have read on Trolltech's website that is possible but I don't know how.
I'm using Open Source version of Qt.

jacek
3rd September 2006, 14:26
It's also possible to embed whole Internet Explorer.
Yes, it should be possible using QAxWidget.

ball
3rd September 2006, 17:05
Please use ActiveX for ShockWave Flash by QAxWidget.

jacek
3rd September 2006, 17:19
I'm using Open Source version of Qt.
I've just noticed this sentence.

Unfortunately QAxWidget (and whole ActiveQt module) is available only in commercial Qt, but you can still try to use Windows API to embed COM controls in your application.