1 / 10

An Introduction to Rich Internet Applications with Adobe Flex 3

An Introduction to Rich Internet Applications with Adobe Flex 3. Creating Cross-Platform Apps for the Browser and Desktop. ActionScript. Scripting language Based off of JavaScript Syntactically similar to C++ Focus on web-development with Adobe Flash Developed by Macromedia

sydney
Télécharger la présentation

An Introduction to Rich Internet Applications with Adobe Flex 3

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. An Introduction to Rich Internet Applications with Adobe Flex 3 Creating Cross-Platform Apps for the Browser and Desktop

  2. ActionScript • Scripting language • Based off of JavaScript • Syntactically similar to C++ • Focus on web-development with Adobe Flash • Developed by Macromedia • Owned by Adobe (2005)

  3. ActionScript • 1.0: Loose typing, similar to Python • var x = 4; • 2.0: Static typing, like Java, C++ • var x:int = 4;

  4. Adobe Flex • Standalone or part of Eclipse SDK • Integrates ActionScript and MXML • <mx:Script> <![CDATA[ private var a:String = “Hello World”; ]]> </mx:Script>

  5. Flex Builder • IDE built on Eclipse • code completion • code hinting • design mode

  6. Flex Framework • Combining MXML and Actionscript ActionScript MXML FLEX

  7. Case Study: BingBuilder • Requirements • Visual schedule builder • External data accessibility and writeability

  8. Related Products • Adobe AIR • cross-operating system runtime • combines HTML, Ajax, Adobe Flash, and Flex technologies • deploys RIAs on the desktop • build applications and easily deliver a single application installer

  9. How To Get Flex • $699.00 • With Charting

  10. How To Get Flex • $0 • http://www.flexregistration.com/ • Just provide a scan of your BU ID

More Related