Hi Jignesh, I've been experimenting a little to see if I could do the same thing with Coldfusion's Remoting gateway and Flex 2. As I understand it Remoting was based on the NetConnection object's call method. You could call a remote method, include parameters and get any type of ActionScript object back. If you included or imported and instantiated a RecordSet object in your Flash movie, you would get a RecordSet back from a query and could simply assign it to a DataGrid's dataProvider property. In Flex 2 DataProvider is deprecated and I don't think there is a RecordSet class. The NetConnection.call method does seem to work but I don't see anyway to cast the returned object into a RecordSet or equivalent. So as far as I can see (with the limited work I've done so far) you would have to do a lot of work to be able to use NetConnection.call and get usable results from an existing Flash Remoting Gateway. Since I have a bunch of apps that use the current Coldfusion Flash Remoting Gateway and don't want to be forced to use DataServices, I'm not sure how much I should be interested in Flex 2. I also discovered that NetConnection.addHeader does not work in Alpha 1 and Matt Chotin was kind enough to say it is still under discussion. I think I would need that for authentication against my current Coldfusion apps via Flash Remoting. I am concerned that Flex 2 standalone will not allow me to work directly with server-side applications that use the existing Coldfusion Gateway or that it will require extensive hacking on the Flex 2 client side to make it work. Yours truly, -Brian
JIGNESH M. DODIYA wrote: >hi, >do anybody know any alternet way to use php and felx-2 standalone >together?? > >i know that remote object can't work with standalone or need CF >adepter plug-in and only work with flex- enterpriese edition........ > >but still any idea to club php with flex-2 standalone edition?? > >regards, >jignesh > > > > > > > > >-- >Flexcoders Mailing List >FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt >Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com >Yahoo! Groups Links > > > > > > > > > -- ______________________________________________________________________ Brian Lesser Assistant Director, Teaching and Technology Support Computing and Communications Services Ryerson University 350 Victoria St. Toronto, Ontario Phone: (416) 979-5000 ext. 6835 M5B 2K3 Fax: (416) 979-5220 Office: AB48D E-mail: [EMAIL PROTECTED] (Enter through LB66) Web: http://www.ryerson.ca/~blesser ______________________________________________________________________ ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

