You can always connect using the NetConnection code as you do in Flash and AS 2.0. The Flex mxml tags are just nice wrappers that handle a lot stuff for you.
I used the AS NetConnection class to connect a Flex 2 app to the current AMF ColdFusion format just fine. The newer RemoteObject component in Flex uses the newer AMF3 format. (There are 3 versions now, check out the google link below on the AMF3). Semi-Related Links: http://www.communitymx.com/content/article.cfm?cid=EE7CA AMFPHP's webpage has some AS classes that can be used also. http://www.google.com/search?hl=en&lr=&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=flash.net.ObjectEncoding.AMF3&btnG=Search Main thing to remember is with Flex2 there is a new AMF format (version 3) so beware of compability problems in the future. I assume they are not going to get rid of the first two AMF formats but just be ware that you do not try and mix gateway and connections up. Renaun --- In [email protected], "JIGNESH M. DODIYA" <[EMAIL PROTECTED]> 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 > ------------------------ Yahoo! Groups Sponsor --------------------~--> 1.2 million kids a year are victims of human trafficking. Stop slavery. http://us.click.yahoo.com/WpTY2A/izNLAA/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/

