Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to include MPEG Player ?

How to include MPEG Player ?

Scheduled Pinned Locked Moved C / C++ / MFC
c++htmltutorialquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    adityarao31
    wrote on last edited by
    #1

    I am developing software in which MFC exes are called by HTML sripts. I am only involved in developing exe. Now need of time is that I have to include mpeg player in html display at one corner. And based on event in code mpeg will display video. I dont know how to handle situation. And where to read which articles.

    || Lust Causes Sorrow ||

    M 1 Reply Last reply
    0
    • A adityarao31

      I am developing software in which MFC exes are called by HTML sripts. I am only involved in developing exe. Now need of time is that I have to include mpeg player in html display at one corner. And based on event in code mpeg will display video. I dont know how to handle situation. And where to read which articles.

      || Lust Causes Sorrow ||

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      If you want to get something up and running quickly, you could probably use the Windows Media Player control. The WMP Player SDK can be found here: Windows Media Downloads[^] If you want complete control over the media, and don't mind doing more coding, you could maybe use DirectShow[^] and/or the Windows Media Format SDK. found at the Windows Medaia Downloads link above. I'm sure there's many third-party video controls you can embed as well. Hope this helps a little. Mark

      Mark Salsbery Microsoft MVP - Visual C++

      A 1 Reply Last reply
      0
      • M Mark Salsbery

        If you want to get something up and running quickly, you could probably use the Windows Media Player control. The WMP Player SDK can be found here: Windows Media Downloads[^] If you want complete control over the media, and don't mind doing more coding, you could maybe use DirectShow[^] and/or the Windows Media Format SDK. found at the Windows Medaia Downloads link above. I'm sure there's many third-party video controls you can embed as well. Hope this helps a little. Mark

        Mark Salsbery Microsoft MVP - Visual C++

        A Offline
        A Offline
        adityarao31
        wrote on last edited by
        #3

        Thanks to your suggestion, I included windows media player control successfully, but now I am getting problem with that. I am not able to play movie inside that. It does not resond to any of its functions like SetFileName, SetEnabled,Play. Its buttons doesnot activate.

        || Lust Causes Sorrow ||

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups