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  
macType — Property in class flash.net.FileFilter
A list of Macintosh file types.
manufacturer — Static property in class flash.system.Capabilities
Specifies the manufacturer of Flash Player, in the format "Macromedia OSName".
map(callback:Function, thisObject) — Method in class Array
Executes a function on each item in an array, and constructs a new array of items corresponding to the results of the function on each item in the original array.
mapBitmap — Property in class flash.filters.DisplacementMapFilter
A BitmapData object containing the displacement map data.
mapPoint — Property in class flash.filters.DisplacementMapFilter
A flash.geom.Point value that contains the offset of the upper-left corner of the target movie clip from the upper-left corner of the map image.
mask — Property in class flash.display.DisplayObject
The calling display object is masked by the specified mask object.
match(pattern) — Method in class String
Matches the specifed pattern against the string.
Math — Final class in Top Level
The Math class contains methods and constants that represent common mathematical functions and values.
matrix — Property in class flash.filters.ColorMatrixFilter
An array of 20 items for 4 x 5 color transform.
matrix — Property in class flash.filters.ConvolutionFilter
An array of values used for matrix transformation.
matrix — Property in class flash.geom.Transform
A Matrix object containing values that affect the scaling, rotation, and translation of the display object.
Matrix — Class in package flash.geom
The Matrix class represents a transformation matrix that determines how to map points from one coordinate space to another.
Matrix(a:Number, b:Number, c:Number, d:Number, tx:Number, ty:Number) — Constructor in class flash.geom.Matrix
Creates a new Matrix object with the specified parameters.
matrixX — Property in class flash.filters.ConvolutionFilter
The x dimension of the matrix (the number of columns in the matrix).
matrixY — Property in class flash.filters.ConvolutionFilter
The y dimension of the matrix (the number of rows in the matrix).
max(val1:Number, val2:Number, ... rest) — Static method in class Math
Evaluates val1 and val2 (or more values) and returns the largest value.
maxChars — Property in class flash.text.TextField
The maximum number of characters that the text field can contain, as entered by a user.
maxLevel — Static property in class flash.text.TextRenderer
The adaptively sampled distance fields (ADFs) quality level for advanced anti-aliasing.
maxScrollH — Property in class flash.text.TextField
The maximum value of scrollH.
maxScrollV — Property in class flash.text.TextField
The maximum value of scrollV.
MAX_VALUE — Constant static property in class int
The largest representable 32-bit signed integer, which is 2,147,483,647.
MAX_VALUE — Constant static property in class Number
The largest representable number (double-precision IEEE-754).
MAX_VALUE — Constant static property in class uint
The largest representable 32-bit unsigned integer, which is 4,294,967,295.
MEDIUM — Constant static property in class flash.display.StageQuality
Specifies medium rendering quality: graphics are anti-aliased using a 2 x 2 pixel grid, but bitmaps are not smoothed.
MEDIUM — Constant static property in class flash.filters.BitmapFilterQuality
Defines the medium quality filter setting.
MemoryError — Dynamic class in package flash.errors
The MemoryError exception is thrown when a memory allocation request fails.
MemoryError(message:String) — Constructor in class flash.errors.MemoryError
Creates a new MemoryError object.
menuItemSelect — Event in class flash.ui.ContextMenuItem
Flash Player dispatches the menuItemSelect event when a user selects an item from a context menu.
MENU_ITEM_SELECT — Constant static property in class flash.events.ContextMenuEvent
Flash Player dispatches the menuItemSelect event when a user selects an item from a context menu.
menuSelect — Event in class flash.ui.ContextMenu
Flash Player dispatches the menuSelect event when a user first generates a context menu but before the contents of the context menu are displayed.
MENU_SELECT — Constant static property in class flash.events.ContextMenuEvent
Flash Player dispatches the menuSelect event when a user first generates a context menu but before the contents of the context menu are displayed.
merge(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, redMultiplier:uint, greenMultiplier:uint, blueMultiplier:uint, alphaMultiplier:uint) — Method in class flash.display.BitmapData
Performs per-channel blending from a source image to a destination image.
message — Property in class Error
Contains the message associated with the Error object.
method — Property in class flash.net.URLRequest
Controls whether the HTTP form submission method is a GET or POST operation.
Microphone — Final class in package flash.media
The Microphone class lets you capture audio from a microphone attached to the computer that is running Flash Player.
MICROPHONE — Constant static property in class flash.system.SecurityPanel
When passed to Security.showSettings(), displays the Microphone panel in Flash Player Settings.
milliseconds — Property in class Date
The milliseconds (an integer from 0 to 999) portion of a Date object according to local time.
millisecondsUTC — Property in class Date
The milliseconds (an integer from 0 to 999) portion of a Date object according to universal time (UTC).
min(val1:Number, val2:Number, ... rest) — Static method in class Math
Evaluates val1 and val2 (or more values) and returns the smallest value.
minutes — Property in class Date
The minutes (an integer from 0 to 59) portion of a Date object according to local time.
minutesUTC — Property in class Date
The minutes (an integer from 0 to 59) portion of a Date object according to universal time (UTC).
MIN_VALUE — Constant static property in class int
The smallest representable 32-bit signed integer, which is -2,147,483,648.
MIN_VALUE — Constant static property in class Number
The smallest representable non-negative, non-zero, number (double-precision IEEE-754).
MIN_VALUE — Constant static property in class uint
The smallest representable unsigned integer, which is 0.
MITER — Constant static property in class flash.display.JointStyle
Specifies mitered joints in the joints parameter of the flash.display.Graphics.lineStyle() method.
MMExecute(name) — Package function in adobe.utils
MMExecute is used when the Flash Player is running within a Macromedia tools product that implements JavaScript extensibility (JSAPI).
mode — Property in class flash.filters.DisplacementMapFilter
The mode for the filter.
modificationDate — Property in class flash.net.FileReference
The date that the file on the local disk was last modified.
month — Property in class Date
The month (0 for January, 1 for February, and so on) portion of a Date object according to local time.
monthUTC — Property in class Date
The month (0 [January] to 11 [December]) portion of a Date object according to universal time (UTC).
MorphShape — Final class in package flash.display
This class represents MorphShape objects on the display list.
motionLevel — Property in class flash.media.Camera
A numeric value that specifies the amount of motion required to invoke the activity event.
motionTimeout — Property in class flash.media.Camera
The number of milliseconds between the time the camera stops detecting motion and the time the activity event is invoked.
Mouse — Final class in package flash.ui
The methods of the Mouse class are used to hide and show the mouse pointer (cursor).
mouseChildren — Property in class flash.display.DisplayObjectContainer
Determines whether or not the children of the object are mouse enabled.
mouseChildren — Property in class flash.display.Stage
Determines whether or not the children of the object are mouse enabled.
mouseDown — Event in class flash.display.InteractiveObject
Dispatched when a user presses the pointing device button over an InteractiveObject instance in the Flash Player window.
MOUSE_DOWN — Constant static property in class flash.events.MouseEvent
Dispatched when a user presses the pointing device button over an InteractiveObject instance in the Flash Player window.
mouseEnabled — Property in class flash.display.InteractiveObject
Specifies whether this object receives mouse messages.
MouseEvent — Class in package flash.events
Flash Player dispatches MouseEvent objects into the event flow whenever mouse events occur.
MouseEvent(type:String, bubbles:Boolean, cancelable:Boolean, localX:Number, localY:Number, relatedObject:flash.display:InteractiveObject, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean, buttonDown:Boolean, delta:int) — Constructor in class flash.events.MouseEvent
Creates an Event object that contains information about mouse events.
mouseFocusChange — Event in class flash.display.InteractiveObject
Dispatched when the user attempts to change focus by using a pointer device.
MOUSE_FOCUS_CHANGE — Constant static property in class flash.events.FocusEvent
Dispatched when the user attempts to change focus by using a pointer device.
mouseLeave — Event in class flash.display.Stage
Dispatched by the Stage object when the mouse pointer moves out of the Flash Player window area.
MOUSE_LEAVE — Constant static property in class flash.events.Event
Dispatched by the Stage object when the mouse pointer moves out of the Flash Player window area.
mouseMove — Event in class flash.display.InteractiveObject
Dispatched when a user moves the pointing device while it is over an InteractiveObject.
MOUSE_MOVE — Constant static property in class flash.events.MouseEvent
Dispatched when a user moves the pointing device while it is over an InteractiveObject.
mouseOut — Event in class flash.display.InteractiveObject
Dispatched when the user moves a pointing device away from an InteractiveObject instance.
MOUSE_OUT — Constant static property in class flash.events.MouseEvent
Dispatched when the user moves a pointing device away from an InteractiveObject instance.
mouseOver — Event in class flash.display.InteractiveObject
Dispatched when the user moves a pointing device over an InteractiveObject instance in the Flash Player window.
MOUSE_OVER — Constant static property in class flash.events.MouseEvent
Dispatched when the user moves a pointing device over an InteractiveObject instance in the Flash Player window.
mouseTarget — Property in class flash.events.ContextMenuEvent
The display list object on which the user context-clicked to display the context menu.
mouseUp — Event in class flash.display.InteractiveObject
Dispatched when a user releases the pointing device button over an InteractiveObject instance in the Flash Player window.
MOUSE_UP — Constant static property in class flash.events.MouseEvent
Dispatched when a user releases the pointing device button over an InteractiveObject instance in the Flash Player window.
mouseWheel — Event in class flash.display.InteractiveObject
Dispatched when a mouse wheel is spun over an InteractiveObject instance in the Flash Player window.
MOUSE_WHEEL — Constant static property in class flash.events.MouseEvent
Dispatched when a mouse wheel is spun over an InteractiveObject instance in the Flash Player window.
mouseWheelEnabled — Property in class flash.text.TextField
A Boolean value that indicates whether Flash Player should automatically scroll multiline text fields when the user clicks a text field and rolls the mouse wheel.
mouseX — Property in class flash.display.DisplayObject
Indicates the x coordinate of the mouse position, in pixels.
mouseY — Property in class flash.display.DisplayObject
Indicates the y coordinate of the mouse position, in pixels.
moveTo(x:Number, y:Number) — Method in class flash.display.Graphics
Moves the current drawing position to (x, y).
MovieClip — Dynamic class in package flash.display
The MovieClip class inherits from the following classes: Sprite, DisplayObjectContainer, InteractiveObject, DisplayObject, and EventDispatcher.
MovieClip() — Constructor in class flash.display.MovieClip
Creates a new MovieClip instance.
multiline — Property in class RegExp
Specifies whether the m (multiline) flag is set.
multiline — Property in class flash.text.TextField
Indicates whether the text field is a multiline text field.
MULTIPLY — Constant static property in class flash.display.BlendMode
Multiplies the values of the display object constituent colors by the constituent colors of the background color, and normalizes by dividing by 0xFF, resulting in darker colors.
muted — Property in class flash.media.Camera
A Boolean value that specifies whether the user has denied access to the camera (true) or allowed access (false ) in the Flash Player Privacy panel.
muted — Property in class flash.media.Microphone
A Boolean value that specifies whether the user has denied access to the microphone (true) or allowed access (false).
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