This document discusses how Flex can meet HTML5 capabilities through various APIs. It summarizes Flex's ability to leverage the HTML5 Web Storage API, Geolocation API, and Web SQL Database through corresponding ActionScript libraries. The Web Storage API allows storing key-value pairs in the browser through Session Storage and Local Storage. The Geolocation API obtains the user's location. And the Web SQL Database provides an SQL interface for storing data locally. Flex can interface with these HTML5 APIs through ActionScript using ExternalInterface to call JavaScript functions, enabling offline Flash applications using HTML5 features.