How to avoid Security Errors when using the Youtube AS3 Player API?

I don't think it's possible , look at the error messages and you should see that they mainly have to deal with the fact that YouTube hasn't updated their crossdomain policy file and doesn't specify a meta policy. Here's their policy file:! -- youtube.com/crossdomain.xml.

I don't think it's possible , look at the error messages and you should see that they mainly have to deal with the fact that YouTube hasn't updated their crossdomain policy file and doesn't specify a meta policy. Here's their policy file: They need to add a line like this.

– yens resmann Sep 24 '10 at 10:13 well, it's working actually , these errors are mostly warnings that the policy file should be updated. It's annoying but there isn't much one can do about it – PatrickS Sep 24 '10 at 16:43 Most of this Errors are warnings indeed. If this was the case, I wouldn't mind that much but the error I'm talking about makes Firefox + FP10.1 Crash for some reason.

– yens resmann Sep 25 '10 at 8:13 I don't think a security error would provoke a crash, at the worst you wouldn't be able to access content. I'm actually developing with the YT AS3 API as we speak, I had a few crashes today and re-installing Flash Player solved the issue. – PatrickS Sep 25 '10 at 8:23 2 hm then it's probably a Windows 7 issue.

Maybe I should consider using a mac :p – yens resmann Sep 28 '10 at 8:33.

I am using this function private function test():void { var ytLoader:SWFLoader = new SWFLoader(); ytLoader. AddEventListener(Event. INIT, playerLoaderInitHandler); ytLoader.

LoaderContext = new LoaderContext(true); ytLoader. Load("http://www.youtube.com/v/TXrc6BwGCXE?version=3"); } private function playerLoaderInitHandler(event:Event):void { var loader:SWFLoader = event. CurrentTarget as SWFLoader; addChild(loader); } I am using SWFLoader instead of Loader.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions