Hi
I use this code to show YOUTUBE videos in my flash
But at the moment I load the video I want it to play, I dont know hoy to implement de AUTOPLAY, or how to play video without clicking on the actual videoCode:this.createEmptyMovieClip("video_mc", 10000);
this.video_mc.loadMovie("http://www.youtube.com/v/_CYwNWHZuT0");
autoplay = 1;
player.playVideo();
Any ideas?
