all groups > flash (macromedia) > june 2004 >
You're in the

flash (macromedia)

group:

form texfield


form texfield hilt-d
6/1/2004 11:59:39 PM
flash (macromedia):
a question:

how can i do some textfields for a form, whit the name of the require
datas inside... like " name: " and when the user enter his name it
should delete the "name:" infoentry!!!
like whit html forms!!!!!!

any idea how to do it......maybe i overlook some textfield options in
flash to do that?????
Re: form texfield Laiverd.COM
6/2/2004 2:46:36 AM
You mean something like this?
http://home.hccnet.nl/john.mulder/flash/clear_on_focus.zip

John

--
----------------------------------------------------------------------------
-----------
RESOURCES
http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash
----------------------------------------------------------------------------
-----------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------

Re: form texfield hilt-d
6/2/2004 12:21:36 PM
hey thanks....... thats exactly what i search!!!!!!!!!

"Laiverd.COM" schrieb:

[quoted text, click to view]
Re: form texfield hilt-d
6/2/2004 4:43:12 PM
how can i set the focus just one one spez. texfield?......now it goes on
every text-field i have!!!!

thanks

hilt-d schrieb:

[quoted text, click to view]
Re: form texfield Laiverd.COM
6/2/2004 5:50:09 PM
Change the code in the first frame to:
myListener =3D new Object();
myListener.field =3D myField_txt;
myListener.onSetFocus =3D function() {
myTextfield =3D myListener.field;
myTextfield.text =3D "";
};
Selection.addListener(myListener);

Where myField_txt is the instancename of the field for which you want =
this 'clearing' to work.

John

--=20
-------------------------------------------------------------------------=
--------------
RESOURCES
http://groups.google.com/advanced_group_search?hl=3Den&as_ugroup=3D*flash=

-------------------------------------------------------------------------=
--------------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash
-------------------------------------------------------------------------=
AddThis Social Bookmark Button