CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2009
    Posts
    105

    Embedding a video.

    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

  2. #2
    Join Date
    Jul 2009
    Posts
    105

    Re: Embedding a video.

    hello?

  3. #3
    Join Date
    Jan 2009
    Posts
    1,689

    Re: Embedding a video.

    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.

  4. #4
    Join Date
    Jul 2009
    Posts
    105

    Re: Embedding a video.

    Thanks ninja9578

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured