I an using this function to play an intro movie, in full screen mode:
#pragma strict
function Start () {
Handheld.PlayFullScreenMovie (“introfinal.mov”, Color.black, FullScreenMovieControlMode.CancelOnInput);
}
it’s not playing full screen, is there anything that needs to be added to the script?