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

    Looking to Play Videos (with an API)

    I am currently using Fmod for my audio in apps (all freeware, school projects etc).

    I am needing a similar solution (preferably same quality as fmod) but for video files.

    Does anyone have any recommendations?
    I am willing to take on a challenge, just not a monster one.

  2. #2
    Join Date
    Jan 2008
    Posts
    178

    Re: Looking to Play Videos (with an API)

    You don't need any library for audio or videos.

    AVIFile or WMP Interf. do everything (and there are plenty of others native ways...)

  3. #3
    Join Date
    Nov 2007
    Posts
    21

    Re: Looking to Play Videos (with an API)

    What are those other native ways?

    A friend mentioned something like winmci?

  4. #4
    Join Date
    Nov 2007
    Posts
    613

    Re: Looking to Play Videos (with an API)

    The easiest way is to use the Windows Media Player. It's an Active X control.
    Right-clic the surface of a dialog box pick Insert Active X Control from the context menu and look for the control.

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