Hi, It is because by default, the creationPolicy of TabNavigator is "auto". That means only the visible tab will be created initially and the other tabs will be created when clicked.
If you set the creationPolicy to "all" it will create all the tabs initially . But it will take more time to load than the default method. For more information on this , check this link http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_05.html Regards Subeesh http://subeesh.wordpress.com/ On Sat, Nov 1, 2008 at 12:20 AM, richard_soper <[EMAIL PROTECTED]> wrote: > > So basically, i have and AIR application that is calling a specific > web page. All the different content in the app is displayed with the > tabnavigation, and has an added effect when switching to pages. > > My problem is that when the app is initially opened up, none of the > pages are loaded until the tab is clicked on. > > Is there any way to preload the html pages so that when the app opens > all the pages are loaded and ready to use? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

