Hi guys... I am building a chromeless player with Actionscritp 3 and got the following error when I play certain videos.
SecurityDomain 'http://www.youtube.com/apiplayer?version=3' tried to access incompatible context 'http://s.ytimg.com/yt/swf/apiplayer3-vfl181412.swf'
My app can search youtube videos .The error message shows up all the time and some videos can still be played....but some can't...
I already have
Security.allowInsecureDomain("*");
Security.allowDomain("*")
_loader = new Loader();
when I tried to create my player...
I appreciate any help....