Outline :
Outline What is Flex?
MXML and ActionScript
Examples
Adobe Flex :
Adobe Flex Rich Internet Application (RIA)
Flex vs. Flash
Built on MXML and ActionScript
Free Flex 3 SDK
Current Version:
Adobe Flex 3
Adobe Builder 3
MXML and ActionScript :
MXML and ActionScript <?xml version="1.0" encoding="utf-8" ?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns="*" layout="vertical”
creationComplete="initApp()">
<mx:Script>
<![CDATA[
public function initApp():void
{
mainTxt.text = Greeter.sayHello();
}
]] >
</mx:Script>
<mx:Label id="title" fontSize="24" fontStyle="bold”
text='"Hello, world!" Example'/>
<mx:TextArea id = "mainTxt" width="250"/>
</mx:Application>
Example Applications :
Example Applications Flex Builder
Go to the Web!
Questions? :
Questions? http://www.adobe.com/devnet/flex/videotraining/
http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplorer.html
http://flex.org/showcase
https://freeriatools.adobe.com/flex/