Hi,

I'm using Windows 8 OS, VC 2012.

Using the below link i load avi file in my mfc application.
CAnimateCtrl() Example Code.
It was working Good.

I like to change the avi file Sample.avi instead of Filecopy.avi
Download Sample.avi in inside RawAVIStream.zip

After replace the avi file, the avi file was not running?

again i was changed windows 8 default system avi files to run in mfc application. I was worked properly.

Any restrictions in avi file size to load avi files?

My Requirement:
1. I want to load any avi file using file open dialog
2. Play avi file via CAnimateCtrl.
3. Like Windows media player i will Play, Fwd, Rw & Stop my avi file at any time and read the current frame as RGB bytes and store the bytes in file.

Thanks in advance.