I am fairly new to Flex2 and AS3, 4 weeks of programming/experimenting
under the hood.

In a application I am using several (6-7) httpservice calls, to
retrieve data for the various elements. Works great!

One thing that _really_ annoys me, is that I have several
<mx:HTTPservice> instances, one for each service I need to call.

This is a obviously not the correct way to do it, but what is ?

I imagine I could make a AS function that would accept some parameters
like :
function getHTTPData(url:string,parms:xml):object {
   <!-- insert fantastic code here -->
}

Can anyone help me out here ??

Thanks for your time,
Mark

Reply via email to