Is there a way to embed a video into a program using Qt? I want to add a video to this program that i am working on that comes from a website, but loads right there.
I need this for Qt 4.0
Thanks in advance
--Alex
Printable View
Is there a way to embed a video into a program using Qt? I want to add a video to this program that i am working on that comes from a website, but loads right there.
I need this for Qt 4.0
Thanks in advance
--Alex
hello?
I wrote a Firefox plugin interface a month or two ago, it works with flash and should work with Quicktime, but it was wxWidgets. That's what I recommend doing, the NPAPI is surprisingly simple and Quicktime is extremely powerful.
Thanks ninja9578