SlideShare a Scribd company logo
What’s new in Flash
          Player 10.1 and AIR 2
                                                         SERGE JESPERS
                                      EMEA PLATFORM EVANGELIST

                                                       serge@adobe.com
                                              http://www.webkitchen.be
                                              http://twitter.com/sjespers




                                                                                        ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.       #adobeAUG XL351
Content protection Accelerometer support
                   Storage volume detection
    Server sockets           Improved printing
  Nested transactions Native process
 Globalization API Accessibility
          Multi-touch     Peer assisted networking
 Exit event on shutdownFile promises
      UDP support Stream enhancements
                    Gestures NetworkInfo API
      Encrypted sockets Lower CPU consumption
WebKit upgrades
               OS download security dialog
        IPv6 support Lower memory consumption
         Open Files with default application
Screen orientation API Designed for mobile
            Local audio encoding
                  Rendering engine improvements
Private browsing mode
 Copyright 2010 Adobe Systems Incorporated. All rights reserved.
                                                                   ®
Content protection Accelerometer support
                   Storage volume detection
    Server sockets           Improved printing
  Nested transactions Native process
 Globalization API Accessibility
          Multi-touch     Peer assisted networking
 Exit event on shutdownFile promises
      UDP support Stream enhancements
                    Gestures NetworkInfo API
      Encrypted sockets Lower CPU consumption
WebKit upgrades
               OS download security dialog
                                                                   A lot!
        IPv6 support Lower memory consumption
         Open Files with default application
Screen orientation API Designed for mobile
            Local audio encoding
                  Rendering engine improvements
Private browsing mode
 Copyright 2010 Adobe Systems Incorporated. All rights reserved.
                                                                            ®
Content protection Accelerometer support
                   Storage volume detection
    Server sockets           Improved printing
  Nested transactions Native process
 Globalization API Accessibility
          Multi-touch     Peer assisted networking
                 Impossible to
 Exit event on shutdownFile promises
      UDP support Stream enhancements
                    Gestures NetworkInfo API
WebKit upgradescover everything!
      Encrypted sockets Lower CPU consumption
               OS download security dialog
        IPv6 support Lower memory consumption
         Open Files with default application
Screen orientation API Designed for mobile
            Local audio encoding
                  Rendering engine improvements
Private browsing mode
 Copyright 2010 Adobe Systems Incorporated. All rights reserved.
                                                                   ®
Multi-touch

                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Multi-touch
       •         Similar to multiple mouse events

       •         Both multi-touch events and gesture events

       •         Requires multi-touch hardware (Pre y obvious)

                •         Windows 7+

                •         OSX 10.6 + multi-touch trackpad (gestures only)

                •         Mobile

       •         Amount of touch points only limited by the hardware

       •         Supported in AIR 2 and FP10.1 (if the browser supports multi-
                 touch)                                                             ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Multi-touch
       • PROPERTIES
                  Multitouch.inputMode
                       GESTURE / TOUCH_POINT / NONE


                  Multitouch.supportsGestureEvents
                  Multitouch.supportsTouchEvents
                  Multitouch.maxTouchPoints
                  Multitouch.supportedGestures




                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Multi-touch
       • TouchEvent                                               Events

                  TouchEvent.TOUCH_BEGIN
                  TouchEvent.TOUCH_END

                  TouchEvent.TOUCH_MOVE

                  TouchEvent.TOUCH_OUT
                  TouchEvent.TOUCH_OVER
                  TouchEvent.TOUCH_ROLL_OUT
                  TouchEvent.TOUCH_ROLL_OVER

                  TouchEvent.TOUCH_TAP



                                                                                             ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.            #adobeAUG XL351
Multi-touch
       • TouchEvent                                               Properties

                  TouchEvent.altKey / commandKey / controlKey /
                  ctrlKey / shiftKey

                  TouchEvent.isPrimaryTouchPoint

                  TouchEvent.pressure

                  TouchEvent.sizeX / sizeY




                                                                                           ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.          #adobeAUG XL351
Multi-touch
 • TransformGestureEvent
                  TransformGestureEvent.GESTURE_PAN
                  TransformGestureEvent.GESTURE_ROTATE
                  TransformGestureEvent.GESTURE_SWIPE
                  TransformGestureEvent.GESTURE_ZOOM

 • PressAndTapGestureEvent
                  PressAndTapGestureEvent.GESTURE_PRESS_AND_TAP




                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Multi-touch
       • GestureEvent                                             Properties

                  GestureEvent.altKey / commandKey / controlKey /
                  ctrlKey / shiftKey

                  GestureEvent.phase




                                                                                         ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.        #adobeAUG XL351
