Calling remote method of shared objects in Actionscript 3.0
        Posted  
        
            by Sumit Ghosh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sumit Ghosh
        
        
        
        Published on 2009-03-05T12:06:02Z
        Indexed on 
            2010/05/09
            20:18 UTC
        
        
        Read the original article
        Hit count: 368
        
actionscript-3
I am not to add method to a remote shared object in AS3. In AS2 this code used to work
SharedObjectName.MethodName = function(){}
But this code is not working for AS3. I searched in Google and other AS3 forums but didn't get any help.
can anyone provide a pointer to me please.
Thanks, Sumit
© Stack Overflow or respective owner