|
You need userObject to be [Bindable] and
for this build that also means it needs to be public (this is in the
application). Matt From: I am trying to pass an Object to an MXML Component in Flex 2
Alpha. It seems not to work. Your help is greatly appreciated. Here is the
scenario: 1. I have added an AS Class File “UserObject.as”.
In the main application I create an instance of UserObject: <mx:Script> <
