AVI issue

Blitz3D Forums/Blitz3D Beginners Area/AVI issue

Hi,

Can any dudes tell me if one can insert AVI movies into Blitz Basic 2D?

I wanted to create an animated icon from some AVI I shot with a digicam.

Many thanks

I haven't messed with video yet so I can't give you a full explaination of how to do it, but you should take a look at these commands since they are the native Blitz DirectShow commands.

OpenMovie
CloseMovie
DrawMovie
MovieWidth
MovieHeight
MoviePlaying

Found under Help/Command Ref/2D-Catagory/DirectShow