Hi folks,

I'm struggling with how to configure my system, and I'm drawing a 
blank.  

When my system is installed, it needs to communicate via HTTPService 
to the host.  It can be to:

http://localhost/index.php
http://localhost/subdir/index.php
http://www.somehost.com/index.php

Things like this.

So, I elected to put a XML config file on the host in the swf 
directory called config.xml:
<config>
        <baseUrl>http://localhost/web/index.php/</baseUrl>
</config>

and I call by setting url="config.xml" and execute a 
HTTPService.send().  

Except, this request isn't coming back before some components that 
need this URL are starting.  So, I started down the path of setting 
creationPolicy to none and starting the components with 
createComponentsFromDescriptors(true).  However, this is getting 
hairy.

What's a better solution?  Any better way of doing?

TIA
Mike




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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/
 

Reply via email to