
We all are familiar with the HTML tag -
HTML:
-
<title>Message appears on the title bar of the browser </title>
<br /> Today, We are going to code for the title bar from Adobe Flex 3 / 4. Its a very simple one which can be implemented in a single key word "pageTitle" from the application bar.</p> <p>
CODE:
-
<?xml version="1.0" encoding="utf-8"?>
-
<mx:Application
-
xmlns:mx="http://www.adobe.com/2006/mxml"
-
layout="absolute"
-
pageTitle="Welcome to My Site"
-
>
-
<mx:Label x="67.5" y="57" text="Look @ the title bar" fontSize="21" fontWeight="bold"/>
-
-
</mx:Application>

















2 Comments Received
December 27th, 2008 @7:14 pm
Nice Site layout for your blog. I am looking forward to reading more from you.
Tom Humes
December 27th, 2008 @9:11 pm
Leave A Reply