Ticket #112 (closed bug: fixed)
javascript addListeners not working
| Reported by: | jeroen | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | Flash 4.0 | |
| Component: | Keywords: | ||
| Cc: | Forum thread: |
Description
The examples here: http://code.jeroenwijering.com/trac/wiki/FlashAPI claim that the 'addXXXXListener' functions take a function as the second parameter, but that's wrong. They actually take a function *name* as the second parameter. Those examples don't work as-is.
Change History
Note: See
TracTickets for help on using
tickets.

String representations should be used. Then it all works.