Capmidi Property; Capmms Property - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Example
If the device can play MFi sound data, the following example sets
canMFi = _capMFi;
if (canMFi == 1) {
// send movieclip buttons to frame with buttons that trigger events
sounds
tellTarget("buttons") {
gotoAndPlay(2);
}
}

_capMIDI property

_capMIDI
Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the
System.capabilities.hasMIDI
Numeric variable; indicates whether the device can play sound data in the Musical Instrument
Digital Interface (MIDI) audio format. If so, this variable is defined and has a value of 1; if
not, this variable is undefined.
Availability: ActionScript 1.0; Flash Lite 1.1
Example
If the device can play MIDI sound data, the following example sets
canMIDI = _capMIDI;
if (canMIDI == 1) {
// send movieclip buttons to frame with buttons that trigger events
sounds
tellTarget("buttons") {
gotoAndPlay(2);
}
}
See also
capabilities (System.capabilities)

_capMMS property

_capMMS
property.
to
:
canMFi
1
to
:
_capMIDI
1
Global Properties
99

Advertisement

Table of Contents
loading

Table of Contents