Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Blinking cursor in a text field of my flash movie.

Status
Not open for further replies.

SPYDERIX

Technical User
Jan 11, 2002
1,899
CA
Hi,

I posted a site check in the Web Site Designers forum [thread253-304659] and there was a comment made that they would like to see a blinking cursor in the text field of my flash movie.

This is my website (the flash movie is a Tek-Tips login on the bottom left):

Does anyone know how to make the cursor blink when the text box is selected???

Thanks alot! NATE
spyderix.gif

design@spyderix-designz.com
 
Also, to set the cursor blinking at the START of any text already in the box, use this:

Selection.setSelection(0,0);

or to set it at the END of the text, use this:

Selection.setSelection(myField.length, myField.length);
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top