[flexcoders] event type not available error:

2008-02-14 Thread learner
hi all , I am getting this compile time error: Event type 'MessengerEvent:ITEM_ROLL_OVER' is unavailable. and the code that I have written is: contentholder.mxml : mx:Metadata [Event(name=itemRollOver, type=MessengerEvent.ITEM_ROLL_OVER)] /mx:Metadata function somef(){

[flexcoders] event type

2006-08-22 Thread moni_singhal
Hi All, While migrating an application from flex1.5 to flex2 am getting few warnings for the event types. In the code below what should be the type of 'event' and 'event.call'.Actually i tried to make event of type Event but event.call is not a property of Event class so it gave me error. So