A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Event Listner to textField

  1. #1
    THE YELLOW FLASH!
    Join Date
    Feb 2008
    Posts
    57

    Event Listner to textField

    Can we add evvent listener to a text field?Like when you click on the text field it calls a function?
    The CodeBreaker!

  2. #2
    THE YELLOW FLASH!
    Join Date
    Feb 2008
    Posts
    57
    I found it,its easy.
    Actionscript Code:
    myText.addEventListener(MouseEvent.CLICK, callfunction);
    The CodeBreaker!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center