AS2: Data Bind SQL Query Data to ComboBox

Can anyone point me in the right direction - I’m using Flash remoting with CFCs and I’m trying to pull query data from SQL and populate a ComboBox with AS2 components.

I have a CFC called “states.cfm” and Flash Remoting is set up and connecting properly (AS2 components). It’s pulling 2 columns from the states table, “state” and “stateValue”. In the flash movie there’s a dropdown with an instance name “dd_states”. I’ve searched all over (Using Flash,macromedia,google,flashkit) and I can’t find a clear example using the AS2 databinding components using data from a SQL Query…

ThxInAdv