Not sure what I did. But it's now working. I think originallythe package
names of the .as and the java class did not matchexactly. Then I thought
it might have something to do with havingmethods as well as just
properties in the .as class (most of thedemo/example/tutorials have no
methods in the .as Definitions), soI took out the methods and put them
in a subclass. For the RPC Iwas then trying to cast/copy the subclass to
a superclass(properties only - without the methods) object and call the
re...