Search code examples
c#movieclip3gp

how can I play a 3gp movie (not streaming) in a form with c#?


I want to be able to play small 3gp clips (not streaming) on a form. How can this be achieved?

Thanks

R


Solution

  • You can add video player components (such as WMP) to your project, Check out the links below:

    Check this out (Code Project), might point you in the rite direction :-)

    Or Here (C-Sharp Corner)

    Or Here (MSDN, example for AVI using directx)