I'm using AS3 in an AS3 project (no flex) to create an instance of
RemoteObject and use it to talk to the servermost things are working but
not the best thing: having your java objects magically converted to
their AS3 counterparts by use of the RemoteClass[...] annotation in your
AS3 counterpart.so, I put the same AS3 code into a script tag in a flex
app (just the code, no mx components) and everything worksbut, I put the
same AS3 code into an AS3 project, everything works but typed java class
t...