Ok... I am feeling a bit clueless... 

I tried it three ways...

        aRadioButtons[1].removeEventListener(MouseEvent.CLICK,
buttonClicked);

and
        aRadioButtons[1].removeEventListener(MouseEvent.CLICK);

and 
        aRadioButtons[1].removeEventListener();


I am sure I am doing something simple wrong. Any direction you can
provide is appreciated.

Thanks!
Susan

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Merrill,
Jason
Sent: Monday, September 08, 2008 10:42 AM
To: Flash Coders List
Subject: RE: [Flashcoders] Coding question...

>> I know there is a way to inactivate the listener, but cannot remember
for the life of me how to do it.

removeEventListener() on the button

Jason Merrill 
Bank of America 
Enterprise Technology & Global Risk L&LD 
Instructional Technology & Media

Join the Bank of America Flash Platform Developer Community 

Are you a Bank of America associate interested in innovative learning
ideas and technologies?
Check out our internal  Innovative Learning Blog & subscribe. 

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to