Getting the Value Inside a Form Field

I have an input text field type and I want to grab the value in it.

In javascript you could do something like inputName.value - is there some equivalent in actionscript?

Thanks!