Creating forms

how do i create a form -i.e. insert input text in flash 5?

create a textfield and in the Text Options panel, theres a drop down that will let you select between static, input and dynamic text. You would want input which lets users change the contents of that text.

Also, in doing so, be sure to remember to give that text a variable name. This is how you get the the text from that text in flash. For instance, if you used the variable name myText and you made the input textfield in the main movie timeline, to get the value of that textfield, you would use

_root.myText