SlideShare une entreprise Scribd logo
1  sur  37
ADOBE FLEX FOUNDATION TO ADVANCED
ABOUT ME
ABOUT ME
ABOUT ME Adobe Advisory Board for Flash Builder Adobe Advisory Board for Flash Catalyst Adobe Advisory Board for Flex SDK
ABOUT ME Adobe MAX Award x 2 (2008) Adobe MAX Award Semifinalist (2009) Author of Flash Catalyst 2.0 Unleashed(Addison Wesley, 2011) Flex Programmer since version 1.5 (2004)
ABOUT ME Twitter@petermoelgaard Blog		blog.petermoelgaard.com WWW	www.petermoelgaard.com LinkedInlinkedin.com/petermoelgaard
Introduction to this Course 4 packed days
Agenda
Flex 3 & Flex 4 Flash Builder 4.x is fully backwards compatible Flex 3 & Flex lives perfectly Side-By-Side Flex 3 Components: MX Flex 4 Components: Spark (S) Flex 4 is a a giant leap forward, we will se why…
Flex 3 & Flex 4 New and Improved Skinning Architecture Support for Mobile Android BlackBerry Motorola iOS (Yes ?) Radically Improved Performance Execution Size
Who are you ? What is your background ? Are you a Designer, Developer or Analyst ? Why are you taking this course ? What do you expect to get from this course ? What kind of work are you going to be doing ?
Introduction to Flex before we get our hands dirty…
Introduction to RIA’s Rich Internet Applications (RIA) are desktop-like applications running in the browser.Overcome many limitations of traditional web technologies: Stateless architecture User interaction is mostly point-and-click Non-responsive (click > load > wait > click > load > wait > ...)
Introduction to RIA’s Benefits Rich user experience, like desktop applications No cumbersome installations, or upgrades Single point management, leading to the concept of Software as a Service (SaaS)
Introduction to RIA’s Engaging, informative, self-service-oriented RIAs encourage customers to Stay on your site longer Explore more options Complete more online transactions Spend more money Recommend the site to others Return more often
Introduction to RIA’s Well-designed customer-facing RIAs can  Increase online sales up to 30%* Increase conversions, cross-channel sales, and upsells by up to 40%* Reduce contact center / telephone agent calls up to 20% annually* * Forrester: “The Business Case for Rich Internet Applications” (Ron Rogowski, March 12, 2007)
Introduction to RIA’s “…even modest improvements in online customer experiences can boost revenue gains by $117 million to $311 million per year -- due to additional purchases, reluctance to switch, and likelihood of recommending to colleagues and friends.”  Forrester  “Customer Experience Boosts Revenue” by Bruce D. Temkin, June 22, 2009
First Things First - What Is Flex ? Flex is an open source software development toolkit for building Rich Internet Applications (RIAs) on the Flash Platform. To build a Flex application, you write object-oriented code using ActionScript 3, MXML and CSS languages. The Flex SDK includes a compiler, debugger, profiler and hundreds of ready-to-user components and ActionScript classes that accelerate development.
First Things First - What Is Flex ? To help us rapidly develop applications and content using the Flex framework, Adobe offers an Eclipse based IDE. Adobe Flash BuilderIt includes support for intelligent coding,debugging, visual design as well aspowerful testing and monitoring tools. Alternative IDEsFDT, FlourineFX, FlashDevelop,Amethyst, FlexBean, etc.
How Does Flex Work ? Flex source code is first compiled into ActionScript classes and then eventually Flash bytecode, which is executed at the client side by the ActionScript Virtual Machine in Adobe Flash Player or Adobe AIR. Flash Flex ActionScript Flash Platform
What Can You Do With Flex ? You can use Flex to build anything from multimedia-rich consumer experiences to functional line-of-business applications that run behind the firewall. You can use Flex to deliver an entire application experience, or you can embed Flex-based components and widgets within existing HTML websites. You can use Adobe AIR to run an enhanced, standalone version of your application across Windows, MAC OS X, Linux and Android operating systems. You can use Flex Mobile to run versions of your app targeted at specific devices directly on the devices.
NASDAQ Enabling stock market participants to replay, understand, and explain market events at any point in time Challenge  Manage and deliver trading data in relevant, interactive ways  Give users instant insight into extremely detailed trading activity in the market at any time during the day Solution: Market Replay RIA Adobe AIR Adobe Flex    Amazon S3 Results Delivers valuable data analysis at a lower cost to everyone involved  Enables investors and brokers to replay market events and review historical data in simulated real-time “There’s no doubt that working in Adobe AIR is a huge benefit. The ability to process trading data on the desktop enables NASDAQ to deliver valuable data analysis at a lower cost to everyone involved.”  Randall Hopkins  	Vice president, NASDAQ Market Data
SAP Transforming business data into rich, interactive dashboards and data presentations– without programming Challenge  Accelerate new product innovation and user adoption of Business Intelligence (BI) tools through dynamic, impactful user experiences Solution: Xcelsius software Adobe AIR Adobe Flash Builder Adobe LiveCycle Data Services ES Results Accelerated product development from years to months Improved BI analysis Drove increased adoption of BI solutions across enterprises “With BI tools based on the Flash Platform, business users can quickly access and analyze enterprise data to better understand the business without assistance from IT or business analysts.”  James ThomasVice President of Product Marketing, SAP BusinessObjects
FedEx Connecting customers to shipment tracking information online and offline Challenge  Improve customer access to shipment tracking information, online as well as on the desktop Solution Adobe AIR Adobe Flex Results Delivered consistent customer experience online and offline Enabled easy-to-use, always on, branded tracking method Increased development productivity by almost 50% “… individual shippers, consignees, and small businesses will benefit most from the new, easy-to-use Adobe AIR application because they will have immediate access to critical information about their shipping and supply chain activities.”  Aitza Anderson, product manager, FedEx
The Adobe FlexEcosystem TOOLS FRAMEWORK CLIENTS SERVICES SERVERS Flash Player Flex Flash Media Server Family Flash  PlatformServices FlashCatalyst FlashProfessional Flash Builder AIR LiveCycle ColdFusion Creative Suite Analytics & Optimization
The Flex Ecosystem
The Flex Ecosystem Adobe Flash Platform Is an entire family of technologies you can use to create, run and provide data to RIAs, including client runtimes, tools, frameworks, servers and cloud services. Flash Platform Runtimes At the center of the Flash Platform are the client runtimes. Adobe Flash Player for the browser and Adobe AIR for outside the browser.
The Flash Player is the world’s most pervasive software 98% 95% of Internet-connected PCs worldwide have Flash Player installed  of top 20 smart phones will support Flash Player this year 85% 3.5 million of Alexa 100 top websites use Flash Player develop using the Flash Platform 70% 98% penetration rate in enterprises -  Forrester of web games are  delivered using Flash Player 75% of enterprise professionals will seek Flash Platform development skills in 2011 (Society of Digital Agencies)
The Flex Ecosystem Adobe Flash Player Adobe Flash Player is a browser plugin or Active-X control with a rich object model and rendering engine that allows developers to include highly expressive and interactive content in web-applications To include this richer content, you create a SWF file using Developer tools and then reference this SWF file in your HTML page. When the browser parses the HTML page, the flash player downloads the SWF file and runs in the browser.
The Flex Ecosystem Adobe AIR Is a cross-operating-system runtime and set of tools that allow developers to deploy HTML, Ajax, and Flash Platform applications (SWF files) to the desktop. An emerging design pattern is to deliver a browser-based version for all users and a desktop version for the more active or power users-
Companies use Adobe AIR to deliver RIAs outside the browser 300 million AIR runtime installations 2.5 million AIR SDK installations 1 million Installations of Adobe AIR within one year of release 840 Applications in the Adobe AIR Marketplace
The Flex Ecosystem Flash Platform Tools Adobe Flash Builder (FB)Is an Eclipse-based development tool targeted at developers. With this IDE you use the Flex framework to create SWF files. Adobe Flash Catalyst (FC)Is a new interaction design tool for rapidly creating expressive interfaces and interactive content without writing code. Adobe Flash Professional (FL)Is the industry standard for interactive authoring.
3.5 million developers PARTNERS PROGRAMS TECHNOLOGIES COMMUNITIES 150+ supporting technologies to help in application and project development CAIRNGORM ADOBE OPEN SOURCE (opensource.adobe.com) ,[object Object]
Performance and load testing
Tooling plug-ins
Pre-built components
Product extensions, functions and code

