In regular html I can put a simple text input with name q and when I double click I get the internet explorer past searches...I like to do this in flash as3, any 1 know how? The html sample is as follows:
<html>
<head>
<title>View</title>
</head>
<body>
<form>
<input type="text" name="q" size="30" />
</form>
</body>
</html>