Hi to all,

i've tried to google to obtain a solution, but no way...

how can I catch STATUS events generated by the remoting connector?

with AS 1 remoting:
_root.conn = NetServices.createGatewayConnection(_root.globals.amfGateway);
_root.myService = _root.conn.getService("myservice", this);
_root.conn.onStatus = function(error) {
        // code here
};

how should I do this within a class and with the actual AS2 syntax

this.service = new Service(this.gatewayUrl, null, "myservice");

i've find a PATCH to AS classes, but I think It's not a great idea... maybe there is a smarter way

Thanks in advance

Alfonso Florio

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to