Ask a Question related to Macromedia Flash, Design and Development.
-
peter #1
how do i tjek value in textfield
how do i tjek if a text i correct?
textfield is called var1
movie is called mov
i tried something like:
if(var1.text=="yes")
{
go to ....
}
and
if(_root.var1.text=="yes")
{
go to ....
}
and
if(mov.var1.text=="yes")
{
go to ....
}
and
if(_root.mov.var1.text=="yes")
{
go to ....
}
but i cant get any of them to work
how do i do it?
peter Guest
-
Textfield
hi friends i created one form in that i want when the form is loaded, cursor is stick in to the top position of the field. please help me. ... -
TextField.text
hi i want to stock text in a textField without drawing it on the Stage with the createTextField method, so : var mytext :TextField = new... -
Textfield.html = true vs TextField.setTextFormat
H I need to use html textfield to control when the text must change the line (br tag). The problem is that I can't use setTextFormat if I use html... -
use a var as a textfield name
hi i have created a textfield called "text0". i would like to put text that is stored in a var into it: allText="bla bla";... -
Textfield Question
Does anyone know why the " - quote presents a problem when updating to a Access DB. I know the single quote ' does. Shimon -
Patrik Liljebäck #2
Re: how do i tjek value in textfield
It depends where your movie is, and where your code that checks it is.
And are you sure that your text fiels's instance name is txt, and not
the variable it follows?
--
Patrik
peter wrote:> how do i tjek if a text i correct?
> textfield is called var1
> movie is called mov
> i tried something like:
> if(var1.text=="yes")
> {
> go to ....
> }
>
> and
> if(_root.var1.text=="yes")
> {
> go to ....
> }
> and
> if(mov.var1.text=="yes")
> {
> go to ....
> }
> and
> if(_root.mov.var1.text=="yes")
> {
> go to ....
> }
> but i cant get any of them to work
> how do i do it?
>
>Patrik Liljebäck Guest



Reply With Quote

