Input boxes

I’m trying to create an input box where the cursor blinks in the box from the beginning (without requiring the user to mouse click inside of it) Is this possible? Any solutions would be greatly appreciated. :slight_smile:

You could have an external.swf behind the text box that matches the box’s dimensions. Give that swf a custom cursor.

Selection.setFocus(myTextField);

whoops i thought you meant the mouse cursor :trout: good job kax…

ahh i knew there should be a property… :stuck_out_tongue:

Thanks Kax, just in time for my login thing!!

:thumb: :stuck_out_tongue:

Thx Kax :thumb: