tags:

views:

20

answers:

1

Hi! I have a BorderContainer that has an HTML element inside of it. The HTML has a control that isn't contained in a form. It is possible to retrive text from the input element at a given moment? Thanks!

+1  A: 

If the "given moment" can be determined in the HTML, then you can have your HTML fire a JavaScript event that your ActionScript can listen for. More details here: http://livedocs.adobe.com/flex/3/html/help.html?content=HandlingHTMLEvents_1.html

Hope that helps.

Wade Mueller