Hello All, I am pretty new top flex and I am trying to develop a simple Flex application which makes RPC remote object calls using mx.rpc.remoting.RemoteObject ...
The remote obect accesses a java object which in return sends a XML stream which is further received by the flex environment for populating datagrid, lists and other data driven controls. It runs fine when I make a http request call to the mxml file directly but when I try to run the application swf using the wrapper created by the builder itself. The remote object call it not functioning. For deploying flex application making remote object calls do we need to run and deploy the mxml file with all related actionscript files in the deployment environment? Please help. Regards, paromita -- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

