Hello :) EventDispatcher isn't native in the AS1/AS2 framework, AsBroadcaster is a speed solution to implement an event model in your code.
The EventDispatcher in AS3 is compatible with the W3C DOM3 event model with a custom implementation of all listeners... For me in AS2 you can 1 - use AsBroadcaster (speed) 2 - use GDispatcher class and not AS2 EventDispatcher: http://www.gskinner.com/blog/archives/000027.html 3 - use my event model in VEGAS :) (compte event model) EKA+ :) 2006/11/30, Rákos Attila <[EMAIL PROTECTED]>:
MD> perhaps I can cotton up with (btw. is this good english?) MD> AsBroadcaster, since it is availablefrom flash version 6 and above. AsBroadcaster is quite obsolete, why don't use the event dispatching mechanism introduced in MX 2004 (mx.events.EventDispatcher)? It handles separate callbacks (see also mx.utils.Delegate for avoiding scope issues) as well as listener objects. MD> But I can't find documentations about the set/get syntax you used. E.g. see the AS language elements or this one: http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001322.html Attila _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
_______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

