<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Does Flash have any method of disposing of pending keystrokes?<br><br>I have a word matching routine that judges a phrase correct as soon as the first 4 letters are entered correctly.<br>I then clear the input to accept the next word.<br>Unfortunately, pending keystrokes are immediately entered into the box.<br><br>Tried freezing the input momentarily (from input to dynamic and back) but no joy.<br><br>Any other approach?<br>Maybe flopping the focus to a dummy input off screen? <br><br>                                     </body>
</html>