Play a movie clip
-
hi, I wan't to play a movie clip in an application using Visual C++. I think it is possible. Any body can give me an idea abt this. :) Dream bigger... Do bigger...Expect smaller aji
i need it also.
-
hi, I wan't to play a movie clip in an application using Visual C++. I think it is possible. Any body can give me an idea abt this. :) Dream bigger... Do bigger...Expect smaller aji
-
the easiest way is to insert a mediaplayer activex into ur project and call its funtions.... nave
-
hi, I wan't to play a movie clip in an application using Visual C++. I think it is possible. Any body can give me an idea abt this. :) Dream bigger... Do bigger...Expect smaller aji
-
hi, I wan't to play a movie clip in an application using Visual C++. I think it is possible. Any body can give me an idea abt this. :) Dream bigger... Do bigger...Expect smaller aji
See mci functions_**
**_
whitesky
-
See mci functions_**
**_
whitesky
-
Can you please tel some thing about the mci function...or any links???? Dream bigger... Do bigger...Expect smaller aji
-
Insert Animation Control on dialog . Add variable from it (m_AVICtrl); add avi source to your project (IDR_AVI1); call Open of variable :---> m_AVICtrl.Open(IDR_AVI1) ; call Play function ---> m_AVICtrl.Play() ;