Top "Addeventlistener" questions

a DOM event method that adds an event listener to a given DOM node

Variable in JavaScript callback functions always gets last value in loop?

I'm trying to do the following: I have a set of images and select (dropdown) HTML elements, 30 of each one. …

javascript addeventlistener
Sound Complete Not Firing (AS3)

I have a bit of a quandary. I need to call a function inside a MovieClip once a particular sound …

actionscript-3 flash actionscript addeventlistener flash-cs5.5
jquery .on container element attached to multiple selectors

I am using .on() to attach click events to multiple elements that appear on the page dynamically. The problem I …

jquery onclick addeventlistener propagation
Combining URLRequest, URLLoader and Complete Event Listener In Actionscript 3.0?

when handling data, i always have to write the following: var dataSourceRequest:URLRequest = new URLRequest("/path/file.xml"); var dataSourceLoader:…

actionscript-3 addeventlistener urlrequest urlloader