Flash CS3 ドキュメンテーション |
|||
| Flash の拡張機能 > オブジェクト > Screen オブジェクト > screen.timeline | |||
Flash MX 2004
screen.timeline
読み取り専用プロパティ。スクリーンの Timeline オブジェクトです。
次の例では、現在のスライドドキュメントの screenOutline プロパティを取得し、最初のスクリーンの timeline プロパティの配列を myArray に代入し、それらのプロパティを [出力] パネルに表示します。
myArray = new Array();
if(fl.getDocumentDOM().screenOutline) {
for(i in fl.getDocumentDOM().screenOutline.screens[0].timeline) {
myArray.push(" "+i+" : "+fl.getDocumentDOM().screenOutline.screens[0].timeline[i]+" ") ;
}
fl.trace("Here are the properties of the screen named "+ fl.getDocumentDOM().screenOutline.screens[0].name+": "+myArray);
}
このページに新しいコメントが追加された場合に、電子メールでの通知を希望する。 | コメントレポート
現在のページ: http://livedocs.adobe.com/flash/9.0_jp/main/00004368.html