How to embed youtube video into flash using AS3

Hello

Searching the web, found the as bellow to load a video from youtube into my flash site.



System.security.allowDomain("www.youtube.com");
videoLoader.loadMovie("http://www.youtube.com/watch?v=BuyLJ1_gkHg");


testing the swf nothing happens. Is something missing? Is there another easier way of doing this?

thanks :red: