About data management (Flash Professional only)

Flash MX Professional 2004 provides developers with advanced functionality for managing data within a Flash application. The term managed data refers to the ability to perform advanced operations on a local cache of data, including multiple sorts, filters, finds, and offline caching. In addition, the changes that are made to your data through the UI components can be tracked and used to generate an optimized set of instructions (DeltaPacket) that can be manipulated into a specific format for consumption by a variety of external data sources.

Note: Method calls can be tracked, in addition to changes made to the data.