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