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, class flash.net.FileFilter
A list of Macintosh file types.
manufacturer — Static Property, class flash.system.Capabilities
Specifies the manufacturer of Flash Player, in the format "Adobe OSName".
map(callback:Function, thisObject) — method, 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.
map(callback:Function, thisObject:Object) — method, class Vector
Executes a function on each item in the Vector, and returns a new Vector of items corresponding to the results of calling the function on each item in this Vector.
mapBitmap — Property, class flash.filters.DisplacementMapFilter
A BitmapData object containing the displacement map data.
mapPoint — Property, class flash.filters.DisplacementMapFilter
A value that contains the offset of the upper-left corner of the target display object from the upper-left corner of the map image.
marshallExceptions — Static Property, class flash.external.ExternalInterface
Indicates whether the external interface should attempt to pass ActionScript exceptions to the current browser and JavaScript exceptions to Flash Player.
mask — Property, class flash.display.DisplayObject
The calling display object is masked by the specified mask object.
match(pattern) — method, class String
Matches the specifed pattern against the string.
Math — final class, Top Level
The Math class contains methods and constants that represent common mathematical functions and values.
matrix — Property, class flash.display.GraphicsBitmapFill
A matrix object (of the flash.geom.Matrix class) that defines transformations on the bitmap.
matrix — Property, class flash.display.GraphicsGradientFill
A transformation matrix as defined by the Matrix class.
matrix — Property, class flash.display.GraphicsShaderFill
A matrix object (of the flash.geom.Matrix class), which you can use to define transformations on the shader.
matrix — Property, class flash.filters.ColorMatrixFilter
An array of 20 items for 4 x 5 color transform.
matrix — Property, class flash.filters.ConvolutionFilter
An array of values used for matrix transformation.
matrix — Property, class flash.geom.Transform
A Matrix object containing values that alter the scaling, rotation, and translation of the display object.
Matrix — class, 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, class flash.geom.Matrix
Creates a new Matrix object with the specified parameters.
MATRIX2X2 — Constant Static Property, class flash.display.ShaderParameterType
Indicates that the shader parameter is defined as a float2x2 value, equivalent to a 2-by-2 matrix.
matrix3D — Property, class flash.geom.Transform
Provides access to the Matrix3D object of a three-dimensional display object.
Matrix3D — class, package flash.geom
The Matrix3D class represents a transformation matrix that determines the position and orientation of a three-dimensional (3D) display object.
Matrix3D(v:Vector$Number) — Constructor, class flash.geom.Matrix3D
Creates a Matrix3D object.
MATRIX3X3 — Constant Static Property, class flash.display.ShaderParameterType
Indicates that the shader parameter is defined as a float3x3 value, equivalent to a 3-by-3 matrix.
MATRIX4X4 — Constant Static Property, class flash.display.ShaderParameterType
Indicates that the shader parameter is defined as a float4x4 value, equivalent to a 4-by-4 matrix.
matrixX — Property, class flash.filters.ConvolutionFilter
The x dimension of the matrix (the number of columns in the matrix).
matrixY — Property, 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 , class Math
Evaluates val1 and val2 (or more values) and returns the largest value.
maxBytesPerSecond — Property, class flash.net.NetStreamInfo
Specifies the maximum rate at which the NetStream buffer is filled in bytes per second.
maxChars — Property, class flash.text.TextField
The maximum number of characters that the text field can contain, as entered by a user.
maxLevel — Static Property, class flash.text.TextRenderer
The adaptively sampled distance fields (ADFs) quality level for advanced anti-aliasing.
maxLevelIDC — Static Property, class flash.system.Capabilities
Retrieves the highest H.264 Level IDC that the client hardware supports.
MAX_LINE_WIDTH — Constant Static Property, class flash.text.engine.TextLine
The maximum requested width of a text line, in pixels.
maxPauseBufferTime — Property, class flash.net.NetStream
Specifies how long to buffer messages during pause mode, in seconds.
maxPeerConnections — Property, class flash.net.NetConnection
The total number of inbound and outbound peer connections that this instance of Flash Player or Adobe AIR allows.
maxScrollH — Property, class flash.text.TextField
The maximum value of scrollH.
maxScrollV — Property, class flash.text.TextField
The maximum value of scrollV.
MAX_VALUE — Constant Static Property, class Number
The largest representable number (double-precision IEEE-754).
MAX_VALUE — Constant Static Property, class int
The largest representable 32-bit signed integer, which is 2,147,483,647.
MAX_VALUE — Constant Static Property, class uint
The largest representable 32-bit unsigned integer, which is 4,294,967,295.
MEDIUM — Constant Static Property, 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, class flash.filters.BitmapFilterQuality
Defines the medium quality filter setting.
MemoryError — Dynamic Class, package flash.errors
The MemoryError exception is thrown when a memory allocation request fails.
MemoryError(message:String) — Constructor, class flash.errors.MemoryError
Creates a new MemoryError object.
menuItemSelect — Event, class flash.ui.ContextMenuItem
Dispatched when a user selects an item from a context menu.
MENU_ITEM_SELECT — Constant Static Property, class flash.events.ContextMenuEvent
Defines the value of the type property of a menuItemSelect event object.
menuSelect — Event, class flash.ui.ContextMenu
Dispatched when a user first generates a context menu but before the contents of the context menu are displayed.
MENU_SELECT — Constant Static Property, class flash.events.ContextMenuEvent
Defines the value of the type property of a menuSelect event object.
merge(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, redMultiplier:uint, greenMultiplier:uint, blueMultiplier:uint, alphaMultiplier:uint) — method, class flash.display.BitmapData
Performs per-channel blending from a source image to a destination image.
mergeTextElements(beginIndex:int, endIndex:int) — method, class flash.text.engine.GroupElement
Merges the text from the range of elements that the beginIndex and endIndex parameters specify into the element specified by beginIndex without affecting the format of that element.
message — Property, class Error
Contains the message associated with the Error object.
method — Property, class flash.net.URLRequest
Controls the HTTP form submission method.
Microphone — final class, package flash.media
Use the Microphone class to capture audio from a microphone attached to a computer running Flash Player.
MICROPHONE — Constant Static Property, class flash.system.SecurityPanel
When passed to Security.showSettings(), displays the Microphone panel in Flash Player Settings.
milliseconds — Property, class Date
The milliseconds (an integer from 0 to 999) portion of a Date object according to local time.
millisecondsUTC — Property, 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 , class Math
Evaluates val1 and val2 (or more values) and returns the smallest value.
MIN_DOMAIN_MEMORY_LENGTH — Static Property, class flash.system.ApplicationDomain
Gets the minimum memory object length required to be used as ApplicationDomain.domainMemory.
MINIMUM — Constant Static Property, class flash.text.engine.LigatureLevel
Used to specify minimum ligatures.
minutes — Property, class Date
The minutes (an integer from 0 to 59) portion of a Date object according to local time.
minutesUTC — Property, 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, class Number
The smallest representable non-negative, non-zero, number (double-precision IEEE-754).
MIN_VALUE — Constant Static Property, class int
The smallest representable 32-bit signed integer, which is -2,147,483,648.
MIN_VALUE — Constant Static Property, class uint
The smallest representable unsigned integer, which is 0.
mirror — Property, class flash.text.engine.TextLineMirrorRegion
The EventDispatcher object to which events affecting the mirror region are mirrored.
mirrorRegions — Property, class flash.text.engine.TextLine
A Vector containing the TextLineMirrorRegion objects associated with the line, or null if none exist.
MITER — Constant Static Property, class flash.display.JointStyle
Specifies mitered joints in the joints parameter of the flash.display.Graphics.lineStyle() method.
miterLimit — Property, class flash.display.GraphicsStroke
Indicates the limit at which a miter is cut off.
MMEndCommand(endStatus:Boolean, notifyString:String) — Package Function, adobe.utils
Notifies an application hosting a SWF command that a command is done and instructs the application to commit or discard the changes submitted by the MMExecute() command.
MMExecute(name:String) — Package Function, adobe.utils
Lets you issue Flash JavaScript API (JSAPI) commands from ActionScript.
mode — Property, class flash.filters.DisplacementMapFilter
The mode for the filter.
modificationDate — Property, class flash.net.FileReference
The date that the file on the local disk was last modified.
month — Property, class Date
The month (0 for January, 1 for February, and so on) portion of a Date object according to local time.
monthUTC — Property, class Date
The month (0 [January] to 11 [December]) portion of a Date object according to universal time (UTC).
MorphShape — final class, package flash.display
The MorphShape class represents MorphShape objects on the display list.
motionLevel — Property, class flash.media.Camera
The amount of motion required to invoke the activity event.
motionTimeout — Property, 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, package 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 — Property, class flash.display.DisplayObjectContainer
Determines whether or not the children of the object are mouse enabled.
mouseChildren — Property, class flash.display.Stage
Determines whether or not the children of the object are mouse enabled.
MouseCursor — final class, package flash.ui
The MouseCursor class is an enumeration of constant values used in setting the cursor property of the Mouse class.
mouseDown — Event, 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, class flash.events.MouseEvent
Defines the value of the type property of a mouseDown event object.
mouseEnabled — Property, class flash.display.InteractiveObject
Specifies whether this object receives mouse messages.
MouseEvent — class, 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, class flash.events.MouseEvent
Creates an Event object that contains information about mouse events.
mouseFocusChange — Event, class flash.display.InteractiveObject
Dispatched when the user attempts to change focus by using a pointer device.
MOUSE_FOCUS_CHANGE — Constant Static Property, class flash.events.FocusEvent
Defines the value of the type property of a mouseFocusChange event object.
mouseLeave — Event, 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, class flash.events.Event
Defines the value of the type property of a mouseLeave event object.
mouseMove — Event, class flash.display.InteractiveObject
Dispatched when a user moves the pointing device while it is over an InteractiveObject.
MOUSE_MOVE — Constant Static Property, class flash.events.MouseEvent
Defines the value of the type property of a mouseMove event object.
mouseOut — Event, class flash.display.InteractiveObject
Dispatched when the user moves a pointing device away from an InteractiveObject instance.
MOUSE_OUT — Constant Static Property, class flash.events.MouseEvent
Defines the value of the type property of a mouseOut event object.
mouseOver — Event, 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, class flash.events.MouseEvent
Defines the value of the type property of a mouseOver event object.
mouseTarget — Property, class flash.events.ContextMenuEvent
The display list object on which the user right-clicked to display the context menu.
mouseUp — Event, 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, class flash.events.MouseEvent
Defines the value of the type property of a mouseUp event object.
mouseWheel — Event, 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, class flash.events.MouseEvent
Defines the value of the type property of a mouseWheel event object.
mouseWheelEnabled — Property, class flash.text.TextField
A Boolean value that indicates whether Flash Player automatically scrolls multiline text fields when the user clicks a text field and rolls the mouse wheel.
mouseX — Property, class flash.display.DisplayObject
Indicates the x coordinate of the mouse position, in pixels.
mouseY — Property, class flash.display.DisplayObject
Indicates the y coordinate of the mouse position, in pixels.
moveTo(x:Number, y:Number) — method, class flash.display.Graphics
Moves the current drawing position to (x, y).
moveTo(x:Number, y:Number) — method, class flash.display.GraphicsPath
Adds a new "moveTo" command to the commands vector and new coordinates to the data vector.
MOVE_TO — Constant Static Property, class flash.display.GraphicsPathCommand
Specifies a drawing command that moves the current drawing position to the x- and y-coordinates specified in the data vector.
MovieClip — Dynamic Class, package flash.display
The MovieClip class inherits from the following classes: Sprite, DisplayObjectContainer, InteractiveObject, DisplayObject, and EventDispatcher.
MovieClip() — Constructor, class flash.display.MovieClip
Creates a new MovieClip instance.
multiline — Property, class RegExp
Specifies whether the m (multiline) flag is set.
multiline — Property, class flash.text.TextField
Indicates whether field is a multiline text field.
MULTIPLY — Constant Static Property, 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, class flash.media.Camera
A Boolean value indicating whether the user has denied access to the camera (true) or allowed access (false) in the Flash Player Privacy dialog box.
muted — Property, class flash.media.Microphone
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