Ch40zzC0d3r gives the best advice.

However

Code:
var mhandle =0;

function play_vid()
{
 mhandle = media_play(.....AVI);
while(media_playing(mhandle)){wait(1);}
... other actions to fallow....
}