Multi-touch
       • Demos
                  fitc_multitouch

                  fitc_gestures




                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Local audio
                                        encoding
                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Local audio encoding
       •         Access raw audio data from the microphone on the client

       •         Uses the sampleData event to capture audio data from a
                 microphone




                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Local audio encoding
       • DEMO
                  fitc_microphone




                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Global error
                                    handling
                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Global error handling
       •         Most requested feature

       •         One error handler for all uncaught errors...

       •         Not an excuse to not write error handlers!

       •         Does not show error popup to user (if on non-debug version)




                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Global error handling
       • DEMO
                  fitc_globalerror




                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Opening files

                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Opening les
       •         Open les in their default application

       •         Don’t need to know which app to open

       •         Works cross platform




                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Opening les
       • DEMO
                  fitc_openwithnativeapp




                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Native Process

                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Native process
       •         Launch and communicate with native processes

       •         Bundle your AIR app with your executables

       •         Build native installers

                •         .DMG for Mac

                •         .EXE for Windows

                •         .DEB or .RPM for Linux




                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Native process
 • DEMO
                        air2_NativeProcess

                        command line packager

                        package assistant




                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Storage detection

                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Storage detection
       •         Listen for mounting and unmounting storage volumes

       •         List accessible volumes and its info (drive le er, type, writable, ...)




                                                                                           ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Storage detection
       • DEMO
                  fitc_storagedetection




                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Quickies

                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Quickies
       •         New print enhancements

                •         Vector printing on Mac

                •         Complete control over printjob

       •         Updated WebKit version (same version as Safari 4.0.3)

                •         JavaScript 50% faster (SquirrelFish engine)

                •         CSS3

                •         Canvas



                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Quickies
       •         New networking support

                •         Sockets (UDP, server sockets)

                •         DNS lookup

                •         Network interface enumeration

       •         Screen reader support (on Windows)

       •         Maximum window size doubled (4095x4095)

       •         More...



                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Where to go
                                 from here?
                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Where to go from here?
       •         h p://labs.adobe.com

       •         h p://adobe.com/devnet

       •         h p://tv.adobe.com

       •         h p:// ex.org/tour



       •         Lunch!




                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351
Where to go from here?
       • DEMO
                  Me packing up and getting a sandwich




                                                                                    ®




Copyright 2010 Adobe Systems Incorporated. All rights reserved.   #adobeAUG XL351

More Related Content

PDF
MeeGo AppLab Desktop Summit 2011 - Submission and Validation
PDF
Intel Ultrabook AppLab - ALL Slides
PDF
Flash Platform for Multi Screen Development
PDF
Ultrabook Development Using Touch - Intel Ultrabook AppLab Berlin
PDF
Flex User Group breton
PDF
Creating Mobile Content Using Flash
PPTX
Profound logic 2012
PPTX
OjoConsulting Oy Image Service description
MeeGo AppLab Desktop Summit 2011 - Submission and Validation
Intel Ultrabook AppLab - ALL Slides
Flash Platform for Multi Screen Development
Ultrabook Development Using Touch - Intel Ultrabook AppLab Berlin
Flex User Group breton
Creating Mobile Content Using Flash
Profound logic 2012
OjoConsulting Oy Image Service description

What's hot (20)

PDF
Going Mobile - Flash Gaming Summit 2012
PDF
MMT 28: Adobe »Edge to the Flash«
PDF
Intel Ultrabook Software Development Tools - Intel AppLab Berlin
KEY
콘텐츠 플랫폼 구조 분석
PDF
Split Media folio 2013
PDF
- Video conferencing data sheet
PDF
The future of the Adobe Flash platform
PDF
Datavideo MS-900
PDF
Handheld Learning Update
PDF
Creating Flash Content for Mobile Devices
PDF
Porting Android apps to the Series 40 platform
PDF
Hp mini tb_e-brochure_with_hp_quick_web
PPTX
Android platform
PDF
Xtopia2010 wp7
PPTX
Experiencias únicas móviles con tecnologías de última generación- Qualcomm
PDF
Devoxx 2010: Develop mobile applications with Flex
PDF
Jax 2011 keynote
PDF
Life Size Virtual Link
PDF
Adobe gaming flash gamm michael
PDF
X plat dev - part ii publish
Going Mobile - Flash Gaming Summit 2012
MMT 28: Adobe »Edge to the Flash«
Intel Ultrabook Software Development Tools - Intel AppLab Berlin
콘텐츠 플랫폼 구조 분석
Split Media folio 2013
- Video conferencing data sheet
The future of the Adobe Flash platform
Datavideo MS-900
Handheld Learning Update
Creating Flash Content for Mobile Devices
Porting Android apps to the Series 40 platform
Hp mini tb_e-brochure_with_hp_quick_web
Android platform
Xtopia2010 wp7
Experiencias únicas móviles con tecnologías de última generación- Qualcomm
Devoxx 2010: Develop mobile applications with Flex
Jax 2011 keynote
Life Size Virtual Link
Adobe gaming flash gamm michael
X plat dev - part ii publish
Ad

