Yes. ----- Original Message ----- From: markflex2007 To: [email protected] Sent: Monday, August 25, 2008 4:26 PM Subject: [flexcoders] <mx:Metadata>?
Hi,
I confuse with <mx:Metadata> now
I have the following <mx:Metadata> in code
<mx:Metadata>
[Event('add')]
[Event('update')]
[Event('cancel')]
</mx:Metadata>
Do you think the following code work with the <mx:Metadata>?
dispatchEvent( new Event( "add" ) );
Thanks
Mark

