Input text does not work when in a movie clip

anyone know how to make input text work when within a movie clip? I have a scroll with text and on the bottom i have my input fields, but when i view it it appears that you can type in it but nothing happens… the field from comes through fine though.

any help would be much appreciated

to see what i am talking about you can go to:

http://www.zutainment.com/new.html

then click on the bottom link, “let zu represent you”

Well when the getting the variable from the input text box (if that’s your problem) use

movieClip.inputVar;

I am currently fighting the same issue; is your movieclip that contains your Input Textfields under a mask? That is what is causing my problem. The input textfields weren’t showing up at all until I embedded the font for the field, then they showed up, but the text doesn’t show as I type. I will post back if I solve my issue.

Found it!!! The solution to my problem (input or dynamic text fields under a mask) is to set the mask using actionscript instead of by right-clicking on the layer. The actionscript is this:
instance_MC_to_mask.setMask(instance_MC_to_use_as_mask);

[QUOTE=Sisco;2339112]Found it!!! The solution to my problem (input or dynamic text fields under a mask) is to set the mask using actionscript instead of by right-clicking on the layer. The actionscript is this:
instance_MC_to_mask.setMask(instance_MC_to_use_as_mask);[/QUOTE]

Thanks Much Sisco!!! I started to give up on this forum being my 3rd post now and no one responding… helped me out a bunch!

Well normal masks work as well. All you would need to do is select the input textfield and embed the fonts in the properties.

Also please note that there is a textfield caption after web address a line below that keeps scrolling and flipping over. Im using firefox so please confirm whether its a browser issue.

Also lastly an unnecessary suggestion though if used can improve the animation. You can try using the easing tools in properties so as to make the jumping people in the intro look much better. You can ignore it if you dont have the time or do not wish to implement it.