Usually we give title to our page from the Title Tag in the Html file but there is another way to do this from the Flex App.
There’s a property called pageTitle in the Application Tag, and there you can mention it. Then it appears on Browser Title Bar as required. Cool isn’t it !
Code Example :
<mx:Application xmlns:mx=”http://www.adobe.com/2006/mxml” layout=”absolute”
creationComplete=”init()” pageTitle=”Kumar Gandhi Page !”>
</mx:Application>
Enjoy the code !


January 28, 2009 at 8:45 am |
Did u try this code for the full load of a screen??
January 28, 2009 at 9:15 am |
yes, It will work.
regards,
kumar.
January 6, 2010 at 1:32 pm |
i using this code but the title name is gone when the home page came.