|
|||||||
| Qt Programming General Qt programming issues. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I need to show Flash movie in QT window.
How it can be done? What QT widgets can be used for this? |
|
#2
|
|||
|
|||
|
There won't be a way to use Macromedia's Flash plugin with Qt4.4/Webkit, but hopefully with Qt4.5/Webkit.
PS. QT is QuickTime. You probably mean Qt.
__________________
J-P Nurmi |
|
#3
|
|||
|
|||
|
Ofcourse I meaned Qt. And my program is running under Linux.
|
|
#4
|
|||
|
|||
|
I think you can embed Gnash into your application.
|
|
#5
|
|||
|
|||
|
Where documentation about gnash API and examples can be found.
I tried to search at gnashdevelop.org and where is no documentation for programmers. |
|
#6
|
|||
|
|||
|
Call gnash --help. You need to use the -x switch.
|
|
#7
|
|||
|
|||
|
Qt Code:
But nothing is shown on my window. What I am doing wrong? |
|
#8
|
|||
|
|||
|
Qt Code:
__________________
J-P Nurmi |
|
#9
|
|||
|
|||
|
I tried this but nothing changed.
Now my code is this. Qt Code:
Last edited by jacek; 29th August 2008 at 23:51. Reason: changed [qtclass] to [code] |
|
#10
|
|||
|
|||
|
Does gnash start at all? Can you see it on the process list?
|
|
#11
|
|||
|
|||
|
Yes I can see GTK-gnash in the process list.
|
|
#12
|
|||
|
|||
|
Does it have proper arguments?
|
|
#13
|
|||
|
|||
|
|