記号   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
Macintosh ファイルタイプのリストです。
maintainAspectRatio — Property in class fl.containers.UILoader
元のイメージの縦横比を維持するか、またはイメージのサイズを UILoader コンポーネントの現在の幅と高さに合わせるかどうかを示す値を取得または設定します。
MAINTAIN_ASPECT_RATIO — Constant static property in class fl.video.VideoScaleMode
元の縦横比を維持したまま、registrationX、registrationY、registrationWidth、および registrationHeight プロパティによって決まる矩形内にビデオを収めるように指定します。
MANUAL — Constant static property in class fl.controls.ProgressBarMode
ProgressBar コンポーネントの状態を手動で更新します。
manufacturer — Static property in class flash.system.Capabilities
Flash Player の製造元を指定します。形式は "Adobe OSName" です。
map(callback:Function, thisObject) — Method in class Array
配列内の各アイテムについて関数を実行し、元の配列の各アイテムに対する関数の結果に対応するアイテムから成る新しい配列を作成します。
mapBitmap — Property in class flash.filters.DisplacementMapFilter
置き換えマップデータが含まれる BitmapData オブジェクトです。
mapPoint — Property in class flash.filters.DisplacementMapFilter
マップイメージの左上隅を基準としたターゲット表示オブジェクトの左上隅のオフセットが含まれる値です。
marshallExceptions — Static property in class flash.external.ExternalInterface
外部インターフェイスによって、ActionScript 例外を現在のブラウザに、JavaScript 例外を Flash Player に渡そうとする必要があるかどうかを示します。
mask — Property in class flash.display.DisplayObject
呼び出し元の表示オブジェクトは、指定された mask オブジェクトによってマスクされます。
match(pattern) — Method in class String
指定された pattern をストリングと照合します。
matchInternalPointWithExternal(m:flash.geom:Matrix, internalPoint:flash.geom:Point, externalPoint:flash.geom:Point) — Static method in class fl.motion.MatrixTransformer
内部のポイントと外部のポイントとが一致するようにマトリックスを移動します。
Math — Final class in Top Level
Math クラスには、一般的な数学関数および値を表すメソッドおよび定数があります。
matrix — Property in class flash.filters.ColorMatrixFilter
4 × 5 カラー変換用の 20 個のアイテムの配列です。
matrix — Property in class flash.filters.ConvolutionFilter
マトリックス変換に使用する値の配列です。
matrix — Property in class flash.geom.Transform
表示オブジェクトの拡大 / 縮小、回転、および変換に影響を与える値を格納している Matrix オブジェクトです。
Matrix — Class in package flash.geom
Matrix クラスは、2 つの座標空間の間におけるポイントのマッピング方法を決定する変換マトリックス (変換行列) を表します。
Matrix(a:Number, b:Number, c:Number, d:Number, tx:Number, ty:Number) — Constructor in class flash.geom.Matrix
指定されたパラメータで新しい Matrix オブジェクトを作成します。
MatrixTransformer — Class in package fl.motion
MatrixTransformer クラスには、変換マトリックスの個々のプロパティ (水平/垂直スケール、水平/垂直傾斜角度、回転など) を変更するためのメソッドが存在します。
matrixX — Property in class flash.filters.ConvolutionFilter
マトリックスの x 次元 (マトリックスの列数) です。
matrixY — Property in class flash.filters.ConvolutionFilter
マトリックスの y 次元 (マトリックスの行数) です。
max(val1:Number, val2:Number, ... rest) — Static method in class Math
val1 と val2 (または 3 つ以上の値) を評価し、最大値を返します。
maxChars — Property in class fl.controls.TextArea
テキストフィールドにユーザーが入力できる最大の文字数を取得または設定します。
maxChars — Property in class fl.controls.TextInput
テキストフィールドにユーザーが入力できる最大の文字数を取得または設定します。
maxChars — Property in class flash.text.TextField
ユーザーが入力するときに、テキストフィールドに入力できる最大の文字数です。
maxHorizontalScrollPosition — Property in class fl.containers.BaseScrollPane
現在のコンテンツの水平スクロール位置の最大値 (ピクセル単位) を取得します。
maxHorizontalScrollPosition — Property in class fl.controls.SelectableList
horizontalScrollPolicy プロパティが ScrollPolicy.ON に設定されているときに、リストを右方向にスクロールするピクセル数を取得または設定します。
maxHorizontalScrollPosition — Property in class fl.controls.TextArea
horizontalScrollPosition プロパティの最大値を取得します。
maxHorizontalScrollPosition — Property in class fl.controls.TextInput
テキストフィールドをスクロールできる右端の最も遠い位置を示す値を取得します。
maxHorizontalScrollPosition — Property in class fl.controls.TileList
現在のコンテンツの水平スクロール位置の最大値 (ピクセル単位) を取得します。
maximum — Property in class fl.controls.NumericStepper
連続する数値に対して最大値を取得または設定します。
maximum — Property in class fl.controls.ProgressBar
ProgressBar.mode プロパティが ProgressBarMode.MANUAL に設定されている場合に、プログレスバーの最大値を取得または設定します。
maximum — Property in class fl.controls.Slider
Slider コンポーネントインスタンスで設定できる最大値。
maxLevel — Static property in class flash.text.TextRenderer
高度なアンチエイリアス用の ADF 品質レベルです。
maxScrollH — Property in class flash.text.TextField
scrollH の最大値です。
maxScrollPosition — Property in class fl.controls.ScrollBar
最大スクロール位置を表す数値を取得または設定します。
maxScrollV — Property in class flash.text.TextField
scrollH の最大値です。
MAX_VALUE — Constant static property in class int
表現可能な 32 ビット符号付き整数の最大値、2,147,483,647 です。
MAX_VALUE — Constant static property in class Number
表現可能な最大の数値 (倍精度 IEEE-754) です。
MAX_VALUE — Constant static property in class uint
表現可能な 32 ビット符号なし整数の最大値、4,294,967,295 です。
maxVerticalScrollPosition — Property in class fl.containers.BaseScrollPane
現在のコンテンツの垂直スクロール位置の最大値 (ピクセル単位) を取得します。
maxVerticalScrollPosition — Property in class fl.controls.TextArea
verticalScrollPosition プロパティの最大値を取得します。
MEDIUM — Constant static property in class flash.display.StageQuality
普通のレンダリング品質を指定します。グラフィックは 2 x 2 ピクセルグリッドを使用してアンチエイリアス処理されますが、ビットマップはスムージングされません。
MEDIUM — Constant static property in class flash.filters.BitmapFilterQuality
標準品質のフィルタ設定を定義します。
MemoryError — Dynamic class in package flash.errors
MemoryError 例外は、メモリ割り当て要求が失敗した場合にスローされます。
MemoryError(message:String) — Constructor in class flash.errors.MemoryError
新しい MemoryError オブジェクトを作成します。
menuItemSelect — Event in class flash.ui.ContextMenuItem
ユーザーがコンテキストメニューからアイテムを選択したときに送出されます。
MENU_ITEM_SELECT — Constant static property in class flash.events.ContextMenuEvent
menuItemSelect イベントオブジェクトの type プロパティ値を定義します。
menuSelect — Event in class flash.ui.ContextMenu
ユーザーが最初にコンテキストメニューを生成したときに、コンテキストメニューの内容が表示される前に送出されます。
MENU_SELECT — Constant static property in class flash.events.ContextMenuEvent
menuSelect イベントオブジェクトの type プロパティ値を定義します。
merge(newData:Object) — Method in class fl.data.DataProvider
データプロバイダに含まれるデータに指定のデータを追加し、重複するアイテムがあれば削除します。
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
ソースイメージとターゲットイメージをチャンネルごとにブレンドします。
mergeStyles(... rest) — Static method in class fl.core.UIComponent
複数のクラスのスタイルを 1 つのオブジェクトに結合します。
message — Property in class Error
Error オブジェクトに関連付けられたメッセージです。
metadata — Property in class fl.video.FLVPlayback
メタデータ情報パケットであるオブジェクトです。NetSteam.onMetaData() コールバックメソッドの呼び出しで、利用できる場合に返されます。
metadata — Property in class fl.video.VideoPlayer
メタデータ情報パケットであるオブジェクトです。NetSteam.onMetaData() コールバックメソッドの呼び出しで、利用できる場合に返されます。
MetadataEvent — Class in package fl.video
Flash® Player は、ユーザーが FLV ファイルのメタデータ情報パケット (NetStream.onMetaData) を要求したとき、およびキューポイント (NetStream.onCuePoint) が FLV ファイルで見つかったときに、MetadataEvent オブジェクトを送出します。
MetadataEvent(type:String, bubbles:Boolean, cancelable:Boolean, info:Object, vp:uint) — Constructor in class fl.video.MetadataEvent
メタデータイベントに関する情報を含む Event オブジェクトを作成します。
metadataLoaded — Property in class fl.video.FLVPlayback
ブール値です。メタデータパケットが見つかり処理された場合、または FLV ファイルがメタデータパケットなしにエンコードされた場合に true になります。
metadataReceived — Event in class fl.video.FLVPlayback
FLV ファイルのメタデータに初めて到達したときに送出されます。
metadataReceived — Event in class fl.video.VideoPlayer
FLV ファイルのメタデータに初めて到達したときに送出されます。
METADATA_RECEIVED — Constant static property in class fl.video.MetadataEvent
metadataReceived イベントオブジェクトの type プロパティ値を定義します。
method — Property in class flash.net.URLRequest
HTTP フォーム送信メソッドが GET または POST のどちらの操作であるかを制御します。
Microphone — Final class in package flash.media
Microphone クラスを使用すると、Flash Player を実行するコンピュータに接続されたマイクからオーディオをキャプチャできます。
MICROPHONE — Constant static property in class flash.system.SecurityPanel
Security.showSettings() に渡されると、Flash Player の [設定] の [マイク] パネルが表示されます。
milliseconds — Property in class Date
Date オブジェクトのローカル時間によるミリ秒 (0 ~ 999 の整数) 部分です。
millisecondsUTC — Property in class Date
Date オブジェクトの世界時 (UTC) によるミリ秒 (0 ~ 999 の整数) 部分です。
min(val1:Number, val2:Number, ... rest) — Static method in class Math
val1 と val2 (または 3 つ以上の値) を評価し、最小値を返します。
minColumnWidth — Property in class fl.controls.DataGrid
DataGrid 列の最小幅 (ピクセル単位) を取得または設定します。
minimum — Property in class fl.controls.NumericStepper
連続する数値に対して最小値を取得または設定します。
minimum — Property in class fl.controls.ProgressBar
ProgressBar.mode プロパティが ProgressBarMode.MANUAL に設定されている場合に、プログレスバーの最小値を取得または設定します。
minimum — Property in class fl.controls.Slider
Slider コンポーネントインスタンスで設定できる最小値。
minScrollPosition — Property in class fl.controls.ScrollBar
最小スクロール位置を表す数値を取得または設定します。
minutes — Property in class Date
Date オブジェクトのローカル時間による分 (0 ~ 59 の整数) 部分です。
minutesUTC — Property in class Date
Date オブジェクトの世界時 (UTC) による分 (0 ~ 59 の整数) 部分です。
MIN_VALUE — Constant static property in class int
表現可能な 32 ビット符号付き整数の最小値、-2,147,483,648 です。
MIN_VALUE — Constant static property in class Number
0 以外の正の値で、表現可能な最小の数値 (倍精度 IEEE-754) です。
MIN_VALUE — Constant static property in class uint
表現可能な符号なし整数の最小値、0 です。
minWidth — Property in class fl.controls.dataGridClasses.DataGridColumn
列の最小幅です (ピクセル単位)。
MISSING_SKIN_STYLE — Constant static property in class fl.video.VideoError
スキンのスタイルが見つからないことを示す状態変数です。
MITER — Constant static property in class flash.display.JointStyle
flash.display.Graphics.lineStyle() メソッドの joints パラメータでマイター結合を指定します。
MMExecute(name:String) — Package function in adobe.utils
ActionScript から Flash JavaScript API (JSAPI) のコマンドを発行できます。
mode — Property in class fl.controls.ProgressBar
プログレスバーの更新に使用されるメソッドを取得または設定します。
mode — Property in class flash.filters.DisplacementMapFilter
フィルタのモードです。
modificationDate — Property in class flash.net.FileReference
ローカルディスク上に存在するファイルの最終変更日です。
month — Property in class Date
Date オブジェクトのローカル時間による月 (1 月は 0、2 月は 1 など) です。
monthUTC — Property in class Date
Date オブジェクトの世界時 (UTC) による月 (0 (1 月) ~ 11 (12 月)) 部分です。
MorphShape — Final class in package flash.display
MorphShape クラスは、表示リスト上の MorphShape オブジェクトを表します。
motion — Property in class fl.motion.Animator
アニメーションのモーショントゥイーンプロパティを含んでいるオブジェクトです。
Motion — Class in package fl.motion
Motion クラスは、ビジュアルオブジェクトに適用することのできる、キーフレームのアニメーションシーケンスを保存します。
Motion(xml:XML) — Constructor in class fl.motion.Motion
Motion インスタンスのコンストラクタです。
motionChange — Event in class fl.transitions.Tween
MOTION_CHANGE — Constant static property in class fl.transitions.TweenEvent
Tween が変更され、画面が更新されたことを示します。
motionEnd — Event in class fl.motion.Animator
モーションの最後に到達したか、stop() メソッドまたは end() メソッドによってモーションが中断されたために、再生が完了したときに送出されます。
MOTION_END — Constant static property in class fl.motion.MotionEvent
Animator.stop() または Animator.end() が明示的に呼び出されたか、Motion インスタンスの最後に到達したことによってモーションが停止したことを示します。
MotionEvent — Class in package fl.motion
MotionEvent クラスは、fl.motion.Animator クラスによってブロードキャストされるイベントを表します。
MotionEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor in class fl.motion.MotionEvent
コンストラクタです。
motionFinish — Event in class fl.transitions.Tween
MOTION_FINISH — Constant static property in class fl.transitions.TweenEvent
Tween が最後に到達して、終了したことを示します。
motionLevel — Property in class flash.media.Camera
activity イベントを送出するために必要なモーションの量です。
motionLoop — Event in class fl.transitions.Tween
MOTION_LOOP — Constant static property in class fl.transitions.TweenEvent
Tween がループモードの開始から再生を再開したことを示します。
motionResume — Event in class fl.transitions.Tween
MOTION_RESUME — Constant static property in class fl.transitions.TweenEvent
Tween が一時停止の後で再生を再開したことを示します。
motionStart — Event in class fl.motion.Animator
モーションの再生開始時に送出されます。
motionStart — Event in class fl.transitions.Tween
MOTION_START — Constant static property in class fl.motion.MotionEvent
Motion インスタンスの再生が開始されたことを示します。
MOTION_START — Constant static property in class fl.transitions.TweenEvent
モーションの再生が開始したことを示します。
motionStop — Event in class fl.transitions.Tween
MOTION_STOP — Constant static property in class fl.transitions.TweenEvent
Tween.stop() を明示的に呼びだして Tween が停止されたことを示します。
motionTimeout — Property in class flash.media.Camera
カメラがモーション検知を停止してから、activity イベントが呼び出されるまでの時間 (ミリ秒単位) です。
motionUpdate — Event in class fl.motion.Animator
モーションが変更され、画面が更新された場合に送出されます。
MOTION_UPDATE — Constant static property in class fl.motion.MotionEvent
Motion インスタンスが変更され、画面が更新されたことを示します。
Mouse — Final class in package flash.ui
Mouse クラスのメソッドは、マウスポインタを表示または非表示にするために使用されます。
MOUSE — Constant static property in class fl.events.InteractionInputType
InteractionInputType.MOUSE 定数は、mouse イベントオブジェクトの type プロパティ値を定義します。
mouseChildren — Property in class flash.display.DisplayObjectContainer
オブジェクトの子に対してマウスが有効かどうかを調べます。
mouseChildren — Property in class flash.display.Stage
オブジェクトの子に対してマウスが有効かどうかを調べます。
mouseDown — Event in class flash.display.InteractiveObject
Flash Player ウィンドウの InteractiveObject インスタンスの上でユーザーがポインティングデバイスのボタンを押すと送出されます。
MOUSE_DOWN — Constant static property in class flash.events.MouseEvent
mouseDown イベントオブジェクトの type プロパティ値を定義します。
mouseEnabled — Property in class flash.display.InteractiveObject
このオブジェクトがマウスメッセージを受け取るかどうかを指定します。
MouseEvent — Class in package flash.events
Flash® Player は、マウスイベントが発生するたびに、MouseEvent オブジェクトをイベントフローに送出します。
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
マウスイベントに関する情報を含む Event オブジェクトを作成します。
mouseFocusChange — Event in class flash.display.InteractiveObject
ユーザーがポインティングデバイスでフォーカスを変更しようとすると送出されます。
MOUSE_FOCUS_CHANGE — Constant static property in class flash.events.FocusEvent
mouseFocusChange イベントオブジェクトの type プロパティ値を定義します。
mouseFocusEnabled — Property in class fl.core.UIComponent
ユーザーがコンポーネントをクリックしたときに、コンポーネントがフォーカスを受け取ることが可能かどうかを示す値を取得または設定します。
mouseFocusEnabled — Property in interface fl.managers.IFocusManagerComponent
マウスを使用して選択されたコンポーネントが、フォーカスを受け取ることができるかどうかを示すブール値を取得します。
mouseLeave — Event in class flash.display.Stage
マウスポインタが Flash Player のウィンドウ領域から離れたときに、Stage オブジェクトによって送出されます。
MOUSE_LEAVE — Constant static property in class flash.events.Event
mouseLeave イベントオブジェクトの type プロパティ値を定義します。
mouseMove — Event in class flash.display.InteractiveObject
ユーザーが InteractiveObject の上でポインティングデバイスを移動させたときに送出されます。
MOUSE_MOVE — Constant static property in class flash.events.MouseEvent
mouseMove イベントオブジェクトの type プロパティ値を定義します。
mouseOut — Event in class flash.display.InteractiveObject
ユーザーが InteractiveObject インスタンスからポインティングデバイスを離したときに送出されます。
MOUSE_OUT — Constant static property in class flash.events.MouseEvent
mouseOut イベントオブジェクトの type プロパティ値を定義します。
mouseOver — Event in class flash.display.InteractiveObject
ユーザーが Flash Player ウィンドウの InteractiveObject インスタンスにポインティングデバイスを合わせたときに送出されます。
MOUSE_OVER — Constant static property in class flash.events.MouseEvent
mouseOver イベントオブジェクトの type プロパティ値を定義します。
mouseTarget — Property in class flash.events.ContextMenuEvent
ユーザーがコンテキストメニューを表示するために右クリックした表示リストオブジェクトです。
mouseUp — Event in class flash.display.InteractiveObject
ユーザーが Flash Player ウィンドウの InteractiveObject インスタンスの上でポインティングデバイスのボタンを解放したときに送出されます。
MOUSE_UP — Constant static property in class flash.events.MouseEvent
mouseUp イベントオブジェクトの type プロパティ値を定義します。
mouseWheel — Event in class flash.display.InteractiveObject
Flash Player ウィンドウの InteractiveObject インスタンスの上でマウスホイールを回転させたときに送出されます。
MOUSE_WHEEL — Constant static property in class flash.events.MouseEvent
mouseWheel イベントオブジェクトの type プロパティ値を定義します。
mouseWheelEnabled — Property in class flash.text.TextField
複数行にわたるテキストフィールドで、ユーザーがテキストフィールドをクリックしてホイールを回転させると、自動的にスクロールするかどうかを示すブール値です。
mouseX — Property in class flash.display.DisplayObject
マウス位置の x 座標を示します (ピクセル単位)。
mouseY — Property in class flash.display.DisplayObject
マウス位置の y 座標を示します (ピクセル単位)。
move — Event in class fl.core.UIComponent
コンポーネントが移動された後に送出されます。
move(x:Number, y:Number) — Method in class fl.core.UIComponent
親の内部の指定された位置にコンポーネントを移動します。
MOVE — Constant static property in class fl.events.ComponentEvent
move イベントオブジェクトの type プロパティ値を定義します。
moveTo(x:Number, y:Number) — Method in class flash.display.Graphics
現在の描画位置を (x, y) に移動します。
MovieClip — Dynamic class in package flash.display
MovieClip クラスは、Sprite、DisplayObjectContainer、InteractiveObject、DisplayObject、EventDispatcher の各クラスを継承します。
MovieClip() — Constructor in class flash.display.MovieClip
新しい MovieClip インスタンスを作成します。
multiline — Property in class RegExp
m (multiline) フラグを設定するかどうかを指定します。
multiline — Property in class flash.text.TextField
テキストフィールドが複数行テキストフィールドであるかどうかを示します。
MULTIPLY — Constant static property in class flash.display.BlendMode
表示オブジェクトの要素カラーの値と背景色の要素カラーの値を乗算した後、0xFF で割って正規化し、色を暗くします。
muteButton — Property in class fl.video.FLVPlayback
[ミュート] ボタンコントロールです。
muted — Property in class flash.media.Camera
ユーザーが Flash Player の [プライバシー] ダイアログボックスでカメラへのアクセスを拒否した (true) か、許可した (false) かを示すブール値です。
muted — Property in class flash.media.Microphone
ユーザーがマイクへのアクセスを拒否している (true) か、許可している (false) かを指定します。
myInstance — Property in class fl.livepreview.LivePreviewParent
ライブプレビューに関連付けられたコンポーネントインスタンスです。
記号   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