tags:

views:

200

answers:

1

Hi,

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

Thanks

R

+2  A: 

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)

ThePower
great. it works!
Toad
That was quick, the MSDN example seems pretty simple, but not too sure about it's compatibility with 3gp though
ThePower
the codeproject example worked like a charm for me
Toad