<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
<br><div>In case you missed it, the solution to setting the focus on the SWF is:</div>
<div><br></div><div><span class="ecxApple-style-span" style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px"><code><font color="#0000ff">flash</font>.<font color="#0000ff">external</font>.<font color="#0000ff">ExternalInterface</font>.<font color="#0000ff">call</font>(</code>"document.getElementById(\"rlo\").focus"<code>);</code> </span></div>
<div><span class="ecxApple-style-span" style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px"><br></span></div><div><br></div><div><br></div><div>Or if you are not lucky enough to have control of the .fla/.swf:</div><div>Within Xerte:</div><div><br></div><div>callJS(<span class="ecxApple-style-span" style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px">'document.getElementById("rlo").focus'</span>);</div><div><br></div><div><br></div><div><br></div>                                          </div></body>
</html>