From Macromedia's docs: http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00002588.html __resolve (Object.__resolve property) public __resolve : Object
A reference to a user-defined function that is invoked if ActionScript code refers to an undefined property or method. If ActionScript code refers to an undefined property or method of an object, Flash Player determines whether the object's __resolve property is defined. If __resolve is defined, the function to which it refers is executed and passed the name of the undefined property or method. This lets you programmatically supply values for undefined properties and statements for undefined methods and make it seem as if the properties or methods are actually defined. This property is useful for enabling highly transparent client/server communication, and is the recommended way of invoking server-side methods. Availability: ActionScript 1.0; Flash Player 6 This matches my memory. However, the code would still not work, given my incorrect assumptions about the scope of 'this.' I have checked in yet another change, which I think will work. Perhaps Sebastian or Wenhua Li could try uncommenting the __resolve code and see if it works for you now. Thanks, Sarah _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
