Fra HTML til Flash
Hvordan omsætter man følgende htmlkode til flash så brugeren kan logge ind fra swf'en?<table style="border:4px solid">
<tr><td>
<table border="0">
<form action="http://www.teamspace.de/cgi-bin/ts_enterteam.pl" method="post">
<input type="hidden" name="Language" value="1">
<input type="hidden" name="TSID" value="YOUR TEAMID">
<tr><td style="font-size:8pt">Name</td></tr>
<tr><td><input type="text" name="UserName" value="" size="6"></td></tr>
<tr><td style="font-size:8pt">Password</td></tr>
<tr><td><input type=password name=Passwd size="6"></td></tr>
<tr><td><input style="font-size:8pt" type="submit" value="Login"></td></tr>
</form>
</table>
</td></tr>
</table>