Hi,

I guess this is not quite the correct forum for this but I've googled for almost an hour and haven't found any delphi programming forums. This is also pretty urgent (it's for a game competition which ends on sunday) so I appreciate it a lot if you can help me.

This delphi project is actually a plugin for AdventureGameStudio. What I'm trying to achieve is to play an Avi file (compressed with DivX) outputting it onto a screen bitmap (TBitmap, 640x400). Can this be done using the TMediaPlayer component or perhaps the VideoLab components (I can't figure out how to use them without the graphical ide)? The bitmap will then be passed on to the game engine which draws it onto the screen.

Thanks for any help!

-edit-
Oh, and I'm pretty much a beginner with this sort of stuff. I've made programs in delphi but that's easy when you can use the graphical ide.