xmlui

How can I get values from Flash Authoring in JSFL via XMLUI ?

I want to set a variable from a flash file so that I can access if from JSFL in a Command. I am using a element in JSFL's XMLUI: Here's the JSFL: fl.getDocumentDOM().xmlPanel(fl.configURI + 'Commands/ATest.xml'); fl.trace(fl.xmlui.get('secretword'));//this traces undefined The XMLUI: <dialog buttons="accept,cancel"> <textbox id="...