If I'm reading this right, the way to access it in actionscript is
_root.parametername
so, to be more explicit, you'd open up a frame, go to actionscript and type something like
textBoxName.text = _rootParameterName
(Make sure you used "export for actionscript" on the control.)