Hello all, Thanks for all the help That I have recieved, I am learning alot.
Main Application that has many Flex Components. I want to call a
HTTPService from the main app page, I am not sure how to do this.
I have tried GetUserDataRequest.send() but to no avail.
<mx:HTTPService id="GetUserDataRequest"
url="{getURL.PerformaGetUserData()}" />
I know that there is a way to call parent items parentDocument.xxxx
but not sure of a way to call childDocuments.
Again Thanks for all the help.
Timgerr

