Question
globals in crossdomain swf's (AS2)
Hi,
I have two domains (on the same server) each of the domains contains a crossdomain xml and swf's. The swf's have System.security.allowDomain("*") set.
From 'domainOne' I start the main swf. This main swf loads (with a loader component) a swf from 'domainTwo'. So var so good.
In the main swf on 'domainOne' I have some _global functions. When I call these global functions from the second swf (from 'domainTwo') nothing happens.
My question: Is it possible to call global functions between crossdomain swf's? If so, what's the trick?
Thanks
I have two domains (on the same server) each of the domains contains a crossdomain xml and swf's. The swf's have System.security.allowDomain("*") set.
From 'domainOne' I start the main swf. This main swf loads (with a loader component) a swf from 'domainTwo'. So var so good.
In the main swf on 'domainOne' I have some _global functions. When I call these global functions from the second swf (from 'domainTwo') nothing happens.
My question: Is it possible to call global functions between crossdomain swf's? If so, what's the trick?
Thanks