MovieBehaviors

MovieBehavior(アクション-ビデオ)のコレクション

プロパティ

Ver.プロパティ名R/O説明
[7][7.5][8][9]
[10][11][12][13]
length 数値オブジェクト数

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[7][7.5][8][9]
[10][11][12][13]
add([withProperties]) MovieBehavior新しいオブジェクトを作成し、それを返す
[withProperties] Objectプロパティを設定
[7][7.5][8][9]
[10][11][12][13]
anyItem() MovieBehaviorどれかのオブジェクトを返す
[7][7.5][8][9]
[10][11][12][13]
count() 数値要素数を返す
[7][7.5][8][9]
[10][11][12][13]
everyItem() Array( MovieBehavior )全てのオブジェクトを返す
[7][7.5][8][9]
[10][11][12][13]
firstItem() MovieBehavior最初のオブジェクトを返す
[7][7.5][8][9]
[10][11][12][13]
item(index) MovieBehaviorインデックスまたは名前で指定したオブジェクトを返す
index 数値, 文字列値インデックスまたは名前
[7][7.5][8][9]
[10][11][12][13]
itemByID(id) MovieBehaviorIDで指定したオブジェクトを返す
id 数値
[7][7.5][8][9]
[10][11][12][13]
itemByName(name) MovieBehavior名前で指定したオブジェクトを返す
name 文字列値
[7][7.5][8][9]
[10][11][12][13]
itemByRange(from, to) Array( MovieBehavior )範囲で指定したオブジェクトを返す
from MovieBehavior, 数値, 文字列値範囲の開始
to MovieBehavior, 数値, 文字列値範囲の終了
[7][7.5][8][9]
[10][11][12][13]
lastItem() MovieBehavior最後のオブジェクトを返す
[7][7.5][8][9]
[10][11][12][13]
middleItem() MovieBehavior真ん中のオブジェクトを返す
[7][7.5][8][9]
[10][11][12][13]
nextItem(obj) MovieBehavior一つ後のオブジェクトを返す
obj MovieBehavior位置の基準になるオブジェクト
[7][7.5][8][9]
[10][11][12][13]
previousItem(obj) MovieBehavior一つ前のオブジェクトを返す
obj MovieBehavior位置の基準になるオブジェクト
[7][7.5][8][9]
[10][11][12][13]
toSource() 文字列値ソースコードを表す文字列を返す

MovieBehavior

アクション-ビデオ

プロパティ(parentとその逆)

Ver.プロパティR/O
[7][7.5]
parent Button
[8][9]
[10][11][12][13]
parent Button, CheckBox, ComboBox, ListBox, RadioButton, TextBox, SignatureField
[7][7.5][8][9]
[10][11][12][13]
eventListeners EventListeners
[7][7.5][8][9]
[10][11][12][13]
events Events

プロパティ

Ver.プロパティ名R/O説明
[7][7.5][8][9]
[10][11][12][13]
behaviorEvent BehaviorEvents
BehaviorEvents
Ver.10進数/文字列説明
[7][7.5][8][9]
[10][11][12][13]
MOUSE_DOWN1835296118
mdev
マウス下(マウスボタンを押す)
[7][7.5][8][9]
[10][11][12][13]
MOUSE_ENTER1835361654
meev
マウス入力(ポインタを範囲内に入れる)
[7][7.5][8][9]
[10][11][12][13]
MOUSE_EXIT1836606838
mxev
マウス終了(ポインタを範囲外に出す)
[7][7.5][8][9]
[10][11][12][13]
MOUSE_UP1836410230
muev
マウス上(マウスボタンを放す)
[7][7.5][8][9]
[10][11][12][13]
ON_BLUR1868719478
obev
ぼかし(フォーカスをはずす)
[7][7.5][8][9]
[10][11][12][13]
ON_FOCUS1868981622
ofev
フォーカス(フォーカスを合わせる)
アクションのイベント
[7][7.5][8][9]
[10][11][12][13]
enableBehavior 真偽値有効無効のチェック
[7][7.5][8][9]
[10][11][12][13]
id 数値オブジェクトのID
[7][7.5][8][9]
[10][11][12][13]
index 数値インデックス
[7][7.5][8][9]
[10][11][12][13]
isValid 真偽値オブジェクトが有効かどうか
[7][7.5][8][9]
[10][11][12][13]
label 文字列値スクリプトラベル
[7][7.5][8][9]
[10][11][12][13]
movieItem Movie
[7][7.5][8][9]
[10][11][12][13]
name 文字列値オブジェクトの名前
[7][7.5][8][9]
[10][11][12][13]
navigationPointID 数値The id of the navigation point to play from. This property is ignored for all operations other than Play From Navigation Point.
[7][7.5][8][9]
[10][11][12][13]
operation MoviePlayOperations
MoviePlayOperations
Ver.10進数/文字列説明
[7][7.5][8][9]
[10][11][12][13]
PAUSE1885435251
paus
Pauses playback.
[7][7.5][8][9]
[10][11][12][13]
PLAY1886151033
play
Starts playback.
[7][7.5][8][9]
[10][11][12][13]
PLAY_FROM_NAVIGATION_POINT1886154358
plnv
Starts playback from the specified navigation point.
[7][7.5][8][9]
[10][11][12][13]
RESUME1919251317
resu
Resumes playback.
[7][7.5][8][9]
[10][11][12][13]
STOP1937010544
stop
Stops playback.
[7][7.5][8][9]
[10][11][12][13]
STOP_ALL1937010785
stpa
Stops all playback (SWF only).
The playback mode.
[7][7.5][8][9]
[10][11][12][13]
properties Object

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[7][7.5][8][9]
[10][11][12][13]
addEventListener(eventType, handler, [captures]) EventListenerEventListenerを作成
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[7][7.5][8][9]
[10][11][12][13]
extractLabel(key) 文字列値キーに関連づけられた値を取得
key 文字列値キー
[7][7.5][8][9]
[10][11][12][13]
getElements() Array( MovieBehavior )オブジェクト参照を返す
[7][7.5][8][9]
[10][11][12][13]
insertLabel(key, value) なしキーに関連づけられた値を設定
key 文字列値キー
value 文字列値
[7][7.5][8][9]
[10][11][12][13]
remove() なし削除
[7][7.5][8][9]
[10][11][12][13]
removeEventListener(eventType, handler, [captures]) 真偽値EventListenerを削除
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[7][7.5][8][9]
[10][11][12][13]
toSource() 文字列値ソースコードを表す文字列を返す
[7][7.5][8][9]
[10][11][12][13]
toSpecifier() 文字列値Retrieves the object specifier.