Select to view content in your preferred language

How to call a MXML component'method from my default application?

563
0
05-03-2011 09:19 AM
MikeCliffton
Emerging Contributor
I create a component and it has a method "reset" I want to use.  I need to call this method from my default application using a button.  So how should I do that? I tried to create  [Event(name="reset", type="flash.events.Event")] in default application, it seems it is used to call a method inside application from component; I need it the other way around. Thanks!
Tags (2)
0 Kudos
0 Replies