Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

can't load a swf from another domain

9 views
Skip to first unread message

WebRaster

unread,
Jun 20, 2009, 7:07:49 PM6/20/09
to
I try to load an swf from another domain than mine.

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

Tim Gieseking

unread,
Aug 16, 2009, 7:11:23 PM8/16/09
to

Did you ever figure this out? I'm having a similar problem.

0 new messages