|
Paul, I never tried complex
objects with remoting but with FDS is quite easy (and it should be the same for
remoting). You define a “<cfproperty
name=”mycollection” type=”Array”>” and in your
AS3 class you set “public var
mycollection:ArrayCollection;” and everything is translated. For a
relationship 1-to-1 you defined the type as <cfproperty name=”myRelatedObject”
type=”my.cfc.path.to.file”> and to the same in your AS3 Class “public
var myRelatedObject : myAS3ClassBindedToMyRelatedObject;” João Fernandes From:
> Only
properties need to match and MUST be defined in the exact same order. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- [flexcoders] Re: Going Bananas, CFC to AS3 Class Mapping lostinrecursion
- Re: [flexcoders] Re: Going Bananas, CFC to AS3 Class ... Paul Hastings
- [flexcoders] Re: Going Bananas, CFC to AS3 Class ... lostinrecursion
- Re: [flexcoders] Re: Going Bananas, CFC to AS... Paul Hastings
- [flexcoders] Re: Going Bananas, CFC to AS... lostinrecursion
- Re: [flexcoders] Re: Going Bananas, ... Douglas Knudsen
- Re: [flexcoders] Re: Going Bananas, ... Paul Hastings
- Re: [flexcoders] Re: Going Bananas, ... EECOLOR
- RE: [flexcoders] Re: Going Bananas, ... João Fernandes
- Re: [flexcoders] Re: Going Bananas, ... Paul Hastings
- RE: [flexcoders] Re: Going Bananas, ... João Fernandes
- Re: [flexcoders] Re: Going Bananas, ... EECOLOR
- Re: [flexcoders] Re: Going Bananas, ... Paul Hastings
- Re: [flexcoders] Re: Going Bananas, ... Douglas Knudsen
- [flexcoders] Re: Going Bananas, CFC ... lostinrecursion
- Re: [flexcoders] Re: Going Bananas, ... Paul Hastings
- Re: [flexcoders] Re: Going Bananas, ... Douglas Knudsen
- Re: [flexcoders] Re: Going Bananas, ... EECOLOR
- RE: [flexcoders] Re: Going Bananas, ... Peter Farland
- RE: [flexcoders] Re: Going Bananas, ... João Fernandes
- Re: [flexcoders] Re: Going Bananas, ... EECOLOR

