gringos
June 11th, 2008, 11:25 PM
I need to embed simply the Youtube video inside a flash project. I have found a lot of code around the internet, none that is younger than early 2007 and none if it works now.
this.createEmptyMovieClip("video_mc", 10000);
this.video_mc.loadMovie("http://www.youtube.com/v/-jW1vWgogLQ");.
This is the simplest code that works for flash files, not movies from Youtube, Funnyordie etc. Is it possible that these sites, or *adobe have disabled this?
Here is the error I get
Error opening URL 'http://www.youtube.com/v/-jW1vWgogLQ'
Thanks,
Matt.
Edit: mistakes
this.createEmptyMovieClip("video_mc", 10000);
this.video_mc.loadMovie("http://www.youtube.com/v/-jW1vWgogLQ");.
This is the simplest code that works for flash files, not movies from Youtube, Funnyordie etc. Is it possible that these sites, or *adobe have disabled this?
Here is the error I get
Error opening URL 'http://www.youtube.com/v/-jW1vWgogLQ'
Thanks,
Matt.
Edit: mistakes