tengo dos campos de texto en un docto de flash, y necesito agregarle estos "comandos" de html como le hago?
<html>
<head>
</head>
<body>
<div id="titulo"> Acceso al sistema de reportes </div>
<FORM METHOD="post" ACTION="dime3cosas.php">
<div id="forma">
User: <INPUT TYPE=TEXT NAME=user SIZE=10 MAXLENGHT=55>
Password: <INPUT TYPE=PASSWORD NAME=password size="20" >
</div>
<div id = "forma2">
<input type="submit" value="login" >
</FORM>
</div>
<div id = "forma3">
<FORM METHOD="post" onclick="window.close()">
<input type="submit" value="Salir">
</FORM>
</div>
</body>
</html>
Muchas Gracias