How do you use the new RemotingConnector in Flash 8?

I’ve gotten the gatewayURL set up properly in my Flash application file by adding the complete path and file name (http://…/findNameSort.cfm) to the gatewayURL. The output window no longer says “Error connecting to gateway.” And I’ve set up thisNameSort as the method name and findNames as the service name in my findNames.swf file. All files are supported by the appropriate .cfm and .cfc file in the same directory on my ColdFusion server… but the problem is no data is ever returned. My findNamesSort.cfm file says the result is to be named "returnvariable=“findNamesSortRet”> Do I put that variable name in the dataSet or dataGrid or RemotingConnection? If so, where?

My DataSet is bound to the provider listed in the RemotingConnector in the Flash app; the DataGrid is set to bring in the two fields (firstname, lastname) … but no data is returned. What am I missing? I’m stuck.

Any help would be appreciated. I see a lot of people looking for this type of information and nobody, even Adobe, isn’t discussing it. Please help if you can!
Thanks,
Tedra

what is the netconnection debugger telling you?