Use the Media_play instruction.

Say you have an avi called stan.avi...

media_play("stan.avi",null,100);

will play it full screen at full volume.

If you are not using 5.5, then you need to use the play_moviefile instruction instead.

play_moviefile("stan.avi");

Hope that helps.

Blue