Giving title to your Flex App’s.

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 !

2 Responses to “Giving title to your Flex App’s.”

  1. CHRIS Says:

    Did u try this code for the full load of a screen??

Leave a Reply