Is it possible to build a UI with Flash CS5 that contains multiple buttons, and then have flex listen to those button events?
My current plan is to load the SWF with SWFLoader and attaching listeners to the buttons in a onComplete event would be the proper way to set it up, however i cannot seem to find a way to access the buttons themselves and attach listeners to them. Of course i would give each button its own instance name.
Pointers and/or examples would be greatly appreciated.