| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.0 Flash Player 9.0.28.0 |
CuePointType クラスは、
type プロパティの定数値を提供します。このプロパティは
info オブジェクト上のものであり、さらにそのオブジェクトは、
type
CUE_POINT の MetadataEvent インスタンスのものです。 この
type プロパティは常に、
EVENT、
NAVIGATION または
ACTIONSCRIPT のいずれかです。
これらすべての定数はまた、FLVPlayback.findCuePoint() と FLVPlayback.findNearestCuePoint() メソッドにも type パラメータとして渡されます。ALL および FLV 定数は、これらのメソッドのためにさまざまなタイプのキューポイントを記述します。
public static const ACTIONSCRIPT:String = "actionscript"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.0 Flash Player 9.0.28.0 |
type パラメータ (findCuePoint() メソッドおよび findNearestCuePoint() メソッド) の値を定義します。また ACTIONSCRIPT 定数は、type プロパティの値になることもできます。このプロパティは info オブジェクト上のものであり、さらにそのオブジェクトは、type CUE_POINT の MetadataEvent インスタンスのものです。
public static const ALL:String = "all"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.0 Flash Player 9.0.28.0 |
type パラメータ (findCuePoint() メソッドおよび findNearestCuePoint() メソッド) の値を定義します。この定数は、すべてのキューポイント(EVENT、NAVIGATION、および ACTIONSCRIPT)を記述します。
public static const EVENT:String = "event"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.0 Flash Player 9.0.28.0 |
type パラメータ (findCuePoint() メソッドおよび findNearestCuePoint() メソッド) の値を定義します。また EVENT 定数は、type プロパティの値になることもできます。このプロパティは info オブジェクト上のものであり、さらにそのオブジェクトは、type CUE_POINT の MetadataEvent インスタンスのものです。
public static const FLV:String = "flv"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.0 Flash Player 9.0.28.0 |
type パラメータ (findCuePoint() メソッドおよび findNearestCuePoint() メソッド) の値を定義します。この定数は、FLV ファイルに埋め込まれているすべてのキューポイントのグループ(NAVIGATION および EVENT)を記述します。
public static const NAVIGATION:String = "navigation"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.0 Flash Player 9.0.28.0 |
type パラメータ (findCuePoint() メソッドおよび findNearestCuePoint() メソッド) の値を定義します。また NAVIGATION 定数は、type プロパティの値になることもできます。このプロパティは info オブジェクト上のものであり、さらにそのオブジェクトは、type CUE_POINT の MetadataEvent インスタンスのものです。
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Thu Jan 8 2009, 12:14 AM -08:00