Steve Pruitt wrote:
I have a situation where a server is not up and when trying to launch my Flex application the "cannot find server page" error displays in the browser title window. When the user reloads the application, after the server comes up, by hitting the refresh button, the "cannot find..." status remains as the browser's title. Is there anyway in Flex to reset, or better, control the contents of the browser title?
It should work if you have the `pageTitle` property of the Application tag set.
<mx:Application pageTitle="My Flex App" ...
Manish

