How can Replicate this HTML form into a Adobe FLASH form using components. (I’m using Flash 8) There would be 6 checkboxes + 1 button and 1 textarea…
<form action=“includes/process.php?action=update” method=“post”>
<input type="text" name="u" id="input" class="urlinput" size="40">
<input type="submit" value="Go" class="submitbutton">
<input type="checkbox" name="encodeURL" id="encodeURL" checked="checked">
<input type="checkbox" name="allowCookies" id="allowCookies" checked="checked">
<input type="checkbox" name="stripJS" id="stripJS">
<input type="checkbox" name="stripImages" id="stripImages">
<input type="checkbox" name="stripFlash" id="stripFlash">
</form>