A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: mouseOver actions for input box?

  1. #1

    mouseOver actions for input box?

    I've been trying to figure this out for a while now ... trying to make actions possible onMouseOver or onMouseDown of an input text field ... anyone know how this is done?


    here's an example:

    http://www.lowstyle.net/index_flash.php (click on the contact section, then on one of the form fields)

    Thanks!

  2. #2
    Flashkit Veteran joejoe2288's Avatar
    Join Date
    Apr 2004
    Location
    Hickville, Oregon
    Posts
    2,554
    use textfield.onSetFocus
    So tired of all the fighting....

    http://joejoe2288.kawanda.net

  3. #3
    Perfect... thanks joejoe!!

  4. #4
    Flasher
    Join Date
    Jun 2005
    Posts
    1,365
    How would you use it?

  5. #5
    Flashkit Veteran joejoe2288's Avatar
    Join Date
    Apr 2004
    Location
    Hickville, Oregon
    Posts
    2,554
    myTextField.onSetFocus = function() {
    //do wanted actions here
    };
    myTextField.onKillFocus = function() {
    //do actions you want when the focus is taken off of the text field
    };
    So tired of all the fighting....

    http://joejoe2288.kawanda.net

  6. #6
    Thanks again what's the easiest way to send a command from PHP to flash through the "echo" command? It seems to only send variables or something.

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