| 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. | |
| maintainAspectRatio — Property in class fl.containers.UILoader | |
| Gets or sets a value that indicates whether to maintain the aspect ratio that was used in the original image or to resize the image at the curent width and height of the UILoader component. | |
| MAINTAIN_ASPECT_RATIO — Constant static property in class fl.video.VideoScaleMode | |
| Specifies that the video be constrained within the rectangle determined by the registrationX, registrationY, registrationWidth, and registrationHeight properties but that its original aspect ratio be preserved. | |
| MANUAL — Constant static property in class fl.controls.ProgressBarMode | |
| Manually update the status of the ProgressBar component. | |
| manufacturer — Static property in class flash.system.Capabilities | |
| Specifies the manufacturer of Flash Player, in the format "Adobe 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 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 in 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 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. | |
| matchInternalPointWithExternal(m:flash.geom:Matrix, internalPoint:flash.geom:Point, externalPoint:flash.geom:Point) — Static method in class fl.motion.MatrixTransformer | |
| Moves a matrix as necessary to align an internal point with an external point. | |
| 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. | |
| MatrixTransformer — Class in package fl.motion | |
| The MatrixTransformer class contains methods for modifying individual properties of a transformation matrix: horizontal and vertical scale, horizontal and vertical skew, and rotation. | |
| 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 fl.controls.TextArea | |
| Gets or sets the maximum number of characters that a user can enter in the text field. | |
| maxChars — Property in class fl.controls.TextInput | |
| Gets or sets the maximum number of characters that a user can enter in the text field. | |
| maxChars — Property in class flash.text.TextField | |
| The maximum number of characters that the text field can contain, as entered by a user. | |
| maxHorizontalScrollPosition — Property in class fl.containers.BaseScrollPane | |
| Gets the maximum horizontal scroll position for the current content, in pixels. | |
| maxHorizontalScrollPosition — Property in class fl.controls.SelectableList | |
| Gets or sets the number of pixels that the list scrolls to the right when the horizontalScrollPolicy property is set to ScrollPolicy.ON. | |
| maxHorizontalScrollPosition — Property in class fl.controls.TextArea | |
| Gets the maximum value of the horizontalScrollPosition property. | |
| maxHorizontalScrollPosition — Property in class fl.controls.TextInput | |
| Gets a value that describes the furthest position to which the text field can be scrolled to the right. | |
| maxHorizontalScrollPosition — Property in class fl.controls.TileList | |
| Gets the maximum horizontal scroll position for the current content, in pixels. | |
| maximum — Property in class fl.controls.NumericStepper | |
| Gets or sets the maximum value in the sequence of numeric values. | |
| maximum — Property in class fl.controls.ProgressBar | |
| Gets or sets the maximum value for the progress bar when the ProgressBar.mode property is set to ProgressBarMode.MANUAL. | |
| maximum — Property in class fl.controls.Slider | |
| The maximum allowed value on the Slider component instance. | |
| 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. | |
| maxScrollPosition — Property in class fl.controls.ScrollBar | |
| Gets or sets a number that represents the maximum scroll position. | |
| 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. | |
| maxVerticalScrollPosition — Property in class fl.containers.BaseScrollPane | |
| Gets the maximum vertical scroll position for the current content, in pixels. | |
| maxVerticalScrollPosition — Property in class fl.controls.TextArea | |
| Gets the maximum value of the verticalScrollPosition property. | |
| 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 | |
| Dispatched when a user selects an item from a context menu. | |
| MENU_ITEM_SELECT — Constant static property in class flash.events.ContextMenuEvent | |
| Defines the value of the type property of a menuItemSelect event object. | |
| menuSelect — Event in 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 in class flash.events.ContextMenuEvent | |
| Defines the value of the type property of a menuSelect event object. | |
| merge(newData:Object) — Method in class fl.data.DataProvider | |
| Appends the specified data into the data that the data provider contains and removes any duplicate items. | |
| 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. | |
| mergeStyles(... rest) — Static method in class fl.core.UIComponent | |
| Merges the styles from multiple classes into one object. | |
| message — Property in class Error | |
| Contains the message associated with the Error object. | |
| metadata — Property in class fl.video.FLVPlayback | |
| An object that is a metadata information packet that is received from a call to the NetSteam.onMetaData() callback method, if available. | |
| metadata — Property in class fl.video.VideoPlayer | |
| An object that is a metadata information packet that is received from a call to the NetSteam.onMetaData() callback method, if available. | |
| MetadataEvent — Class in package fl.video | |
| Flash® Player dispatches a MetadataEvent object when the user requests the FLV file's metadata information packet (NetStream.onMetaData) and when cue points (NetStream.onCuePoint) are encountered in the FLV file. | |
| MetadataEvent(type:String, bubbles:Boolean, cancelable:Boolean, info:Object, vp:uint) — Constructor in class fl.video.MetadataEvent | |
| Creates an Event object that contains information about metadata events. | |
| metadataLoaded — Property in class fl.video.FLVPlayback | |
| A Boolean value that is true if a metadata packet has been encountered and processed or if the FLV file was encoded without the metadata packet. | |
| metadataReceived — Event in class fl.video.FLVPlayback | |
| Dispatched the first time the FLV file's metadata is reached. | |
| metadataReceived — Event in class fl.video.VideoPlayer | |
| Dispatched the first time the FLV file's metadata is reached. | |
| METADATA_RECEIVED — Constant static property in class fl.video.MetadataEvent | |
| Defines the value of the type property of a metadataReceived event 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 | |
| Use the Microphone class to capture audio from a microphone attached to a computer 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. | |
| minColumnWidth — Property in class fl.controls.DataGrid | |
| Gets or sets the minimum width of a DataGrid column, in pixels. | |
| minimum — Property in class fl.controls.NumericStepper | |
| Gets or sets the minimum number in the sequence of numeric values. | |
| minimum — Property in class fl.controls.ProgressBar | |
| Gets or sets the minimum value for the progress bar when the ProgressBar.mode property is set to ProgressBarMode.MANUAL. | |
| minimum — Property in class fl.controls.Slider | |
| The minimum value allowed on the Slider component instance. | |
| minScrollPosition — Property in class fl.controls.ScrollBar | |
| Gets or sets a number that represents the minimum scroll position. | |
| 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. | |
| minWidth — Property in class fl.controls.dataGridClasses.DataGridColumn | |
| The minimum width of the column, in pixels. | |
| MISSING_SKIN_STYLE — Constant static property in class fl.video.VideoError | |
| State variable indicating a missing skin style. | |
| 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:String) — Package function in adobe.utils | |
| Lets you issue Flash JavaScript API (JSAPI) commands from ActionScript. | |
| mode — Property in class fl.controls.ProgressBar | |
| Gets or sets the method to be used to update the progress bar. | |
| 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 | |
| The MorphShape class represents MorphShape objects on the display list. | |
| motion — Property in class fl.motion.Animator | |
| The object that contains the motion tween properties for the animation. | |
| Motion — Class in package fl.motion | |
| The Motion class stores a keyframe animation sequence that can be applied to a visual object. | |
| Motion(xml:XML) — Constructor in class fl.motion.Motion | |
| Constructor for Motion instances. | |
| motionChange — Event in class fl.transitions.Tween | |
| MOTION_CHANGE — Constant static property in class fl.transitions.TweenEvent | |
| Indicates that the Tween has changed and the screen has been updated. | |
| motionEnd — Event in class fl.motion.Animator | |
| Dispatched when the motion finishes playing, either when it reaches the end, or when the motion has been interrupted by a call to the stop() or end() methods. | |
| MOTION_END — Constant static property in class fl.motion.MotionEvent | |
| Indicates that the motion has stopped, whether by an explicit call to Animator.stop() or Animator.end(), or by reaching the end of the Motion instance. | |
| MotionEvent — Class in package fl.motion | |
| The MotionEvent class represents events that are broadcast by the fl.motion.Animator class. | |
| MotionEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor in class fl.motion.MotionEvent | |
| Constructor. | |
| motionFinish — Event in class fl.transitions.Tween | |
| MOTION_FINISH — Constant static property in class fl.transitions.TweenEvent | |
| Indicates that the Tween has reached the end and finished. | |
| motionLevel — Property in class flash.media.Camera | |
| The amount of motion required to invoke the activity event. | |
| motionLoop — Event in class fl.transitions.Tween | |
| MOTION_LOOP — Constant static property in class fl.transitions.TweenEvent | |
| Indicates that the Tween has restarted playing from the beginning in looping mode. | |
| motionResume — Event in class fl.transitions.Tween | |
| MOTION_RESUME — Constant static property in class fl.transitions.TweenEvent | |
| Indicates that the Tween has resumed playing after being paused. | |
| motionStart — Event in class fl.motion.Animator | |
| Dispatched when the motion starts playing. | |
| motionStart — Event in class fl.transitions.Tween | |
| MOTION_START — Constant static property in class fl.motion.MotionEvent | |
| Indicates that the Motion instance has started playing. | |
| MOTION_START — Constant static property in class fl.transitions.TweenEvent | |
| Indicates that the motion has started playing. | |
| motionStop — Event in class fl.transitions.Tween | |
| MOTION_STOP — Constant static property in class fl.transitions.TweenEvent | |
| Indicates that the Tween has been stopped with an explicit call to Tween.stop(). | |
| 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. | |
| motionUpdate — Event in class fl.motion.Animator | |
| Dispatched when the motion has changed and the screen has been updated. | |
| MOTION_UPDATE — Constant static property in class fl.motion.MotionEvent | |
| Indicates that the Motion instance has changed and the screen has been updated. | |
| Mouse — Final class in package flash.ui | |
| The methods of the Mouse class are used to hide and show the mouse pointer. | |
| MOUSE — Constant static property in class fl.events.InteractionInputType | |
| The InteractionInputType.MOUSE constant defines the value of the type property of a mouse event object. | |
| 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 | |
| Defines the value of the type property of a mouseDown event object. | |
| 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 | |
| Defines the value of the type property of a mouseFocusChange event object. | |
| mouseFocusEnabled — Property in class fl.core.UIComponent | |
| Gets or sets a value that indicates whether the component can receive focus after the user clicks it. | |
| mouseFocusEnabled — Property in interface fl.managers.IFocusManagerComponent | |
| Gets a Boolean value that indicates whether a component that is selected by using a mouse device can receive focus. | |
| 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 | |
| Defines the value of the type property of a mouseLeave event object. | |
| 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 | |
| Defines the value of the type property of a mouseMove event object. | |
| 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 | |
| Defines the value of the type property of a mouseOut event object. | |
| 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 | |
| Defines the value of the type property of a mouseOver event object. | |
| mouseTarget — Property in class flash.events.ContextMenuEvent | |
| The display list object on which the user right-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 | |
| Defines the value of the type property of a mouseUp event object. | |
| 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 | |
| Defines the value of the type property of a mouseWheel event object. | |
| 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. | |
| move — Event in class fl.core.UIComponent | |
| Dispatched after the component is moved. | |
| move(x:Number, y:Number) — Method in class fl.core.UIComponent | |
| Moves the component to the specified position within its parent. | |
| MOVE — Constant static property in class fl.events.ComponentEvent | |
| Defines the value of the type property of a move event object. | |
| 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. | |
| muteButton — Property in class fl.video.FLVPlayback | |
| Mute button control. | |
| muted — Property in 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 in class flash.media.Microphone | |
| Specifies whether the user has denied access to the microphone (true) or allowed access (false). | |
| myInstance — Property in class fl.livepreview.LivePreviewParent | |
| The component instance associated with the live preview. | |
| 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 | |