How to paly Video in the Scene

hi I am new to unity3d presently I am doing one island project in that I decided to put one video scene before loading my isalnd.I Referred some unity3d forum in that they told download quicktime istaller and then add video in it But i didnt get how to add that so could any one give solution for this problem

THIS IS ONLY IF YOU HAVE THE PRO VERSION OF UNITY

make a new java script, then type this

renderer.material.mainTexture.Play();

then attach the java to the video you want to be played :slight_smile: