MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE Reference page 117

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

Advertisement

_capMIDI
Availability
Flash Lite 1.1.
Usage
_capMIDI
Description
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.
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);
}
}
_capMMS
Availability
Flash Lite 1.1.
Usage
_capMMS
Description
Numeric variable; indicates whether Flash Lite can send Multimedia Messaging Service
(MMS) messages by using the
and has a value of 1; if not, this variable is undefined.
ActionScript command. If so, this variable is defined
GetURL()
to 1:
canMidi
Capabilities
117

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents