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
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Mediaplayer

Mediaplayer

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++com
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.
  • R Offline
    R Offline
    RichardWdy
    wrote on last edited by
    #1

    I want to play two mpeg files simultaneously, just as picture in picture(the small one overlay the big one). I used two mediaplayer ActiveX controls. How can I accomplish that? Thanks for advice in advance.:confused: Windows98 SE, VC++ 6.0 SP5

    M 1 Reply Last reply
    0
    • R RichardWdy

      I want to play two mpeg files simultaneously, just as picture in picture(the small one overlay the big one). I used two mediaplayer ActiveX controls. How can I accomplish that? Thanks for advice in advance.:confused: Windows98 SE, VC++ 6.0 SP5

      M Offline
      M Offline
      Mazdak
      wrote on last edited by
      #2

      I don't know if this could help you because I do it in VC7 but try to do this , it may help you: (you can do for both of your ActiveX) *In property page of them set the "AutoStart" property to "false". *Set the "FileName" the path of your file. *You can use "play()","stop()","pause()" function in your code. I could not find any function for changing "FileName" property :( Mazy You can find a solution (even a foolish one) for all problems (even big ones)

      R 1 Reply Last reply
      0
      • M Mazdak

        I don't know if this could help you because I do it in VC7 but try to do this , it may help you: (you can do for both of your ActiveX) *In property page of them set the "AutoStart" property to "false". *Set the "FileName" the path of your file. *You can use "play()","stop()","pause()" function in your code. I could not find any function for changing "FileName" property :( Mazy You can find a solution (even a foolish one) for all problems (even big ones)

        R Offline
        R Offline
        RichardWdy
        wrote on last edited by
        #3

        I want to know if there is a way that can merge the two video sources (as picture in picture). Thanks. Windows98 SE, VC++ 6.0 SP5

        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