Flex 3 problem
Flex 3 problem
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- rounce0
Sorry I pasted an older error by accident here's the propper one, sorry about that:
http://pastebin.com/m37f860bdThe init(); method is the event handler that is called when the component is added to the stage (see line 3 : col 61) and serves as an 'entry point' of sorts for the component logic (setting vars, event listeners n shit).
Thanks max for not TL;DR'ing this.