A Flash Developer Resource Site

Results 1 to 1 of 1

Thread: html to Flash arrays

  1. #1
    Junior Member
    Join Date
    Sep 2003
    Posts
    14

    html to Flash arrays

    Hi ive got this long standing problem and noone ahs been able to fix it if you fancy a challenge Id be really grateful to see the outcome.

    TIs a mailing list form for flash going to a PHP script, the html works but flash doesnt.

    HTML:

    form action="listmessenger.php" method="post">
    <table cellspacing="1" cellpadding="1" border="0">
    <tr>
    <td><font face="Comic Sans MS" size="2">E-mail Address:&nbsp;&nbsp;</font></td>
    <td> <font face="Comic Sans MS" size="2">
    <input type="text" name="email_address" value="" />
    </font></td>
    </tr>
    <tr>
    <td><font face="Comic Sans MS" size="2">Full Name:&nbsp;&nbsp;</font></td>
    <td> <font face="Comic Sans MS" size="2">
    <input type="text" name="full_name" value="" />
    </font></td>
    </tr>
    <tr bordercolor="1">
    <td> <div align="center"><font face="Comic Sans MS" size="2">Subscribe:<br>
    <input type="radio" name="action" value="subscribe" CHECKED/>
    </font></div></td>
    <td> <div align="center"><font face="Comic Sans MS" size="2">UnSubscribe:&nbsp;<br>
    <input type="radio" name="action" value="unsubscribe" />
    </font></div></td>
    </tr>
    <tr>
    <td colspan="2" align="right"> <font face="Comic Sans MS" size="2">
    <input type="hidden" name="group_ids[]" value="1" />
    <input type="submit" name="submit" value="Proceed" />
    </font></td>
    </tr>
    </table>
    </form

    Ive attached the flash form i programmed, and the result for it can be found at www.lawsofshotgun.com/test.htm where i get a PHP error.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center