Welcome to Paul’s Flex 2.0 Learning Blog

(image from Danes’s World)

Flex Builder 2.0 for Mac

Welcome to Paul’s Flex 2.0 Learning Blog.

As a usual programmer, first program of all new language must be “Hello World!” Here we are. (Source from adobe.com)


<?xml version="1.0" encoding="utf-8"?>

<mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml"
viewSourceURL="src/HelloWorld/index.html"
horizontalAlign="center" verticalAlign="middle"
width="300" height="160"
>
<mx:Panel
paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10"
title="My Application"
>

<mx:Label text="Hello World!" fontWeight="bold" fontSize="24" </mx:Panel>
</mx:Application>

WordPress is pretty lame in posting code in the content. uhh.

~ by flexpaul on October 16, 2006.

One Response to “Welcome to Paul’s Flex 2.0 Learning Blog”

  1. it is easy style to learn , could u send more on mail

Leave a Reply