Similar to What's new in Flash Player 10.1 and AIR 2 (20)

PDF
Over the air 2.5 - Adobe AIR for Android
PDF
MA6 Caravan Adobe AIR
PDF
Oop2012 mobile workshops
PDF
Flash camp portugal - Let's talk about Flex baby
PDF
Mobile revolution
PDF
Montpellier - Flex UG
PPTX
Adobe Shadow - Amsterdam Adobe Camp
PDF
Adobe flex at jax london 2011
PDF
Flash Applications For Mobile
PDF
Tom Krcha: Building Games with Adobe Technologies
PDF
The ROP Pack
PDF
Best practices for Flash applications on mobile devices
PDF
Xebia adobe flash mobile applications
PDF
Flexpaug 111207121300-phpapp01
PDF
Flex presentation for Paris Android User group PAUG
PDF
air
PDF
Develop mobile applications with Flex
PDF
Oop2012 keynote Design Driven Development
PDF
Adobe Flash platform の法人利用
PDF
Adobe Gaming Solutions by Tom Krcha
Over the air 2.5 - Adobe AIR for Android
MA6 Caravan Adobe AIR
Oop2012 mobile workshops
Flash camp portugal - Let's talk about Flex baby
Mobile revolution
Montpellier - Flex UG
Adobe Shadow - Amsterdam Adobe Camp
Adobe flex at jax london 2011
Flash Applications For Mobile
Tom Krcha: Building Games with Adobe Technologies
The ROP Pack
Best practices for Flash applications on mobile devices
Xebia adobe flash mobile applications
Flexpaug 111207121300-phpapp01
Flex presentation for Paris Android User group PAUG
air
Develop mobile applications with Flex
Oop2012 keynote Design Driven Development
Adobe Flash platform の法人利用
Adobe Gaming Solutions by Tom Krcha
Ad

Recently uploaded (20)

PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
KodekX | Application Modernization Development
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Approach and Philosophy of On baking technology
PPTX
Big Data Technologies - Introduction.pptx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Encapsulation theory and applications.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
20250228 LYD VKU AI Blended-Learning.pptx
NewMind AI Weekly Chronicles - August'25 Week I
KodekX | Application Modernization Development
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Network Security Unit 5.pdf for BCA BBA.
Understanding_Digital_Forensics_Presentation.pptx
Approach and Philosophy of On baking technology
Big Data Technologies - Introduction.pptx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Reach Out and Touch Someone: Haptics and Empathic Computing
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
The AUB Centre for AI in Media Proposal.docx
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Unlocking AI with Model Context Protocol (MCP)
Encapsulation theory and applications.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
Mobile App Security Testing_ A Comprehensive Guide.pdf

