tags:

views:

119

answers:

1

i want to play an avi file using c++ and direct X with a mfc interface

+1  A: 

Your question is not very clear. To get AVI frames you could use Video for Windows, Windows Media or Direct Show. To render it with DirectX you should create texture and update it on each frame.

Here you can find sample project that could be helpful.

Kirill V. Lyadvinsky
the example is exactly what i needed. Thank you
Raz