Adobe® AIR® API Reference for HTML Developers
Home  |  Hide Classes List |  Index  |  Appendixes

Language Reference only       
M Index 
  Symbols   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
M — class Keyboard
Constant associated with the key code value for the M key (77).
macType — class FileFilter
A list of Macintosh file types.
MAIN — class H264Profile
Constant for H.264/AVC main profile.
mainScreen — class Screen
The primary display.
makeJavascriptSubclass(Object constructorFunction) — Static Method , class ServiceMonitor
Adds public ServiceMonitor methods to a JavaScript constructor function's prototype.
MALAYALAM — class NationalDigitsType
Represents the Unicode value for the zero digit of the Malayalam digit set.
manageCookies — class HTMLLoader
Specifies whether the HTTP protocol stack should manage cookies for this object.
manageCookies — class URLRequest
Specifies whether the HTTP protocol stack should manage cookies for this request.
manageCookies — class URLRequestDefaults
The default setting for the manageCookies property of URLRequest objects.
manufacturer — class Capabilities
Specifies the manufacturer of the running version of Flash Player or the AIR runtime, in the format "Adobe OSName".
MASTER_SHELL — class Keyboard
Engage "Master Shell", for example TiVo or other vendor button
MATCHING — class CollatorMode
Initializes a Collator object so that the compare method is optimized for determining whether two strings are equivalent.
Matrix — class, package window.runtime.flash.geom
The Matrix class represents a transformation matrix that determines how to map points from one coordinate space to another.
Matrix(Number a, Number b, Number c, Number d, Number tx, Number ty) — Constructor, class Matrix
Creates a new Matrix object with the specified parameters.
maximizable — class NativeWindow
Reports the maximizable setting used to create this window.
maximizable — class NativeWindowInitOptions
Specifies whether the window can be maximized by the user.
maximize() — method, class NativeWindow
Maximizes this window.
MAXIMIZED — class NativeWindowDisplayState
The maximized display state.
maxLevelIDC — class Capabilities
Retrieves the highest H.264 Level IDC that the client hardware supports.
maxPeerConnections — class NetConnection
The total number of inbound and outbound peer connections that this instance of Flash Player or Adobe AIR allows.
maxSize — class NativeWindow
The maximum size for this window.
MAX_TIP_LENGTH — class SystemTrayIcon
The permitted length of the system tray icon tooltip.
MEDIA — class AudioPlaybackMode
A mode for playing media sounds.
MEDIA_TYPE_DATA — class NetDataEvent
The NetDataEvent.MEDIA_TYPE_DATA constant defines the value of the type property NetDataEvent object when a data message is received no the NetStream object.
MEDIUM — class StageQuality
Specifies medium rendering quality: graphics are anti-aliased using a 2 x 2 pixel grid, but bitmaps are not smoothed.
MEDIUM — class DateTimeStyle
Specifies the medium style of a date or time.
MEMORY_ALLOCATION_ERROR — class LastOperationStatus
Indicates that memory allocation has failed.
menu — class DockIcon
The system-supplied menu of this dock icon.
menu — class NativeApplication
The application menu.
menu — class SystemTrayIcon
The system tray icon menu.
menu — class NativeMenuItem
The menu that contains this item.
menu — class NativeWindow
The native menu for this window.
MENU — class Keyboard
Engage menu
merge(flash.display:BitmapData sourceBitmapData, flash.geom:Rectangle sourceRect, flash.geom:Point destPoint, uint redMultiplier, uint greenMultiplier, uint blueMultiplier, uint alphaMultiplier) — method, class BitmapData
Performs per-channel blending from a source image to a destination image.
method — class URLRequest
Controls the HTTP form submission method.
Microphone — final class, package window.runtime.flash.media
Use the Microphone class to monitor or capture audio from a microphone.
MicrophoneEnhancedMode — final class, package window.runtime.flash.media
The MicrophoneEnhancedMode class is an enumeration of constant values used in setting the mode property of MicrophoneEnhancedOptions class.
MicrophoneEnhancedOptions — final class, package window.runtime.flash.media
The MicrophoneEnhancedOptions class provides configuration options for enhanced audio (acoustic echo cancellation).
MicrophoneEnhancedOptions() — Constructor, class MicrophoneEnhancedOptions
MIDDLE_CLICK — class MouseEvent
Defines the value of the type property of a middleClick event object.
MIDDLE_MOUSE_DOWN — class MouseEvent
Defines the value of the type property of a middleMouseDown event object.
MIDDLE_MOUSE_UP — class MouseEvent
Defines the value of the type property of a middleMouseUp event object.
minimizable — class NativeWindow
Reports the minimizable setting used to create this window.
minimizable — class NativeWindowInitOptions
Specifies whether the window can be minimized by the user.
minimize() — method, class NativeWindow
Minimizes this window.
MINIMIZED — class NativeWindowDisplayState
The minimized display state.
minSize — class NativeWindow
The minimum size for this window.
MINUS — class Keyboard
Constant associated with the key code value for the - key (189).
MMEndCommand(Boolean endStatus, String notifyString) — Package Function, adobe.utils
MMExecute(String name) — Package Function, adobe.utils
mnemonicIndex — class NativeMenuItem
The position of the mnemonic character in the menu item label.
mode — class MicrophoneEnhancedOptions
Controls enhanced microphone mode.
MONGOLIAN — class NationalDigitsType
Represents the Unicode value for the zero digit of the Mongolian digit set.
Mouse — final class, package window.runtime.flash.ui
The methods of the Mouse class are used to hide and show the mouse pointer, or to set the pointer to a specific style.
mouseChildren — class Stage
Determines whether or not the children of the object are mouse, or user input device, enabled.
MouseCursorData — final class, package window.runtime.flash.ui
The MouseCursorData class lets you define the appearance of a "native" mouse cursor.
MouseCursorData() — Constructor, class MouseCursorData
Creates a MouseCursorData object.
mouseDown — Event, class SystemTrayIcon
Dispatched by this SystemTrayIcon object on mouse down.
MOUSE_DOWN — class MouseEvent
Defines the value of the type property of a mouseDown event object.
MouseEvent — class, package window.runtime.flash.events
A MouseEvent object is dispatched into the event flow whenever mouse events occur.
MouseEvent(String type, Boolean bubbles, Boolean cancelable, Number localX, Number localY, flash.display:InteractiveObject relatedObject, Boolean ctrlKey, Boolean altKey, Boolean shiftKey, Boolean buttonDown, int delta, Boolean commandKey, Boolean controlKey, int clickCount) — Constructor, class MouseEvent
Creates an Event object that contains information about mouse events.
mouseLeave — Event, class Stage
Dispatched by the Stage object when the pointer moves out of the stage area.
MOUSE_LEAVE — class Event
The Event.MOUSE_LEAVE constant defines the value of the type property of a mouseLeave event object.
MOUSE_MOVE — class MouseEvent
Defines the value of the type property of a mouseMove event object.
MOUSE_OUT — class MouseEvent
Defines the value of the type property of a mouseOut event object.
MOUSE_OVER — class MouseEvent
Defines the value of the type property of a mouseOver event object.
mouseUp — Event, class SystemTrayIcon
Dispatched by this SystemTrayIcon object on mouse up.
MOUSE_UP — class MouseEvent
Defines the value of the type property of a mouseUp event object.
MOUSE_WHEEL — class MouseEvent
Defines the value of the type property of a mouseWheel event object.
move — Event, class NativeWindow
Dispatched by this NativeWindow object after the window has been moved on the desktop.
MOVE — class NativeWindowBoundsEvent
Defines the value of the type property of a move event object.
moveTo(flash.net:FileReference newLocation, Boolean overwrite) — method, class File
Moves the file or directory at the location specified by this File object to the location specified by the destination parameter.
moveToAsync(flash.net:FileReference newLocation, Boolean overwrite) — method, class File
Begins moving the file or directory at the location specified by this File object to the location specified by the newLocation parameter.
moveToTrash() — method, class File
Moves a file or directory to the trash.
moveToTrashAsync() — method, class File
Asynchronously moves a file or directory to the trash.
moving — Event, class NativeWindow
Dispatched by the NativeWindow object immediately before the window is to be moved on the desktop.
MOVING — class NativeWindowBoundsEvent
Defines the value of the type property of a moving event object.
mtu — class NetworkInterface
The maximum transmission unit (MTU) of this network interface.
muted — class Microphone
Specifies whether the user has denied access to the microphone (true) or allowed access (false).
MXRecord — class, package window.runtime.flash.net.dns
The MXRecord class represents a Domain Name System (DNS) MX resource record containing a mail exchange server address.
MXRecord() — Constructor, class MXRecord
Creates an MX resource record.
MYANMAR — class NationalDigitsType
Represents the Unicode value for the zero digit of the Myanmar digit set.
MYANMAR_SHAN — class NationalDigitsType
Represents the Unicode value for the zero digit of the Myanmar Shan digit set.
Symbols   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z