Flash Lite 2.x and 3.0 ActionScript Language Reference

_capMFi property

_capMFi

Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the System.capabilities.hasMFi property.

Numeric variable; indicates whether the device can play sound data in the Melody Format for i-mode (MFi) audio format. If so, this variable is defined and has a value of 1; if not, this variable is undefined.

Example

If the device can play MFi sound data, the following example sets canMFi to 1:

canMFi = _capMFi;

if (canMFi == 1) {
 // send movieclip buttons to frame with buttons that trigger events 

sounds
 tellTarget("buttons") {
 gotoAndPlay(2); 
 }
} 

See also

hasMFI (capabilities.hasMFI property)