public void PreLoadTheVideoOnly()
 {
     //Good for when you want to keep showing the thumbnail to play the video later.
     player.PreLoadVideo("https://www.youtube.com/watch?v=l0U7SxXHkPY");
 }