RE: [flexcoders] [flexcoder] RemoteClass + ArrayCollection question

2009-01-30 Thread Alex Harui
Did you specify RemoteClass for MenuItemPackage? From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Curtis Barrett Sent: Friday, January 30, 2009 7:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] [flexcoder] RemoteClass + ArrayCollection question Right

[flexcoders] [flexcoder] RemoteClass + ArrayCollection question

2009-01-30 Thread Curtis Barrett
Right now I'm playing around with the RemoteClass feature with a few ActionScript classes. What I've noticed is that if I have a single object I can nest AS classes. So if I have two AS classes foo and bar I can have the following work [RemoteClass(alias="com.ca.foo.Foo")] public class foo {