Is the Cross-Domain XML necessary when I am running two projects on a local-host with different ports?
If I can access the server locally right now, must I add the Cross-Domain Policy file?
On 6/2/05, Dirk Eismann <
[EMAIL PROTECTED]> wrote:
> I believe there is a Flex-Config file that is at
> the very least, part of JRun4. Can someone confirm
> or deny this?
I would say the flex-config.xml file is part of your flex web application but not of JRun.
> There is one gateway-config.xm file in my Flex
> web-inf folder.
true. You don't need to modify this file at all.
> Is there a second one for CF that needs to be configured?
Yes! You'll need to modify gateway-config.xml that comes with CF 7.
> I think at this point, I need to take this step-by-step.
yeah, that's the way to go :)
> The difficulty I am having in part is because my first
> configuration works with the wild-card.
It works because you didn't used named services but defined the class name of the remote object directly on the RemoteObject tag. The wildcard in the Flex server's flex-config.xml just tells the compiler that any remote object may be called.
Dirk.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

