Hi, I'm having problem using AMF0 with Flashlite 3.0. I have webserver from which I take serialized AMF with NetConnection, and it works (not perfectly though...) The main problem is that, when i get result object with flash lite, it shows that it is undefined, but the object have all properties and data that it should have. for example:
flash lite 3.0 version: trace(resultAMFObject == undefined) // true trace(resultAMFObject instanceof Object) // false; flash player: trace(resultAMFObject == undefined) // false trace(resultAMFObject instanceof Object) // true; I can solve this problem, by registering classes, but I want to avoid that, because i need as much performance as possible, and all i need is pure data. -- best regards, Mindaugas Vinkelis _______________________________________________ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders