Solved! Go to Solution.
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:viewer="com.esri.viewer.*" xmlns:managers="com.esri.viewer.managers.*" pageTitle="ArcGIS Viewer for Flex" creationComplete="init()">
<fx:Script>
<![CDATA[
protected function init():void
{
navigateToURL(new URLRequest("javascript: document.getElementById('index').focus();"), "_self");
}
]]>
</fx:Script>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:viewer="com.esri.viewer.*" xmlns:managers="com.esri.viewer.managers.*" pageTitle="ArcGIS Viewer for Flex" creationComplete="init()">
Rhett,
Adding that line of code with the code Robert provided worked. Thanks!
Ashley