View Full Version : Input text
saruna
11-27-2002, 12:52 PM
I have a input text boxes in a form. It works alone when I publish it, but when I load it into my main movie (inside a movieclip), text what I write doesn't seem to appear at all and it doesn't even put the cursor in it..
What the matter? Is it some kind of _parent or _root thing?
simontheak
11-27-2002, 03:22 PM
In short yes ... it's all to do with paths. I had the same problem.
Basically, when you program the text field you have to pretend that it's already been loaded in to your main movie and adjust your paths accordingly.
Therefore if you've loaded movie2 in to a MovieClip in movie1 your path should be something like:
_root.MovieClipName.textFieldName
Hope that helps
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.