Qt-interest Archive, November 2007
Flash inside qt
Message 1 in thread
Hi All,
I wanted to know is there any method to use flash files inside our
application? Like embedding flash videos in a widget or anything else.
Best Regards,
Ahmed Toulan
Message 2 in thread
On lørdag den 3. November 2007, Ahmed Toulan wrote:
> Hi All,
> I wanted to know is there any method to use flash files inside our
> application? Like embedding flash videos in a widget or anything else.
The only direct way to do this is to use an active X container on Windows and
embed the flash player in this.
Otherwise, you have to embed a player in a window. That's pretty much the same
process like embedding a video player, and that's been discussed here *a
lot*. You should search the archives for a solution.
Bo.
--
[ signature omitted ]
Message 3 in thread
Quoting Bo Thorsen <bo@xxxxxxxxxxxxxxxxxxxxx>:
> On lørdag den 3. November 2007, Ahmed Toulan wrote:
>> Hi All,
>> I wanted to know is there any method to use flash files inside our
>> application? Like embedding flash videos in a widget or anything else.
>
> The only direct way to do this is to use an active X container on Windows and
> embed the flash player in this.
>
> Otherwise, you have to embed a player in a window. That's pretty
> much the same
> process like embedding a video player, and that's been discussed here *a
> lot*. You should search the archives for a solution.
Zack Rusin developed code to embed the Netscape plugin in a QWidget.
That would work on Windows and Unix/Linux but the code was never
released:
http://zrusin.blogspot.com/2007/06/mirroring-widgets.html
--
[ signature omitted ]
Message 4 in thread
Thanx alot for replying.
I have another question? Is there anyway I can use flash controls inside my
Qt application,and get events when flash buttons are pressed for example.
Or doing it the other way calling Qt/C++ functions from actionscript
Best Regards,
Ahmed Toulan.
On 11/5/07, Pau Garcia i Quiles <pgquiles@xxxxxxxxxxx> wrote:
>
> Quoting Bo Thorsen <bo@xxxxxxxxxxxxxxxxxxxxx>:
>
> > On lørdag den 3. November 2007, Ahmed Toulan wrote:
> >> Hi All,
> >> I wanted to know is there any method to use flash files inside our
> >> application? Like embedding flash videos in a widget or anything else.
> >
> > The only direct way to do this is to use an active X container on
> Windows and
> > embed the flash player in this.
> >
> > Otherwise, you have to embed a player in a window. That's pretty
> > much the same
> > process like embedding a video player, and that's been discussed here *a
> > lot*. You should search the archives for a solution.
>
> Zack Rusin developed code to embed the Netscape plugin in a QWidget.
> That would work on Windows and Unix/Linux but the code was never
> released:
> http://zrusin.blogspot.com/2007/06/mirroring-widgets.html
>
> --
> Pau Garcia i Quiles
> http://www.elpauer.org
> (Due to my workload, I may need 10 days to answer)
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
Message 5 in thread
Hi All,
I wanted to know is there any method to use flash files inside our
application? Like embedding flash videos in a widget or anything else.
Best Regards,