The Media Management Service API is supported since Flash Lite Player 3.0 on S60 5th Edition devices.
The Media Management Service API allows Flash Lite applications to retrieve information
(metadata) about the media files stored in the Media Gallery of a device.
The API is integrated into Flash Lite through the Service object.
For an overview of the service and the API, see section Accessing information about media files stored on a device.
To use the Media Management Service API, your Flash Lite application must first create a Service object
for it.
Use Service.MediaManagement to identify the service provider
and IDataSource to identify the supported interface:
var media = new Service("Service.MediaManagement", "IDataSource");
This service object can then be used to access the services provided by the API: