Hi all -
I want to send a post command to a PHP page via flash... Basically, its a webmail login page in HTML that I want to be in flash.
I'm not a flash expert, but this doesn't seem like it would be that hard... When I try a "post" it doesn't seem to go to the redirect page. When I do I "get" it doesn't seem to send the variables?? Any ideas.1: <form method="Post" action="http://yourmailserver/sm/src/redirect.php">
2: <center>
3: <table border="0">
4: <tr>
5: <td>Email Address/td>
6: <td><input type="text" name="login_username" size="16" maxlength="128" /></td>
7: <td></td>
8: </tr>
9: <tr>
10: <td>Password/td>
11: <td><input type="password" name="secretkey" size="16" maxlegth="128" /></td>
12: <td><input type="submit" value="Login" /></td>
13: </tr>
14: </table>
15: </center>
16: </form>



/td>

Bookmarks