Problems with loading a Flash file on another domain. :(
i've got problem pulling hair out over. :(
i have swf file reads , xml file , loads images mentioned in xml file.
ok far. can test on 1 domain , works fine.
problem: need call swf file domain, called anotherdomain.com example.
i need have in html file.
i don't have option of reading in swf file on anotherdomain.com domain.
all can reference html.
problem: swf file loads ok... , data in xml file loads.
but: images *don't* load. :(
i've tried million different things... , nothing works.
one thing did work 1 file tried put references of jpg's absolute urls, i.e. htpp://www.firstdomain.com/... etc.
but worked 1 file... other files have tried refuse work. :(
i suspect first file may have been flash 5... maybe explain thigns... flash got new securtiy features in later releases.
i've been pulling hair out on one.
i've done lot's of reading , have read allow.access (or whatever it's called) , cross domain issues.
striclty speaking... didn't think issue problem... implemented suggested rules anyway.
stll no luck. :(
an still have no luck. :(
are there example anywhere of actual files (source files is) implement crossdomain issue?
any advice on problem?
thanks.
om
i have swf file reads , xml file , loads images mentioned in xml file.
ok far. can test on 1 domain , works fine.
problem: need call swf file domain, called anotherdomain.com example.
i need have in html file.
i don't have option of reading in swf file on anotherdomain.com domain.
all can reference html.
problem: swf file loads ok... , data in xml file loads.
but: images *don't* load. :(
i've tried million different things... , nothing works.
one thing did work 1 file tried put references of jpg's absolute urls, i.e. htpp://www.firstdomain.com/... etc.
but worked 1 file... other files have tried refuse work. :(
i suspect first file may have been flash 5... maybe explain thigns... flash got new securtiy features in later releases.
i've been pulling hair out on one.
i've done lot's of reading , have read allow.access (or whatever it's called) , cross domain issues.
striclty speaking... didn't think issue problem... implemented suggested rules anyway.
stll no luck. :(
an still have no luck. :(
are there example anywhere of actual files (source files is) implement crossdomain issue?
any advice on problem?
thanks.
om
try
system.security.allowdomain(" http://www.thesite.com");
system.security.allowdomain(" http://www.thesite.com");
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment