Re: [flexcoders] Coercion failed ArrayCollection with Objects inside Object AMFPHP 1.9

2007-03-21 Thread Kevin
you may need to use this meta tag to let Flex know what is in the ArrayCollection [ArrayElementType("com.app.classes.MyClassObj")] //(I am not sure if that is YOUR correct path in Flex??) public var list: ArrayCollection; I hope that does the trick. I have gotten it to work in AMFPHP 1.9.

[flexcoders] Coercion failed ArrayCollection with Objects inside Object AMFPHP 1.9

2007-03-21 Thread Thomas Huijzer
Hi All, With AMFPHP 1.9 I am trying to return an Object containing some vars and an ArrayCollection. Inside this ArrayCollection there are other Objects. But I can't get this to work in Flex. For example: Flex class package com.app.classes { import mx.collec