How to add a mov file onto a unity game

I only need one video and its right when you press the play button at the main menu then it cuts to the game itself and that's it. Also if some one would be willing to make it for me (for specifics email kunkofilms2@gmail.com) that would be nice thank you.

var movietexture : MovieTexture; function OnGUI () {

<blockquote>
  <p>if (GUI.Button(Rect(10,10,50,50),"Play")) {</p>
  
  <blockquote>
    <blockquote>
      <p>if(!movietexture.Play){</p>
      
      <blockquote>
        <p>movietexture.Play();
        yield WaitForseconds(movietexture.length);</p>
        
        <p>Application.LoadLevel(1); //load the game scene</p>
      </blockquote>
      
      <p>}</p>
    </blockquote>
  </blockquote>
  
  <p>}</p>
</blockquote>

<p>}</p>

Put the js script in any object in the scene, set the movie in the inspector. The movie must be ogg format. Then it's ready to go.