Code:

string myAvi_file = "aviFile.avi";
var avi_handle;

function play_myAvi()
{
avi_handle = media_play(myAvi_file,null,100);
}