Hello All,

I have a problem, and maybe I am overlooking something here...

What I need to do, is attach multiple functions, to an Event for a
particular Component.

Using inline MXML, this is easy - you just separate out each function,
with a semi-colon and list them one after another.

BUT, I am trying NOT to put my functions within the MXML - I am using
Code-Behind, and I need to add my Event Listeners within the
ActionScript - using the Object.addEventListener() method.

Thing is, how do I add several functions using this type of methodology?
Or can it even be done?

Thanks in advance for any help you can offer regarding this,

Mike

Reply via email to