[Flashcoders] Which eventBroadcaster is most widely used and-or reccomended?

2006-05-30 Thread Manuel Saint-Victor

I'm looking at adding an EventBraodcaster to my project and was wondering if
anyone was aware of which of the current classes out  there was more
reccomended for use in applications.

Mani
___
Flashcoders@chattyfig.figleaf.com
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


Re: [Flashcoders] Which eventBroadcaster is most widely used and-or reccomended?

2006-05-30 Thread Adam Pasztory

I just use AsBroadcaster, which is built into ActionScript.  It seems to
work okay.

-Adam

On 5/30/06, Manuel Saint-Victor [EMAIL PROTECTED] wrote:


I'm looking at adding an EventBraodcaster to my project and was wondering
if
anyone was aware of which of the current classes out  there was more
reccomended for use in applications.

Mani

___
Flashcoders@chattyfig.figleaf.com
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


Re: [Flashcoders] Which eventBroadcaster is most widely used and-or reccomended?

2006-05-30 Thread eka

Hello :)

you can try my EventDispatcher class in my VEGAS framework :
http://www.osflash.org/vegas

You can see ''vegas.events' package and all examples in the SVN's project :)


src : http://svn1.cvsdude.com/osflash/vegas/AS2/trunk/src/ (vegas/events)



examples :

http://svn1.cvsdude.com/osflash/vegas/AS2/trunk/bin/test/vegas/events/(install
framework first !)

My Event model respect all W3C features ...

More information about W3C : http://www.w3.org/TR/DOM-Level-2-Events/ and
http://www.w3.org/TR/DOM-Level-2-Events/events.html

You can use Bubbling events, Capturing events, FrontController ... and more
:)

EKA+ :)



2006/5/30, Manuel Saint-Victor [EMAIL PROTECTED]:


I'm looking at adding an EventBraodcaster to my project and was wondering
if
anyone was aware of which of the current classes out  there was more
reccomended for use in applications.

Mani
___
Flashcoders@chattyfig.figleaf.com
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


___
Flashcoders@chattyfig.figleaf.com
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