You can use either one, the mx.rpc.remoting.mxml.RemoteObject subclass is what the MXML tag syntax maps to... the mx.rpc.remoting.RemoteObject superclass is a lighter-weight version which simply exists to avoid dependencies on the rest of the flex framework. Pete
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Humberto Sent: Wednesday, May 23, 2007 5:36 PM To: Lista - Flexcoders Subject: [flexcoders] HELPPPP... Whitch one I must use RemoteObject or mxml.RemoteObject ? Hi all, I've spent hours and hours thinking how to use the showBusyCursor property and I've resolved with simple way, just modifying the import of RemoteObject from import mx.rpc.remoting.RemoteObject to import mx.rpc.remoting.mxml.RemoteObject My question is how can I know when I must use one or other? Which is the correct one? Thank's !

