Tag Archives: DOM

Event Delegation in JavaScript

The next logical step up, respectively down-level from using CSS3 Selectors together with JavaScript libraries to select specific DOM elements, is to write your own JavaScript to control your markup. So in order to completely seperate behaviour (JavaScript) from presenation … Continue reading

Tagged , , , , | Leave a comment

Load Child Elements of DOM in Array

Howto load multiple Child Elements of any DOM Element into an Array. Continue reading

Tagged , , , | Leave a comment

ExternalInterface Call with AS3 and Javascript

How to properly communicate with Javascript with Flash AS3 Continue reading

Tagged , , , , , | Leave a comment