What's new in Flash Player 10.1 and AIR 2

  • 1. What’s new in Flash Player 10.1 and AIR 2 SERGE JESPERS EMEA PLATFORM EVANGELIST serge@adobe.com http://www.webkitchen.be http://twitter.com/sjespers ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 2. Content protection Accelerometer support Storage volume detection Server sockets Improved printing Nested transactions Native process Globalization API Accessibility Multi-touch Peer assisted networking Exit event on shutdownFile promises UDP support Stream enhancements Gestures NetworkInfo API Encrypted sockets Lower CPU consumption WebKit upgrades OS download security dialog IPv6 support Lower memory consumption Open Files with default application Screen orientation API Designed for mobile Local audio encoding Rendering engine improvements Private browsing mode Copyright 2010 Adobe Systems Incorporated. All rights reserved. ®
  • 3. Content protection Accelerometer support Storage volume detection Server sockets Improved printing Nested transactions Native process Globalization API Accessibility Multi-touch Peer assisted networking Exit event on shutdownFile promises UDP support Stream enhancements Gestures NetworkInfo API Encrypted sockets Lower CPU consumption WebKit upgrades OS download security dialog A lot! IPv6 support Lower memory consumption Open Files with default application Screen orientation API Designed for mobile Local audio encoding Rendering engine improvements Private browsing mode Copyright 2010 Adobe Systems Incorporated. All rights reserved. ®
  • 4. Content protection Accelerometer support Storage volume detection Server sockets Improved printing Nested transactions Native process Globalization API Accessibility Multi-touch Peer assisted networking Impossible to Exit event on shutdownFile promises UDP support Stream enhancements Gestures NetworkInfo API WebKit upgradescover everything! Encrypted sockets Lower CPU consumption OS download security dialog IPv6 support Lower memory consumption Open Files with default application Screen orientation API Designed for mobile Local audio encoding Rendering engine improvements Private browsing mode Copyright 2010 Adobe Systems Incorporated. All rights reserved. ®
  • 5. Multi-touch ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 6. Multi-touch • Similar to multiple mouse events • Both multi-touch events and gesture events • Requires multi-touch hardware (Pre y obvious) • Windows 7+ • OSX 10.6 + multi-touch trackpad (gestures only) • Mobile • Amount of touch points only limited by the hardware • Supported in AIR 2 and FP10.1 (if the browser supports multi- touch) ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 7. Multi-touch • PROPERTIES Multitouch.inputMode GESTURE / TOUCH_POINT / NONE Multitouch.supportsGestureEvents Multitouch.supportsTouchEvents Multitouch.maxTouchPoints Multitouch.supportedGestures ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 8. Multi-touch • TouchEvent Events TouchEvent.TOUCH_BEGIN TouchEvent.TOUCH_END TouchEvent.TOUCH_MOVE TouchEvent.TOUCH_OUT TouchEvent.TOUCH_OVER TouchEvent.TOUCH_ROLL_OUT TouchEvent.TOUCH_ROLL_OVER TouchEvent.TOUCH_TAP ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 9. Multi-touch • TouchEvent Properties TouchEvent.altKey / commandKey / controlKey / ctrlKey / shiftKey TouchEvent.isPrimaryTouchPoint TouchEvent.pressure TouchEvent.sizeX / sizeY ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 10. Multi-touch • TransformGestureEvent TransformGestureEvent.GESTURE_PAN TransformGestureEvent.GESTURE_ROTATE TransformGestureEvent.GESTURE_SWIPE TransformGestureEvent.GESTURE_ZOOM • PressAndTapGestureEvent PressAndTapGestureEvent.GESTURE_PRESS_AND_TAP ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 11. Multi-touch • GestureEvent Properties GestureEvent.altKey / commandKey / controlKey / ctrlKey / shiftKey GestureEvent.phase ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 12. Multi-touch • Demos fitc_multitouch fitc_gestures ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 13. Local audio encoding ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 14. Local audio encoding • Access raw audio data from the microphone on the client • Uses the sampleData event to capture audio data from a microphone ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 15. Local audio encoding • DEMO fitc_microphone ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 16. Global error handling ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 17. Global error handling • Most requested feature • One error handler for all uncaught errors... • Not an excuse to not write error handlers! • Does not show error popup to user (if on non-debug version) ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 18. Global error handling • DEMO fitc_globalerror ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 19. Opening files ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 20. Opening les • Open les in their default application • Don’t need to know which app to open • Works cross platform ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 21. Opening les • DEMO fitc_openwithnativeapp ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 22. Native Process ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 23. Native process • Launch and communicate with native processes • Bundle your AIR app with your executables • Build native installers • .DMG for Mac • .EXE for Windows • .DEB or .RPM for Linux ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 24. Native process • DEMO air2_NativeProcess command line packager package assistant ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 25. Storage detection ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 26. Storage detection • Listen for mounting and unmounting storage volumes • List accessible volumes and its info (drive le er, type, writable, ...) ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 27. Storage detection • DEMO fitc_storagedetection ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 28. Quickies ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 29. Quickies • New print enhancements • Vector printing on Mac • Complete control over printjob • Updated WebKit version (same version as Safari 4.0.3) • JavaScript 50% faster (SquirrelFish engine) • CSS3 • Canvas ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 30. Quickies • New networking support • Sockets (UDP, server sockets) • DNS lookup • Network interface enumeration • Screen reader support (on Windows) • Maximum window size doubled (4095x4095) • More... ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 31. Where to go from here? ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 32. Where to go from here? • h p://labs.adobe.com • h p://adobe.com/devnet • h p://tv.adobe.com • h p:// ex.org/tour • Lunch! ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351
  • 33. Where to go from here? • DEMO Me packing up and getting a sandwich ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. #adobeAUG XL351