Create hidden inputs and send value to them

Hello kirupers,

i would like to know if it is possible (and how) for flash to create and write dynamically (xml driven) hidden textfields to store values in them

i first thought of a simple javascript with arguments (document.write thing) but my problem is that when i need to retrieve these values the html page is loaded, but flash hasn’t parse the xml, so the hidden inputs are not yet created

i know it may sound strange, it is strange for me too