Contenu connexe

Plus de Stefano Virgilli

Plus de Stefano Virgilli (10)

Cinematography c ot-102
Cinematography c ot-102Cinematography c ot-102
Cinematography c ot-102
 
Designer vs Client
Designer vs ClientDesigner vs Client
Designer vs Client
 
Adobe Flex - Foundation to Advanced (Bundle) [A-FX-103] Frameworks
Adobe Flex - Foundation to Advanced (Bundle) [A-FX-103] FrameworksAdobe Flex - Foundation to Advanced (Bundle) [A-FX-103] Frameworks
Adobe Flex - Foundation to Advanced (Bundle) [A-FX-103] Frameworks
 
All about colour - by Stefano Virgilli
All about colour - by Stefano VirgilliAll about colour - by Stefano Virgilli
All about colour - by Stefano Virgilli
 
Blending modes presentation
Blending modes presentationBlending modes presentation
Blending modes presentation
 
Building Flash-based websites using Adobe Flex - Lesson 10/10
Building Flash-based websites using Adobe Flex - Lesson 10/10Building Flash-based websites using Adobe Flex - Lesson 10/10
Building Flash-based websites using Adobe Flex - Lesson 10/10
 
Building Flash-based websites using Adobe Flex - Lesson 4/10
Building Flash-based websites using Adobe Flex - Lesson 4/10Building Flash-based websites using Adobe Flex - Lesson 4/10
Building Flash-based websites using Adobe Flex - Lesson 4/10
 
