Hi

> You're right, it works perfect! Sorry about the other comment.
> I'm kinda surprised and happy, is this the same that you sent to me?

Thanks Oriol. Yes, the code is exactly the same, I have just added that 
Label to show you that the casting works.

>
> Also, it would be great to know what differences are between yours and 
> Renaun's, because one's working and the other not (at least for me). 
> What changes have you done?

I think the main idea is the same.  Although, I don't know if he is 
using the advanceddsettings.php or not (it's not in the source), I 
couldn't  make it work without setting the $outgoing array.

As we are here, Renaun,  I'd like to make an observation on the 
RemoteObjectAMF0?
First of all, I would be dead without it,  it's grate stuff. Many thanks 
for sharing.
I had to change it a little bit, because in the way it was, it's not 
perfectly compatible with Cairngorm, you have to change the 
ServiceLocator.as, and add the  getRPCService() method. That's because 
ServiceLocator's getService() returns an  AbstractService but 
RemoteObjectAMF0 inherits  Proxy. That's why I made RemoteObjectAMF0 to 
inherit from AbstractService (which inherits Proxy) and I had to add  
this line too, to get rid of some errors:

use namespace flash_proxy;

This way no Cairgorm code needs to be changed.
I thought you might be interested in this. Or is there a good reason why 
you haven't used it in this way, and I'm missing something?

Andi


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/WktRrD/lOaOAA/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/
 


Reply via email to