<div dir="ltr">Another discovery for the information of this list.  I previously had tried:<div><br></div><div><div>getURL("javascript:swfName.focus( );void 0;");</div><div>Selection.setFocus(this);</div></div><div>
<br></div><div>in the SWF but it didn't do the trick.</div><div><br></div><div>When I added Dave's suggestion:</div><div><br></div><div> flash.external.ExternalInterface.call("document.getElementById(\"rlo\").focus"); </div>
<div><br></div><div>problem was fixed.  I later took out the first bit of code as I thought it was superfluous and..... problem again.</div><div><br></div><div>So, weirdly or not, a combination of the two pieces of code is what solved the problem:</div>
<div><br></div><div><div>getURL("javascript:swfName.focus( );void 0;");</div><div>Selection.setFocus(this);</div></div><div>flash.external.ExternalInterface.call("document.getElementById(\"rlo\").focus");</div>
<div><br></div><div>When I@m testing on the desktop and get to the page in the rlo which houses that SWF, two browser windows open up.</div><div><br></div></div>