Building Flash-based websites using Adobe Flex - Lesson 3/10
Building Flash-based websites using Adobe Flex - Lesson 3/10Building Flash-based websites using Adobe Flex - Lesson 3/10
Building Flash-based websites using Adobe Flex - Lesson 3/10
 
Building Flash-based websites using Adobe Flex - Lesson 1/10
Building Flash-based websites using Adobe Flex - Lesson 1/10Building Flash-based websites using Adobe Flex - Lesson 1/10
Building Flash-based websites using Adobe Flex - Lesson 1/10
 
Think again - Demystify graphic design
Think again - Demystify graphic designThink again - Demystify graphic design
Think again - Demystify graphic design
 

Dernier

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Dernier (20)

AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 

Adobe Flex - Foundation to Advanced (Bundle) [A-FX-103] Day 1 - Session 1

  • 1. ADOBE FLEX FOUNDATION TO ADVANCED
  • 4. ABOUT ME Adobe Advisory Board for Flash Builder Adobe Advisory Board for Flash Catalyst Adobe Advisory Board for Flex SDK
  • 5. ABOUT ME Adobe MAX Award x 2 (2008) Adobe MAX Award Semifinalist (2009) Author of Flash Catalyst 2.0 Unleashed(Addison Wesley, 2011) Flex Programmer since version 1.5 (2004)
  • 6. ABOUT ME Twitter@petermoelgaard Blog blog.petermoelgaard.com WWW www.petermoelgaard.com LinkedInlinkedin.com/petermoelgaard
  • 7. Introduction to this Course 4 packed days
  • 9. Flex 3 & Flex 4 Flash Builder 4.x is fully backwards compatible Flex 3 & Flex lives perfectly Side-By-Side Flex 3 Components: MX Flex 4 Components: Spark (S) Flex 4 is a a giant leap forward, we will se why…
  • 10. Flex 3 & Flex 4 New and Improved Skinning Architecture Support for Mobile Android BlackBerry Motorola iOS (Yes ?) Radically Improved Performance Execution Size
  • 11. Who are you ? What is your background ? Are you a Designer, Developer or Analyst ? Why are you taking this course ? What do you expect to get from this course ? What kind of work are you going to be doing ?
  • 12. Introduction to Flex before we get our hands dirty…
  • 13. Introduction to RIA’s Rich Internet Applications (RIA) are desktop-like applications running in the browser.Overcome many limitations of traditional web technologies: Stateless architecture User interaction is mostly point-and-click Non-responsive (click > load > wait > click > load > wait > ...)
  • 14. Introduction to RIA’s Benefits Rich user experience, like desktop applications No cumbersome installations, or upgrades Single point management, leading to the concept of Software as a Service (SaaS)
  • 15. Introduction to RIA’s Engaging, informative, self-service-oriented RIAs encourage customers to Stay on your site longer Explore more options Complete more online transactions Spend more money Recommend the site to others Return more often
  • 16. Introduction to RIA’s Well-designed customer-facing RIAs can Increase online sales up to 30%* Increase conversions, cross-channel sales, and upsells by up to 40%* Reduce contact center / telephone agent calls up to 20% annually* * Forrester: “The Business Case for Rich Internet Applications” (Ron Rogowski, March 12, 2007)
  • 17. Introduction to RIA’s “…even modest improvements in online customer experiences can boost revenue gains by $117 million to $311 million per year -- due to additional purchases, reluctance to switch, and likelihood of recommending to colleagues and friends.” Forrester “Customer Experience Boosts Revenue” by Bruce D. Temkin, June 22, 2009
  • 18. First Things First - What Is Flex ? Flex is an open source software development toolkit for building Rich Internet Applications (RIAs) on the Flash Platform. To build a Flex application, you write object-oriented code using ActionScript 3, MXML and CSS languages. The Flex SDK includes a compiler, debugger, profiler and hundreds of ready-to-user components and ActionScript classes that accelerate development.
  • 19. First Things First - What Is Flex ? To help us rapidly develop applications and content using the Flex framework, Adobe offers an Eclipse based IDE. Adobe Flash BuilderIt includes support for intelligent coding,debugging, visual design as well aspowerful testing and monitoring tools. Alternative IDEsFDT, FlourineFX, FlashDevelop,Amethyst, FlexBean, etc.
  • 20. How Does Flex Work ? Flex source code is first compiled into ActionScript classes and then eventually Flash bytecode, which is executed at the client side by the ActionScript Virtual Machine in Adobe Flash Player or Adobe AIR. Flash Flex ActionScript Flash Platform
  • 21. What Can You Do With Flex ? You can use Flex to build anything from multimedia-rich consumer experiences to functional line-of-business applications that run behind the firewall. You can use Flex to deliver an entire application experience, or you can embed Flex-based components and widgets within existing HTML websites. You can use Adobe AIR to run an enhanced, standalone version of your application across Windows, MAC OS X, Linux and Android operating systems. You can use Flex Mobile to run versions of your app targeted at specific devices directly on the devices.
  • 22. NASDAQ Enabling stock market participants to replay, understand, and explain market events at any point in time Challenge Manage and deliver trading data in relevant, interactive ways Give users instant insight into extremely detailed trading activity in the market at any time during the day Solution: Market Replay RIA Adobe AIR Adobe Flex Amazon S3 Results Delivers valuable data analysis at a lower cost to everyone involved Enables investors and brokers to replay market events and review historical data in simulated real-time “There’s no doubt that working in Adobe AIR is a huge benefit. The ability to process trading data on the desktop enables NASDAQ to deliver valuable data analysis at a lower cost to everyone involved.” Randall Hopkins Vice president, NASDAQ Market Data
  • 23. SAP Transforming business data into rich, interactive dashboards and data presentations– without programming Challenge Accelerate new product innovation and user adoption of Business Intelligence (BI) tools through dynamic, impactful user experiences Solution: Xcelsius software Adobe AIR Adobe Flash Builder Adobe LiveCycle Data Services ES Results Accelerated product development from years to months Improved BI analysis Drove increased adoption of BI solutions across enterprises “With BI tools based on the Flash Platform, business users can quickly access and analyze enterprise data to better understand the business without assistance from IT or business analysts.” James ThomasVice President of Product Marketing, SAP BusinessObjects
  • 24. FedEx Connecting customers to shipment tracking information online and offline Challenge Improve customer access to shipment tracking information, online as well as on the desktop Solution Adobe AIR Adobe Flex Results Delivered consistent customer experience online and offline Enabled easy-to-use, always on, branded tracking method Increased development productivity by almost 50% “… individual shippers, consignees, and small businesses will benefit most from the new, easy-to-use Adobe AIR application because they will have immediate access to critical information about their shipping and supply chain activities.” Aitza Anderson, product manager, FedEx
  • 25. The Adobe FlexEcosystem TOOLS FRAMEWORK CLIENTS SERVICES SERVERS Flash Player Flex Flash Media Server Family Flash PlatformServices FlashCatalyst FlashProfessional Flash Builder AIR LiveCycle ColdFusion Creative Suite Analytics & Optimization
  • 27. The Flex Ecosystem Adobe Flash Platform Is an entire family of technologies you can use to create, run and provide data to RIAs, including client runtimes, tools, frameworks, servers and cloud services. Flash Platform Runtimes At the center of the Flash Platform are the client runtimes. Adobe Flash Player for the browser and Adobe AIR for outside the browser.
  • 28. The Flash Player is the world’s most pervasive software 98% 95% of Internet-connected PCs worldwide have Flash Player installed of top 20 smart phones will support Flash Player this year 85% 3.5 million of Alexa 100 top websites use Flash Player develop using the Flash Platform 70% 98% penetration rate in enterprises - Forrester of web games are delivered using Flash Player 75% of enterprise professionals will seek Flash Platform development skills in 2011 (Society of Digital Agencies)
  • 29. The Flex Ecosystem Adobe Flash Player Adobe Flash Player is a browser plugin or Active-X control with a rich object model and rendering engine that allows developers to include highly expressive and interactive content in web-applications To include this richer content, you create a SWF file using Developer tools and then reference this SWF file in your HTML page. When the browser parses the HTML page, the flash player downloads the SWF file and runs in the browser.
  • 30. The Flex Ecosystem Adobe AIR Is a cross-operating-system runtime and set of tools that allow developers to deploy HTML, Ajax, and Flash Platform applications (SWF files) to the desktop. An emerging design pattern is to deliver a browser-based version for all users and a desktop version for the more active or power users-
  • 31. Companies use Adobe AIR to deliver RIAs outside the browser 300 million AIR runtime installations 2.5 million AIR SDK installations 1 million Installations of Adobe AIR within one year of release 840 Applications in the Adobe AIR Marketplace
  • 32. The Flex Ecosystem Flash Platform Tools Adobe Flash Builder (FB)Is an Eclipse-based development tool targeted at developers. With this IDE you use the Flex framework to create SWF files. Adobe Flash Catalyst (FC)Is a new interaction design tool for rapidly creating expressive interfaces and interactive content without writing code. Adobe Flash Professional (FL)Is the industry standard for interactive authoring.
  • 33.
  • 38. 1,000+ global and regional system integrators, ISVs, and VARs
  • 39. 52 Adobe Agency Partners, including the top digital agencies
  • 41. More than 70 Open Screen Project members
  • 42.
  • 43. Flex integrates with CLIENT APPLICATION TIER DESIGN &DEVELOPMENTTOOLS Browsers Creative Suite Flash Player AIR FlashProfessional HTTP/S, Sockets, AMF, RTMP, SOAP, WS*, SMTP, REST, … Flash Catalyst Flash Builder SERVICES TIER 3rd PartyServices Flex Framework Flash PlatformServices Flash Media Server Family LiveCycle RESOURCE TIER EIS Databases Directories ECM Repository MessageQueues SAP…
  • 44. The Flex Ecosystem Flash Platform ServicesA set of hosted and managed services. Collaboration ServiceReal-time collaboration service featuring chat, audio, video and simple data. Distribution Servicefor distributing, promoting, tracking, and monetizing applications on e.g. social networks, mobile devices and desktops. Social Servicefor integrating with multiple social networks including Facebook, MySpace, Twitter, Yahoo, Google, AOL and many more…
  • 45. Flash and HTML5 Adobe actually supports HTML The Flash Platform has integrated with HTML for 14 years. AIR 2.0 (desktop) includes support for HTML5. Adobe is committed to supporting HTML5 The Flash Platform delivers cross-platform, cross-browser, cross-device consistency. HTML5 implementations will differ and hinder content adoption of rich features, including video tag support. No consistency in codec support for video is yet visible.