I havn't used it, but you need to remove Type from all of the event types (the constants are now located in the event class and not in a separate class). i.e. EventType > Event; ProgressEventType > ProgressEvent; MouseEventType > MouseEvent; &c
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: Tuesday, February 28, 2006 1:43 PM To: [email protected] Subject: [flexcoders] Adobe Labs Colin Moock's AS3 Viewer Example Compile Error Hi All, Has anyone managed to get Colin Moock's Viewer Example running in Flex2 Beta. I am getting errors in the ImageViewer.as and DragManager.as For some reason, all the lines that have addEventListener are giving a compile error. Access of undefined property 'EventType' Access of undefined property 'ProgressEventType' Access of undefined property 'EventType' Access of undefined property 'IOErrorEventType' Access of undefined property 'MouseEventType' Thanks for any help -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

