Flash Lite 2.x and 3.0 ActionScript Language Reference

hasMFI (capabilities.hasMFI property)

public static hasMFI : Boolean [read-only]

Returns true if the mobile device is capable of playing sound data in the MFI audio format.

Otherwise, this property returns false.

Example

The following example traces the value of this read-only property:

 trace(System.capabilities.hasMFI);