How would one go about intercepting a client request of SharedObject.getRemote() from the server side? I have two things in mind: 1.) deny the request, or 2.) return an instance of a custom sub-class of FluorineFx.Messaging.Rtmp.SO.SharedObject. With the latter would the client simply have to have made a call to registerClassAlias() in order for the appropriate ActionScript class to be instantiated?
Any info would be great, even if just pointing to an existing example/sample, thanks!
