adspace
How do you add event listeners in mxml components. Now as3 components?
Answer Posted / Pradeep Kushawaha
In MXML components, event listeners can be added using the 'creationComplete' event of the component or through XML tags like <mx:CreationPolicy><creationPolicy value="none"/></mx:CreationPolicy> to prevent immediate creation and allow manual adding of listeners. In AS3 components, you add event listeners with the 'addEventListener' method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category