How to play video (full screen) on Windows Phone 8?

hello

I have played videos on android and windows devices (full screen) but I can’t play video(s) on windows phone
I’m using from below code :

function Start () {

Handheld.PlayFullScreenMovie (“movie01.mp4”, Color.black, FullScreenMovieControlMode.CancelOnInput);
yield WaitForSeconds (0.1);Application.LoadLevel (15);
}

could anybody help me ?

thanks a lot

Thanks
as I have understand that scripts works for intro movie
but how about playing videos between game levels ? (example : between level 2 and level 3)