So I have a html form. I need to send its data to flash on submit buttom push. How to du such thing?
We have this HTML form
<form>
First name:
<input type="text" name="firstname" />
<br />
Last name:
<input type="text" name="lastname" />
</form>
We want ON Form items values change to recive tham in Flash app (Via JS for example)