|
Have you tried:
- System.security.loadPolicyFile?
- System.allowDomain()?
----- Original Message -----
From: Dimitrios Gianninas
Sent: Thursday, May 12, 2005 1:39 PM
Subject: [flexcoders] SWFs and domains Hi,
I
know I have this question already, but maybe some help with someone with more
experience will help. Local I have the following setup:
Using the Loader component, appA can load
appB and then appB has something like this:
var user = _level0.user
This allows appB to retrieve the user model object from appA... works
like a charm.
Now, I deployed the same UIs as follows:
Now in this setup, appB loads within appA,
but the _level0.user returns "undefined". Also the movie doesn't loaded within
its predefined width and height (probably diff issue altogether). I was told to
add a crossdomain.xml file and I have: <cross-domain-policy>
<allow-access-from
domain="*"
to-ports="*"/>
</cross-domain-policy>
Still doesn't work... anything else I can
try?
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
Yahoo! Groups Links
|
- [flexcoders] SWFs and domains Dimitrios Gianninas
- RE: [flexcoders] SWFs and domains JesterXL
- RE: [flexcoders] SWFs and domains Dimitrios Gianninas
- Re: [flexcoders] SWFs and domains JesterXL
- [flexcoders] SWFs as backgrounds Ryan Scott Jones
- Re: [flexcoders] SWFs as background... JesterXL
- RE: [flexcoders] SWFs as background... Sreejith Unnikrishnan
- RE: [flexcoders] SWFs and domains Dimitrios Gianninas
- Re: [flexcoders] SWFs and domains JesterXL
- RE: [flexcoders] SWFs and domains Dimitrios Gianninas
- Re: [flexcoders] SWFs and domains JesterXL
- RE: [flexcoders] SWFs and domains Dimitrios Gianninas

