I put in the html the absolute address of the movie
<embed src="http://otherservername/public/video/swfname...
Add a crossdomain.xml file (that allow the access from mydomain)
Add in the first frame:
System.security.allowDomain("otherservername");
my_lc.allowDomain = function(sendingDomain) {
return(sendingDomain=="otherservername");
}
BUT it doesn't work
Could someone give me an help?
Bye and thanks
Did you ever figure this out? I'm having a similar problem.