This may be of help to you:
http://livedocs.adobe.com/flex/3/html/help.html?content=data_access_2.html

explains the usage of http service and gives example in both php and 
coldfusion. Outlines request, server side processing of response, and response 
return.

Hope that helps.



________________________________
From: iloveyouwisconsin <stpra...@gmail.com>
To: flexcoders@yahoogroups.com
Sent: Sunday, February 8, 2009 12:00:04 PM
Subject: [flexcoders] Re: I'm missing something


--- In flexcod...@yahoogro ups.com, "iloveyouwisconsin" <stpra...@.. .> 
wrote:
>
> Maybe I'm just misstating my question or maybe I'm just not 
> understanding. I'm just trying to make it so that the following 
> PagableArrayCollect ion is populated dynamically (i.e. via an 
> HTTPService) : 
> 
> [Bindable]
> public var myTest:PagableArray Collection = new
> PagableArrayCollect ion(
> [{label:"AK" , dataa:"Alaska" },
> {label:"AL", dataa:"Alabama" },
> {label:"AR", dataa:"Arkansas" },
> {label:"AZ", dataa:"Arizona" },
> {label:"CA", dataa:"California" },
> ]);
>

Does that make sense? I guess another way to say it is: How do I turn 
xml into a PagableArrayCollect ion?





      

Reply via email to