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 — Property, class graphics.colors.CMY
The magenta component (between 0 and 1)
m — Property, class graphics.geom.MatrixN
The matrix array
M(... rest) — method, class graphics.drawing.Canvas
Defines a shortcut reference to used the moveTo method.
M(... rest) — method, class graphics.drawing.Pen
Defines a shortcut reference to used the moveTo method.
Macintosh — Constant Static Property, class system.hosts.PlatformID
The 'Macintosh' plateform id.
MAGENTA — Constant Static Property, class vegas.colors.SVGColor
The 'Magenta' SVG color object.
MagicReference — class, package system.ioc
Enumeration of all "magic reference patterns" id can be use in the object definition to create a dependency with special object reference in the factory.
magnetic — Property, class vegas.display.Protector
Indicates the magnetic state value of the cursor.
magnification — Property, class graphics.filters.MagnifyFilter
The amount of the magnification (between 1 and 50, default 5).
Magnify — class, package graphics.filters
The byteCode of the pixelbender Magnify effect to initialize a Shader in the MagnifyFilter class.
Magnify() — Constructor, class graphics.filters.Magnify
Creates a new Magnify instance.
MagnifyFilter — class, package graphics.filters
The MagnifyFilter class applies a magnification transformation over a display or a bitmap.
MagnifyFilter(shader:flash.display:Shader, init:Object) — Constructor, class graphics.filters.MagnifyFilter
Creates a new MagnifyFilter instance.
MAILTO — Constant Static Property, class system.network.URIScheme
Mail to resources Syntax: mailto:<address>[?<header1>=<value1>[&<header2$gt;=<value2>]] Example: mailto:John.Doe@example.com mailto:jsmith@example.com?subject=A%20Test&body=My%20idea%20is%3A%20%0A
main — Property, class vegas.display.Parallaxe
Indicates the main DisplayObject of the parallaxe, this DisplayObject must be registered in the model.
major — Property, class core.version
Indicates the major value of this version.
major — Property, class system.Version
Indicates the major value of this version.
malformedHexadecimal — Static Property, class system.serializers.eden.strings
Bad number (malformed hexadecimal)
malFormedHexadecimal — Static Property, class vegas.strings.json.JSONStrings
The mal formed Hexadecimal error message.
MangaPatterns — class, package graphics.display.patterns
This static factory generates manga patterns.
map — Package Constant Property, core.maths
Takes a value in a given range (minimum1, maximum1) and finds the corresponding value in the next range(minimum2, maximum2).
map(config:Object) — method, class vegas.config.Config
Copy all enumerable properties in the specified passed-in object in the Config object.
_map — Property, class vegas.models.maps.MapModel
The internal map of this model.
_map — Property, class vegas.models.maps.MapModelObject
The internal map of this model.
Map — Interface, package system.data
An object that maps keys to values.
MapEntry — class, package system.data.maps
Represents a pair key/value entry in a Map.
MapEntry(key:any, value:any) — Constructor, class system.data.maps.MapEntry
Creates a new MapEntry instance.
MapFormatter — class, package system.data.maps
Converts a Map to a custom string representation.
MapFormatter() — Constructor, class system.data.maps.MapFormatter
Creates a new MapFormatter instance.
MapIterator — class, package system.data.iterators
Converts a Map to an iterator.
MapIterator(m:system.data:Map) — Constructor, class system.data.iterators.MapIterator
Creates a new MapIterator instance.
MapModel — class, package system.models.maps
This model use an internal Map to register objects with a specific key.
MapModel — class, package vegas.models.maps
This model use an internal Map to register Entry objects with a specific key and this corresponding value.
MapModel(factory:system.data:Map, key:String) — Constructor, class system.models.maps.MapModel
Creates a new MapModel instance.
MapModel(global:Boolean, channel:String, factory:system.data:Map, id:any) — Constructor, class vegas.models.maps.MapModel
Creates a new MapModel instance.
MapModelObject — class, package vegas.models.maps
This model use an internal Map to register value objects with a specific key.
MapModelObject(global:Boolean, channel:String, factory:system.data:Map, id:any) — Constructor, class vegas.models.maps.MapModelObject
Creates a new MapModelObject instance.
MapUtils — class, package system.data.maps
The MapUtils utility class is an all-static class with methods for working with map.
MARCH — Constant Static Property, class system.formatters.date.Months
Fully written out string for march.
MARCH — Static Property, class vegas.date.Month
Fully written out string for march.
margin — Property, class lunas.components.bars.LevelBarStyle
The margin values of the component.
margin — Property, class lunas.components.buttons.BackgroundButtonStyle
The margin values of the component.
margin — Property, class lunas.components.buttons.MediaButtonStyle
The margin value used in the component.
margin — Property, class lunas.components.labels.LabelStyle
The margin values of the component.
MAROON — Constant Static Property, class vegas.colors.HTMLColor
The html 'maroon' color static reference.
MAROON — Constant Static Property, class vegas.colors.SVGColor
The 'Maroon' SVG color object.
_mask — Property, class lunas.containers.ListContainer
This CoreShape reference defines a mask display.
maskIsActive — Property, class lunas.containers.ListContainer
Indicates if the mask is active or not over this container.
_maskPen — Property, class lunas.containers.ListContainer
The pen of the mask IPen object.
maskView — Property, class lunas.containers.ListContainer
Determinates the mask reference of this container.
matchInternalPointWithExternal(internalPoint:flash.geom:Point, externalPoint:flash.geom:Point) — method, class graphics.geom.MatrixTransform
Moves a matrix as necessary to align an internal point with an external point.
MathEvaluator — class, package system.evaluators
Evaluates mathematical string expressions.
MathEvaluator(context:Object) — Constructor, class system.evaluators.MathEvaluator
Creates a new MathsEvaluator instance.
matrix — Property, class graphics.FillBitmapStyle
A matrix object (of the flash.geom.Matrix class), which you can use to define transformations on the bitmap.
matrix — Property, class graphics.FillShaderStyle
An optional transformation matrix as defined by the flash.geom.Matrix class.
matrix — Property, class graphics.GradientStyle
A transformation matrix as defined by the flash.geom.Matrix class.
matrix — Property, class graphics.LineShaderStyle
An optional transformation matrix as defined by the flash.geom.Matrix class.
matrix — Property, class graphics.colors.ColorMatrix
The matrix representation of all color components values.
matrix — Property, class graphics.geom.MatrixTransform
The Matrix reference to transform.
Matrix2 — class, package graphics.geom
Matrix with 4 rows and 4 columns.
Matrix2(... rest) — Constructor, class graphics.geom.Matrix2
Creates a new Matrix2 instance.
Matrix4 — class, package graphics.geom
Matrix with 4 rows and 4 columns.
Matrix4(... rest) — Constructor, class graphics.geom.Matrix4
Creates a new Matrix4 instance.
MatrixContainer — class, package lunas.containers
This container use a matrix layout pattern.
MatrixContainer(columns:int, lines:int, direction:String) — Constructor, class lunas.containers.MatrixContainer
Creates a new MatrixContainer instance.
MatrixN — class, package graphics.geom
Defines a Matrix with n rows and n columns.
MatrixN(r:uint, c:uint, ar:Array) — Constructor, class graphics.geom.MatrixN
Creates a new Matrix instance.
Matrixs — final class, package graphics.geom
Static tool class to manipulate and transform flash.geom.Matrix instances.
Matrixs4 — class, package graphics.geom
Static tool class to manipulate and transform Matrix4 references.
MatrixTransform — class, package graphics.geom
Helper to transform a flash.geomatrix.Matrix.
MatrixTransform(matrix:flash.geom:Matrix, degrees:Boolean) — Constructor, class graphics.geom.MatrixTransform
Creates a new MatrixTransform instance.
max(vector:graphics.geom:Vector2) — method, class graphics.geom.Vector2
Returns the new Vector2 with the maximum horizontal coordinate and the maximum vertical coordinate.
max — Property, class graphics.transitions.TweenRange
Determinates the maximum value of the range.
_max — Property, class lunas.CoreProgress
The max value of the progress.
max — Property, class system.numeric.Range
The max value of the range.
MAX — Constant Static Property, class core.bit
MAX — Constant Static Property, class system.numeric.RomanNumber
The maximum parsing value.
MAX_CAPACITY — Static Property, class system.data.queues.CircularQueue
The default numbers of elements in the queue.
maxChars — Property, interface lunas.TextInput
Maximum number of characters that users can enter in the text field.
maxChars — Property, class lunas.components.textinputs.CoreTextInput
Maximum number of characters that users can enter in the text field.
maxCount — Property, class system.process.CountDown
Determinates the number of seconds to countdown.
maxDepth — Property, class system.process.ActionURLLoader
Determinates the max depth to collaspe the structure of an object in the console.
MAX_DEPTH_RANGE — Static Property, class system.process.ActionURLLoader
The range of the max depth value.
maxHeight — Property, class vegas.display.Background
This property defined the maximum height of this display.
maxHeight — Property, class vegas.media.StageVideoExpert
This property defined the maximum height of this display.
maxHexValue — Constant Property, class system.evaluators.MathEvaluator
The max hexadecimal value.
maxHorizontalScrollPosition() — method, class lunas.components.textinputs.CoreTextInput
Maximum value of horizontalScrollPosition.
maximum — Constant Property, class graphics.colors.RGB
The maximum value specified with a color component.
maximum — Property, class graphics.drawing.BubblePen
The maximum Vector2 object to defines the bottom right point of the rectangle area in the bubble shape.
maximum — Property, class lunas.CoreProgress
The maximum value of this scrollbar.
maximum — Property, interface lunas.Progress
The maximum value of the progress.
maximumLevel — Property, class lunas.components.bars.LevelBar
The maximum level of the media.
_maxLevel — Property, class lunas.components.bars.LevelBar
The max level value.
maxPeerConnections — Property, class vegas.net.NetServerConnection
The total number of inbound and outbound peer connections that this instance of Flash Player or Adobe AIR allows.
MAX_RECURSION — Static Property, class system.formatters.ExpressionFormatter
The max recursion value.
maxscroll — Property, class lunas.containers.ScrollContainer
Returns the maxscroll value.
maxSize() — method, interface system.data.Boundable
Returns the max number of occurrences in the given collection.
maxSize() — method, class system.data.queues.CircularQueue
Returns the max number of occurrences in the given queue.
maxWidth — Property, class vegas.display.Background
Defines the maximum width of this display.
maxWidth — Property, class vegas.media.StageVideoExpert
Defines the maximum width of this display.
MAY — Constant Static Property, class system.formatters.date.Months
Fully written out string for may.
MAY — Static Property, class vegas.date.Month
Fully written out string for may.
MD5 — class, package calista.hash
Encrypt a string with the MD5 algorithm.
measure() — method, class graphics.layouts.BoxLayout
Calculates the default sizes and minimum and maximum values.
measure() — method, class graphics.layouts.CircleLayout
Calculates the default sizes and minimum and maximum values.
measure() — method, class graphics.layouts.CoreLayout
Calculates the default sizes and minimum and maximum values.
measure() — method, class graphics.layouts.GridLayout
Calculates the default sizes and minimum and maximum values.
measure() — method, interface graphics.layouts.Layout
Calculates the default sizes and minimum and maximum values.
measuredHeight — Property, class graphics.layouts.CoreLayout
The default height of the component, in pixels.
measuredHeight — Property, interface graphics.layouts.Layout
The default height of the layout, in pixels.
measuredWidth — Property, class graphics.layouts.CoreLayout
The default width of the component, in pixels.
measuredWidth — Property, interface graphics.layouts.Layout
The default width of the layout, in pixels.
MediaButton — class, package lunas.components.buttons
The MediaButton component.
MediaButton(id:any) — Constructor, class lunas.components.buttons.MediaButton
Creates a new MediaButton instance.
MediaButtonBuilder — class, package lunas.components.buttons
The builder of the MediaButton component.
MediaButtonBuilder(target:any) — Constructor, class lunas.components.buttons.MediaButtonBuilder
Creates a new MediaButtonBuilder instance.
MediaButtonStyle — class, package lunas.components.buttons
This style of the MediaButton style.
MediaButtonStyle(init:any, id:any) — Constructor, class lunas.components.buttons.MediaButtonStyle
Creates a new MediaButtonStyle instance.
MediaExpert — class, package vegas.media
This core expert is a basic implementation to create the MicrophoneExpert and CameraExpert class.
MediaExpert(global:Boolean, channel:String, id:any) — Constructor, class vegas.media.MediaExpert
Creates a new MediaExpert instance.
MediaExpertEvent — class, package vegas.events
Dispatched when a Microphone or Camera status is changed "muted" or "unmuted" or if this activity is changed.
MediaExpertEvent(type:String, target:Object, context:any, bubbles:Boolean, cancelable:Boolean, time:Number) — Constructor, class vegas.events.MediaExpertEvent
Creates a new MediaExpertEvent instance.
MEDIUM_AQUA_MARINE — Constant Static Property, class vegas.colors.SVGColor
The 'MediumAquaMarine' SVG color object.
MEDIUM_BLUE — Constant Static Property, class vegas.colors.SVGColor
The 'MediumBlue' SVG color object.
MEDIUM_ORCHID — Constant Static Property, class vegas.colors.SVGColor
The 'MediumOrchid' SVG color object.
MEDIUM_PURPLE — Constant Static Property, class vegas.colors.SVGColor
The 'MediumPurple' SVG color object.
MEDIUM_SEA_GREEN — Constant Static Property, class vegas.colors.SVGColor
The 'MediumSeaGreen' SVG color object.
MEDIUM_SLATE_BLUE — Constant Static Property, class vegas.colors.SVGColor
The 'MediumSlateBlue' SVG color object.
MEDIUM_SPRING_GREEN — Constant Static Property, class vegas.colors.SVGColor
The 'MediumSpringGreen' SVG color object.
MEDIUM_TURQUOISE — Constant Static Property, class vegas.colors.SVGColor
The 'MediumTurquoise' SVG color object.
MEDIUM_VIOLET_RED — Constant Static Property, class vegas.colors.SVGColor
The 'MediumVioletRed' SVG color object.
MemberInfo — Interface, package system.reflection
This interface is implemented in all the member information objects.
members — Property, interface system.reflection.ClassInfo
List all members in the class.
MemberType — class, package system.reflection
The member type enumeration class.
MemberType(value:int, name:String) — Constructor, class system.reflection.MemberType
Creates a new MemberType instance.
merge — Package Constant Property, core.objects
Merging enumerable properties from a specific Object to a target Object.
message — Property, class system.logging.LoggerEntry
Provides access to the message that was entry.
MessageBroadcaster — class, package system.broadcasters
This class provides a Broadcaster to dispatch basic message, this broadcaster use a basic "Observer" implementation (like ASBroadcaster in AS1).
MessageBroadcaster(listeners:Array) — Constructor, class system.broadcasters.MessageBroadcaster
Creates a new MessageBroadcaster instance.
meta — Property, class vegas.net.NetStreamClient
This signal emit metadatas informations when the application receives descriptive information embedded in the video being played.
Metaball — class, package graphics.geom
Metaballs are, in computer graphics, organic-looking n-dimensional objects.
Metaball(x:Number, y:Number, radius:Number) — Constructor, class graphics.geom.Metaball
Creates a new Metaball instance.
metadata — class, package system
stores static metadata about the project
metadata — Property, class vegas.net.NetStreamClient
The flv metadata object.
metadatacreator — Property, class vegas.media.FLVMetaData
The metadata name of the creator.
metadatadate — Property, class vegas.media.FLVMetaData
The metadata date of the video.
method — Property, class system.events.Delegate
Indicates the proxy method reference.
method — Property, class system.ioc.ObjectListener
The name of the method to invoke when the event is handle.
method — Property, class system.process.BindTask
The method to execute.
method — Constant Static Property, class system.reflection.MemberType
The "method" member type value.
Method — class, package system.process.caches
Determinates a "method" value object.
Method(name:String, arguments:Array) — Constructor, class system.process.caches.Method
Creates a new Method instance.
METHOD — Constant Static Property, class system.ioc.ObjectListener
Defines the "method" attribute in a listener object definition.
MethodInfo — Interface, package system.reflection
This interface defines the method information tool objects.
methodName — Property, class system.remoting.RemotingService
Indicates the name of the server-side service's method.
methodName — Property, class vegas.vo.NetServerInfoVO
The name of the method called.
methods — Property, interface system.reflection.ClassInfo
List all methods in the class.
microphone — Property, class vegas.media.MicrophoneExpert
Returns the Microphone client reference.
MicrophoneExpert — class, package vegas.media
This expert manage all Microphone reference in the application.
MicrophoneExpert(setting:vegas.media:MicrophoneVO, index:int, global:Boolean, channel:String, id:any) — Constructor, class vegas.media.MicrophoneExpert
Creates a new MicrophoneExpert instance.
MicrophoneStatus — class, package vegas.media
The enumeration static class of all Microphone status.
MicrophoneVO — class, package vegas.media
This value object contains all values to set a Microphone object.
MicrophoneVO(init:Object) — Constructor, class vegas.media.MicrophoneVO
Creates a new MicrophoneVO instance.
middle(vector:graphics.geom:Vector2) — method, class graphics.geom.Vector2
Returns the middle Vector2 object between 2 Points.
MIDNIGHT_BLUE — Constant Static Property, class vegas.colors.SVGColor
The 'MidnightBlue' SVG color object.
MILLISECOND — Constant Static Property, class system.formatters.DateFormatter
Placeholder for millisecond in date format.
MILLISECOND — Constant Static Property, class vegas.date.Calendar
Constant field representing milliseconds ("ms").
MILLISECOND_FORMAT — Constant Static Property, class vegas.date.Time
The 'millisecond' string representation to format the unit amount time value.
milliSeconds — Property, class vegas.date.Time
Amount of milliseconds.
MIME — class, package vegas.net
Multipurpose Internet Mail Extensions (MIME), an Internet media type, originally called a MIME type after MIME and sometimes a Content-type after the name of a header in several protocols whose value is such a type, is a two-part identifier for file formats on the Internet.
MIME(mimeType:String, extensions:Array) — Constructor, class vegas.net.MIME
Creates a new Mime instance.
min(vector:graphics.geom:Vector2) — method, class graphics.geom.Vector2
Returns a new Vector2 with the minimum horizontal coordinate and the minimize vertical coordinate.
min — Property, class graphics.transitions.TweenRange
Determinates the minimum value of the range.
_min — Property, class lunas.CoreProgress
The min value of the progress.
min — Property, class system.numeric.Range
The min value of the range.
MIN — Constant Static Property, class core.bit
MIN — Constant Static Property, class system.numeric.RomanNumber
The minimum parsing value.
minHeight — Property, class vegas.display.Background
This property defined the mimimun height of this display (This value is >= 0).
minHeight — Property, class vegas.media.StageVideoExpert
This property defined the mimimun height of this display (This value is >= 0).
Minifier — class, package vegas.strings
Provides a script to remove comments and unnecessary whitespaces from ECMAScript strings.
Minifier(input:String, level:uint) — Constructor, class vegas.strings.Minifier
Creates a new JSMinifier instance.
MinifierStrings — class, package vegas.strings
The string messages used in the Minifier class.
MINIMAL — Constant Static Property, class vegas.strings.Minifier
Original algorithm but keep linefeeds if single.
minimum — Property, class graphics.drawing.BubblePen
The minimum Vector2 object to defines the top left point of the rectangle area in the bubble shape.
minimum — Property, class lunas.CoreProgress
The minimum value of this scrollbar.
minimum — Property, interface lunas.Progress
The minimum value of the progress.
minimumLevel — Property, class lunas.components.bars.LevelBar
The minimum level of the media.
_minLevel — Property, class lunas.components.bars.LevelBar
The min level value.
minor — Property, class core.version
Indicates the minor value of this version.
minor — Property, class system.Version
Indicates the minor value of this version.
MINT_CREAM — Constant Static Property, class vegas.colors.SVGColor
The 'MintCream' SVG color object.
minus — Constant Static Property, class system.Char
The minus (hyphen) unicode character.
minus(timeDifference:vegas.date:Time) — method, class vegas.date.Time
Removes the passed-in timeDifference from the current time.
MINUTE — Constant Static Property, class system.formatters.DateFormatter
Placeholder for minute in hour in date format.
MINUTE — Constant Static Property, class vegas.date.Calendar
Constant field representing minutes ("mn").
MINUTE — Constant Static Property, class vegas.date.Time
Factor from ms to minute.
MINUTE_FORMAT — Constant Static Property, class vegas.date.Time
The 'minute' string representation to format the unit amount time value.
minutes — Property, class vegas.date.Time
Amount of minutes.
minWidth — Property, class vegas.display.Background
This property defined the mimimun width of this display (This value is >= 0).
minWidth — Property, class vegas.media.StageVideoExpert
This property defined the mimimun width of this display (This value is >= 0).
MISTY_ROSE — Constant Static Property, class vegas.colors.SVGColor
The 'MistyRose' SVG color object.
miterLimit — Property, class graphics.LineStyle
A number that indicates the limit at which a miter is cut off.
MobileDeviceType — class, package graphics.display
Constants defining mobile device types.
MOCCASIN — Constant Static Property, class vegas.colors.SVGColor
The 'Moccasin' SVG color object.
modCount — Property, class system.data.bags.CoreMapBag
This property is a protector used in the BagIterator object of this bag.
modCount — Property, class system.data.lists.ArrayList
This property is a protector used in the ListIterator object of this List.
modCount — Property, class system.data.lists.LinkedList
This property is a protector used in the ListIterator object of this List.
mode — Property, class graphics.display.TimelineInspector
Determinates the mode of the inspector.
mode — Property, class system.process.TaskGroup
Determinates the mode of the group.
model — Property, class vegas.models.maps.InitMapModelObject
The model reference.
Model — Interface, package system.models
The Model interface defines all models in the application.
Model — Interface, package vegas.models
The Model interface defines all models in the application, all models are Identifiable and Runnable.
ModelObject — Interface, package vegas.models
This interface define a model who register and manipulate ValueObject objects.
ModelObjectEvent — class, package vegas.events
The ModelObjectEvent is the basic event use in a IModelObject to notify changed.
ModelObjectEvent(type:String, model:vegas.models:ModelObject, vo:system.data:ValueObject, target:Object, context:any, bubbles:Boolean, cancelable:Boolean, time:Number) — Constructor, class vegas.events.ModelObjectEvent
Creates a new ModelObjectEvent instance.
MONDAY — Constant Static Property, class system.formatters.date.Weekdays
Fully written out string for monday.
MONDAY — Static Property, class vegas.date.Day
Fully written out string for monday.
Month — class, package vegas.date
This static enumeration class register all string constants to defined a month.
MONTH — Constant Static Property, class vegas.date.Calendar
Constant field representing Month ("M").
MONTH_AS_NUMBER — Constant Static Property, class system.formatters.DateFormatter
Placeholder for month in year as number in date format.
MONTH_AS_TEXT — Constant Static Property, class system.formatters.DateFormatter
Placeholder for month in year as text in date format.
Months — class, package system.formatters.date
This static enumeration class register all string constants to defined a month.
Mosaic — class, package graphics.filters
The byteCode of the pixelbender Mosaic effect to initialize a Shader in the MosaicFilter class.
Mosaic() — Constructor, class graphics.filters.Mosaic
Creates a new Mosaic instance.
MosaicFilter — class, package graphics.filters
The MosaicFilter class applies a mosaic transformation over a display or a bitmap.
MosaicFilter(init:Object, shader:flash.display:Shader) — Constructor, class graphics.filters.MosaicFilter
Creates a new MosaicFilter instance.
Motion — class, package graphics.transitions
The Motion class.
Motion() — Constructor, class graphics.transitions.Motion
Creates a new Motion instance.
motionLevel — Property, class vegas.media.CameraVO
A numeric value that specifies the amount of motion required to invoke the activity event.
motionTimeout — Property, class vegas.media.CameraVO
The number of milliseconds between the time the camera stops detecting motion and the time the activity event is invoked.
MOUSE_DOWN — Static Property, class lunas.events.ButtonEvent
Defines the value of the type property of a mouseDown event object.
mouseEnabled — Property, class lunas.components.buttons.CoreButton
Specifies whether this object receives mouse messages.
MOUSE_MOVE — Static Property, class lunas.events.ButtonEvent
Defines the value of the type property of a mouseMove event object.
MOUSE_OUT — Static Property, class lunas.events.ButtonEvent
Defines the value of the type property of a mouseOut event object.
MOUSE_OVER — Static Property, class lunas.events.ButtonEvent
Defines the value of the type property of a mouseOver event object.
MOUSE_UP — Static Property, class lunas.events.ButtonEvent
Defines the value of the type property of a mouseUp event object.
mouseVisible — Property, class vegas.display.Protector
Indicates if the mouse is visible when the protector is started.
MouseWheelInspector — class, package vegas.ui
This mousewheel inspector use JS to inspect the mouse wheel event (problem with mac for example).
MouseWheelInspector(stage:flash.display:Stage) — Constructor, class vegas.ui.MouseWheelInspector
Creates a new MouseWheelInspector instance.
MouseWheelScript — Package Constant Property, vegas.ui
The MouseWheelInspector Javascript script.
move(child:flash.display:DisplayObject, container:flash.display:DisplayObjectContainer, index:int) — Static Method , class graphics.display.DisplayObjectContainers
Moves a specified child object in the specified container at the specified z-depth value.
move(x:Number, y:Number, octave:int) — method, class graphics.display.PerlinNoiseBitmapData
Move the frequency of all octaves.
move(x:Number, y:Number) — method, class lunas.CoreComponent
Moves the component.
MOVE — Static Property, class lunas.events.ComponentEvent
Defines the value of the type property of an 'move' component.
MoveTo — class, package graphics.process.display
This process move a DisplayObject in a specific x,y,z position.
MoveTo(target:flash.display:DisplayObject, x:Number, y:Number, z:Number) — Constructor, class graphics.process.display.MoveTo
Creates a new MoveTo instance.
MP3 — Constant Static Property, class vegas.media.AudioCodec
The MP3 audio codec value.
ms — Property, class vegas.date.Time
Time difference in ms.
MultiEvaluator — class, package system.evaluators
This IEvaluator use a Array collection of evaluators to evaluate the specified value.
MultiEvaluator(... rest) — Constructor, class system.evaluators.MultiEvaluator
Creates a new MultiEvaluator instance.
multiline — Property, class lunas.components.buttons.DashboardButtonStyle
Indicates if the text in the button is multiline.
multiline — Property, class lunas.components.buttons.LabelButtonStyle
Indicates if the text in the button is multiline.
multiline — Property, class lunas.components.buttons.MediaButtonStyle
Indicates if the text in the button is multiline.
multiline — Property, class lunas.components.buttons.SwitchLabelButtonStyle
Indicates if the text in the button is multiline.
multiline — Property, class lunas.components.labels.LabelStyle
Indicates if the text in the button is multiline.
multiline — Property, class lunas.components.textinputs.CoreTextInput
Indicates whether the text field is a multiline text field.
MULTILINE — Constant Static Property, class core.strings.WildExp
const the MULTILINE value (2).
MultiMap — Interface, package system.data
This interface defines a Map with multiple values to keys.
MultiMapFormatter — class, package system.data.maps
Converts a MultiMap to a custom string representation.
MultiMapFormatter() — Constructor, class system.data.maps.MultiMapFormatter
Creates a new MultiMapFormatter instance.
multipleSimultaneousAllowed — Property, class system.remoting.RemotingService
Defines if the service can lauch multiple simultaneous connections.
multiply(q:graphics.geom:Quaternion) — method, class graphics.geom.Quaternion
Multiply the Quaternion with an other Quaternion.
multiply(n:Number) — method, class vegas.colors.TransformColor
Corresponding a filter in mode "multiply" in photoshop over a display object.
MultiSetMap — class, package system.data.maps
The MultiSetMap is a MutltiMap that contains no duplicate elements in a specified key.
MultiSetMap(map:system.data:Map, factory:any) — Constructor, class system.data.maps.MultiSetMap
Creates a new MultiSetMap instance.
MultiValueMap — class, package system.data.maps
A Map with multiple values to keys.
MultiValueMap(map:system.data:Map, factory:any) — Constructor, class system.data.maps.MultiValueMap
Creates a new MultiValueMap instance.
MULTIWORD — Constant Static Property, class core.strings.WildExp
const the MULTIWORD value (4).
mute() — method, class vegas.media.CoreSound
Mute the sound.
mute() — method, class vegas.net.NetStreamClient
Mute the sound of the netstream.
MUTED — Constant Static Property, class vegas.events.MediaExpertEvent
The name of the event when the Microphone is muted.
MUTED — Constant Static Property, class vegas.media.CameraStatus
The status name when the Camera is muted.
MUTED — Constant Static Property, class vegas.media.MicrophoneStatus
The status name when the Microphone is muted.
muteIt — Property, class vegas.media.CoreSound
This signal emit when the sound is muted.
muteIt — Property, class vegas.net.NetStreamClient
This signal emit when the sound is muted.
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