Upgrade to Pro — share decks privately, control downloads, hide ads and more …

The Next Generation of Flash User Experience

The Next Generation of Flash User Experience

A look at the next generation of design and development in Flash Player 10.1, with a focus on the end user. Given at Flash and the City NYC.

Kevin Suttle

May 08, 2010
Tweet

More Decks by Kevin Suttle

Other Decks in Design

Transcript

  1. 5 years of large-scale Flash Platform eLearning content Featured author

    for InsideRIA Tech Reviewer for O’Reilly’s Flex 4 Cookbook Submitted close to 150 bugs/features for Flash CS5 “Most likely to break hearts” - My mom Kevin Suttle Flash Platform UX Architect kevinsuttle.com | @kevinSuttle I’m on the internet:
  2. I spend most of my time in FLASH but I

    also know my way around FLEX. I started out wanting to be a writer. I changed my mind. I got a degree in Electronic Media Communications from the University of Cincinnati. I loved digital art and photo manipulation, but it just kind of sat there. I got into web design, and then met Flash. I taught myself how to program. How I got into Flash:
  3. Flash is at a crucial point within the realm of

    development technologies. All of a sudden there are “sides”.
  4. I don’t know if you’ve heard: There’s a bit of

    news about an new standard - HTML5 Adobe HEARTS Apple but not the other way ‘round. Apple has their own agenda, and that’s cool. I guess.
  5. Smoke and mirrors It wasn’t about performance It wasn’t about

    plugin-architecture It wasn’t about ubiquity It wasn’t about devices It was about competition Glandul... ia... er... Apple’s JS framework
  6. Sept 2000 - Flash Player 2 had a 95% average

    in USA, CAN, EUR, ASIA, and South America Let’s take a look
  7. Open or closed Flash Player is a standard. It’s been

    at 90+% for years. Whether Steve likes it or not.
  8. Yes, and no. Users want content, but they also want

    a great experience. The iPhone and iPad are perfect examples.
  9. Some users are willing to only play Farmville at home

    and have an iPhone. They shouldn’t have to make a choice.
  10. The tech tabloids don’t help because they’re businesses. They have

    to make money, and the internet is full of opinionated nerds.
  11. Want to know who will win? Well, good. Because I

    was going to tell you anyway.
  12. The platform that wins, is the one that will provide

    the most content through the best experience. You had to see that coming.
  13. Worst-case scenario We go back to ALL of the massive

    amounts of work we had before Section 331 Open Screen Project FTW PLUS MOBILE.
  14. I work on what I like to think are “translatable

    skills”. Jesse Freeman says that “Flash is dead”. I’m just picking out what I’m wearing to the “funeral”. User Experience Information Architecture Usability Engineering Interaction Design UI Construction
  15. User experience is the sum of all your users' interactions

    with your company, its services, and its products. “ ” “User Experience As Corporate Imperative” hesketh.com
  16. User Experience The elements of according to Jesse James Garrett

    Visual Design Information Design Interface design | Navigation design Interaction Design | Information Architecture Functional specs | Content requirements User Needs in parallel to Site Objectives
  17. The point is UX spans all aspects of design and

    development. Let’s talk about both within Flash.
  18. HTML/CSS - “Standardized” coding practices, very loose control of display

    across browsers Let’s take a look Flash - Complete freedom of design and development, but bad coding or lack of optimization can lead to very poor performance
  19. Rule of thirds Golden Ratio Designing on a grid http://en.wikipedia.org/wiki/Rule_of_thirds

    http://en.wikipedia.org/wiki/Golden_ratio http://960.gs More keys to emotional design
  20. So much more Geolocation Gestures and Touch Accelerometer Global Error

    Handling P2P/RMTFP Sensors IME DRM Globalization Printing Sampling My VERY unofficial count: a few hundred new APIs.
  21. Freeing Flash from the restraints of traditional mouse and keyboard

    interaction. Multi-touch Flash was always meant to be multi-touch
  22. misconception about There is a bit of a rollovers on

    touch screens. You can TOTALLY do it.
  23. Dispatched when the user moves a point of contact over

    the InteractiveObject instance on a touch- enabled device (such as moving a fingers from left to right over a display object on a mobile phone or tablet with a touch screen). Some devices might also interpret this contact as a mouseOver event and as a touchOver event. flash.display.InteractiveObject.gesturePan
  24. Dispatched when the user creates a point of contact with

    an InteractiveObject instance, then taps on a touch-enabled device (such as placing several fingers over a display object to open a menu and then taps one finger to select a menu item on a mobile phone or tablet with a touch screen). Some devices might also interpret this contact as a combination of several mouse events, as well. flash.display.InteractiveObject.gesturePressAndTap
  25. flash.display.InteractiveObject.gesturePressAndTap flash.display.InteractiveObject.gestureRotate flash.display.InteractiveObject.gestureSwipe flash.display.InteractiveObject.gestureTwoFingerTap flash.display.InteractiveObject.gestureZoom flash.display.InteractiveObject.touchBegin flash.display.InteractiveObject.touchEnd flash.display.InteractiveObject.touchMove flash.display.InteractiveObject.touchOut flash.display.InteractiveObject.touchOver

    flash.display.InteractiveObject.touchRollOut flash.display.InteractiveObject.touchRollOver flash.display.InteractiveObject.touchTap flash.display.Sprite.startTouchDrag flash.display.Sprite.stopTouchDrag flash.events.GesturePhase flash.events.TouchEvent flash.events.TransformGestureEvent ... and a TON more.
  26. has pretty much been a nightmare for a long time.

    Accessibility in Flash ... but it’s getting better.
  27. The ISearchableText interface can be implemented by objects that contain

    text which should be searchable on the web. flash.accessibility.ISearchableText
  28. flash.accessibility.ISimpleTextSelection The ISimpleTextSelection class can be used to add support

    for the MSAA ISimpleTextSelection interface to an AccessibilityImplementation. If an AccessibilityImplementation subclass implements the two getters in this class, a screen reader such as JAWS can determine the text selection range by calling them.
  29. Before, all SWFs ran at the max frame rate, even

    when invisible. Flash Player Throttling
  30. Is the SWF instance in a hidden tab? Is the

    SWF instance scrolled out of view? Two main throttling techniques
  31. MAC - Webkit nightly (standalone .app) Supported Browsers as of

    APRIL 2010 HIDDEN TAB DETECTION WIN - IE7-8, Firefox 3.6 http://blog.kaourantin.net/?p=83
  32. MAC - Safari 4, Webkit nightly (standalone .app), Firefox 3.7

    (standalone beta .app) Supported Browsers as of APRIL 2010 OUT OF VIEW DETECTION WIN - IE7-8 http://blog.kaourantin.net/?p=83
  33. Supported Browsers as of APRIL 2010 Linux folks - Well,

    you’re going to have to wait. It would require a LOT of overhauling within Flash Player and Linux browsers.
  34. Detects system locale properties to tailor: UNDER-HYPED Text language/orientation (RTL)

    Date/Time Currency formatting/parsing Number formatting/parsing String comparison for sorting or searching for text Upper and lower case conversions
  35. Detects if a physical keyboard is attached. If not, a

    virtual native keyboard is displayed. Mobile text input
  36. Vector graphics Bitmaps 3D effects Filters/Shaders Color transforms Alpha transparency

    Device/embedded text fonts Saffron Type and the cacheAsBitmap property Supports many types of hardware rendering
  37. if video or audio is not paused, stopped, or buffering.

    Disabled screensaver in fullscreen mode Basically, it checks to see if there is volume.
  38. for using a device or platform that you forgot or

    didn’t want to test for. Don’t punish the user
  39. powered by Flash Player 10.1. Enter AIR Mobile The beginning

    of the “full” mobile Flash explosion.
  40. powered in part by a special build of Flash Player

    10.1, to drive the use of Enter litl OS Web book, web-connected TV, multitouch remote developer.litl.com Flash in the living room.
  41. both designers and developers, to It’s up to you, make

    the best experiences with the Flash Platform.