| Package | jp.progression.scenes |
| Class | public final class SceneInfo |
| Inheritance | SceneInfo flash.events.EventDispatcher |
| Property | Defined by | ||
|---|---|---|---|
| actionScriptVersion : int [read-only]
読み込み済みの SWF ファイルの ActionScript バージョンです。
The ActionScript version of the loaded SWF file.
| SceneInfo | ||
| applicationDomain : ApplicationDomain [read-only]
外部 SWF ファイルが読み込まれると、読み込まれたクラスに含まれているすべての ActionScript 3.0 定義は applicationDomain プロパティに保持されます。
When an external SWF file is loaded, all ActionScript 3.0 definitions contained in the loaded class are stored in the applicationDomain property.
| SceneInfo | ||
| bytesLoaded : int [read-only]
そのメディアの読み込み済みのバイト数です。
The number of bytes that are loaded for the media.
| SceneInfo | ||
| bytesTotal : int [read-only]
メディアファイル全体の圧縮後のバイト数です。
The number of compressed bytes in the entire media file.
| SceneInfo | ||
| childAllowsParent : Boolean [read-only]
コンテンツ(子)から読み込む側(親)への信頼関係を表します。
Expresses the trust relationship from content (child) to the Loader (parent).
| SceneInfo | ||
| content : SceneObject
[read-only]
この SceneInfo オブジェクトに関係した読み込まれたオブジェクトです。
The loaded object associated with this SceneInfo object.
| SceneInfo | ||
| contentType : String [read-only]
読み込まれたファイルの MIME タイプです。
The MIME type of the loaded file.
| SceneInfo | ||
| frameRate : Number [read-only]
読み込み済みの SWF ファイルに関する 1 秒ごとのフレーム数を表す公称のフレームレートです。
The nominal frame rate, in frames per second, of the loaded SWF file.
| SceneInfo | ||
| loader : SceneLoader
[read-only]
この SceneInfo オブジェクトに関係した SceneLoader オブジェクトです。
The SceneLoader object associated with this SceneInfo object.
| SceneInfo | ||
| loaderURL : String [read-only]
この SceneInfo オブジェクトによって記述されるメディアの読み込みを開始した SWF ファイルの URL です。
The URL of the SWF file that initiated the loading of the media described by this SceneInfo object.
| SceneInfo | ||
| parameters : Object [read-only]
ロード済みの SWF ファイルに提供されるパラメータを表す、名前と値の組を含んだオブジェクトです。
An object that contains name-value pairs that represent the parameters provided to the loaded SWF file.
| SceneInfo | ||
| parentAllowsChild : Boolean [read-only]
読み込む側(親)からコンテンツ(子)への信頼関係を表します。
Expresses the trust relationship from Loader (parent) to the content (child).
| SceneInfo | ||
| query : Query
[read-only]
シーン移動時に渡させるクエリオブジェクトを取得します。
| SceneInfo | ||
| sameDomain : Boolean [read-only]
ロードする側とそのコンテンツの間のドメインの関係を次のように表します。ドメインが同じ場合は true、異なる場合は false です。
Expresses the domain relationship between the loader and the content: true if they have the same origin domain; false otherwise.
| SceneInfo | ||
| swfVersion : int [read-only]
読み込み済みの SWF ファイルのファイル形式のバージョンです。
The file format version of the loaded SWF file.
| SceneInfo | ||
| url : String [read-only]
読み込まれるメディアの URL です。
The URL of the media being loaded.
| SceneInfo | ||
| Method | Defined by | ||
|---|---|---|---|
|
新しい SceneInfo インスタンスを作成します。
Creates a new SceneInfo object.
| SceneInfo | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| データが正常にロードされたときに送出されます。 Dispatched when data has loaded successfully. | SceneInfo | |||
| ネットワーク要求が HTTP を介して行われ、HTTP ステータスコードを検出できる場合に送出されます。 Dispatched when a network request is made over HTTP and an HTTP status code can be detected. | SceneInfo | |||
| ロードされた SWF ファイルのプロパティおよびメソッドがアクセス可能で使用できる状態の場合に送出されます。 Dispatched when the properties and methods of a loaded SWF file are accessible and ready for use. | SceneInfo | |||
| 入出力エラーが発生して読み込み処理が失敗したときに送出されます。 Dispatched when an input or output error occurs that causes a load operation to fail. | SceneInfo | |||
| 読み込み操作が開始したときに送出されます。 Dispatched when a load operation starts. | SceneInfo | |||
| ダウンロード処理を実行中にデータを受信したときに送出されます。 Dispatched when data is received as the download operation progresses. | SceneInfo | |||
| query プロパティの値が更新された場合に送出されます。 | SceneInfo | |||
| 読み込まれたオブジェクトが SceneLoader オブジェクトの unload() メソッドを使用して削除されるたびに、SceneInfo オブジェクトによって送出されます。または 2 番目の読み込みが同じ SceneLoader オブジェクトによって実行され、読み込み開始前に元のコンテンツが削除された場合に、LSceneInfo オブジェクトによって送出されます。 Dispatched by a SceneInfo object whenever a loaded object is removed by using the unload() method of the SceneLoader object, or when a second load is performed by the same SceneLoader object and the original content is removed prior to the load beginning. | SceneInfo | |||
| $query | property |
$query:Query [read-write]Implementation
progression_internal function get $query():Query
progression_internal function set $query(value:Query):void
| actionScriptVersion | property |
actionScriptVersion:int [read-only]読み込み済みの SWF ファイルの ActionScript バージョンです。 The ActionScript version of the loaded SWF file.
Implementation public function get actionScriptVersion():int
| applicationDomain | property |
applicationDomain:ApplicationDomain [read-only]外部 SWF ファイルが読み込まれると、読み込まれたクラスに含まれているすべての ActionScript 3.0 定義は applicationDomain プロパティに保持されます。 When an external SWF file is loaded, all ActionScript 3.0 definitions contained in the loaded class are stored in the applicationDomain property.
Implementation public function get applicationDomain():ApplicationDomain
| bytesLoaded | property |
bytesLoaded:int [read-only]そのメディアの読み込み済みのバイト数です。 The number of bytes that are loaded for the media.
Implementation public function get bytesLoaded():int
| bytesTotal | property |
bytesTotal:int [read-only]メディアファイル全体の圧縮後のバイト数です。 The number of compressed bytes in the entire media file.
Implementation public function get bytesTotal():int
| childAllowsParent | property |
childAllowsParent:Boolean [read-only]コンテンツ(子)から読み込む側(親)への信頼関係を表します。 Expresses the trust relationship from content (child) to the Loader (parent).
Implementation public function get childAllowsParent():Boolean
| content | property |
content:SceneObject [read-only]この SceneInfo オブジェクトに関係した読み込まれたオブジェクトです。 The loaded object associated with this SceneInfo object.
Implementation public function get content():SceneObject
| contentType | property |
contentType:String [read-only]読み込まれたファイルの MIME タイプです。 The MIME type of the loaded file.
Implementation public function get contentType():String
| frameRate | property |
frameRate:Number [read-only]読み込み済みの SWF ファイルに関する 1 秒ごとのフレーム数を表す公称のフレームレートです。 The nominal frame rate, in frames per second, of the loaded SWF file.
Implementation public function get frameRate():Number
| loader | property |
loader:SceneLoader [read-only]この SceneInfo オブジェクトに関係した SceneLoader オブジェクトです。 The SceneLoader object associated with this SceneInfo object.
Implementation public function get loader():SceneLoader
| loaderURL | property |
loaderURL:String [read-only]この SceneInfo オブジェクトによって記述されるメディアの読み込みを開始した SWF ファイルの URL です。 The URL of the SWF file that initiated the loading of the media described by this SceneInfo object.
Implementation public function get loaderURL():String
| parameters | property |
parameters:Object [read-only]ロード済みの SWF ファイルに提供されるパラメータを表す、名前と値の組を含んだオブジェクトです。 An object that contains name-value pairs that represent the parameters provided to the loaded SWF file.
Implementation public function get parameters():Object
| parentAllowsChild | property |
parentAllowsChild:Boolean [read-only]読み込む側(親)からコンテンツ(子)への信頼関係を表します。 Expresses the trust relationship from Loader (parent) to the content (child).
Implementation public function get parentAllowsChild():Boolean
| query | property |
query:Query [read-only]シーン移動時に渡させるクエリオブジェクトを取得します。
Implementation public function get query():Query
| sameDomain | property |
sameDomain:Boolean [read-only]ロードする側とそのコンテンツの間のドメインの関係を次のように表します。ドメインが同じ場合は true、異なる場合は false です。 Expresses the domain relationship between the loader and the content: true if they have the same origin domain; false otherwise.
Implementation public function get sameDomain():Boolean
| swfVersion | property |
swfVersion:int [read-only]読み込み済みの SWF ファイルのファイル形式のバージョンです。 The file format version of the loaded SWF file.
Implementation public function get swfVersion():int
| url | property |
url:String [read-only]読み込まれるメディアの URL です。 The URL of the media being loaded.
Implementation public function get url():String
| SceneInfo | () | constructor |
public function SceneInfo()新しい SceneInfo インスタンスを作成します。 Creates a new SceneInfo object.
| complete | event |
flash.events.Event
データが正常にロードされたときに送出されます。 Dispatched when data has loaded successfully.
| httpStatus | event |
flash.events.HTTPStatusEvent
ネットワーク要求が HTTP を介して行われ、HTTP ステータスコードを検出できる場合に送出されます。 Dispatched when a network request is made over HTTP and an HTTP status code can be detected.
| init | event |
flash.events.Event
ロードされた SWF ファイルのプロパティおよびメソッドがアクセス可能で使用できる状態の場合に送出されます。 Dispatched when the properties and methods of a loaded SWF file are accessible and ready for use.
| ioError | event |
flash.events.IOErrorEvent
入出力エラーが発生して読み込み処理が失敗したときに送出されます。 Dispatched when an input or output error occurs that causes a load operation to fail.
| open | event |
flash.events.Event
読み込み操作が開始したときに送出されます。 Dispatched when a load operation starts.
| progress | event |
flash.events.ProgressEvent
ダウンロード処理を実行中にデータを受信したときに送出されます。 Dispatched when data is received as the download operation progresses.
| sceneQueryChange | event |
| unload | event |
flash.events.Event
読み込まれたオブジェクトが SceneLoader オブジェクトの unload() メソッドを使用して削除されるたびに、SceneInfo オブジェクトによって送出されます。または 2 番目の読み込みが同じ SceneLoader オブジェクトによって実行され、読み込み開始前に元のコンテンツが削除された場合に、LSceneInfo オブジェクトによって送出されます。 Dispatched by a SceneInfo object whenever a loaded object is removed by using the unload() method of the SceneLoader object, or when a second load is performed by the same SceneLoader object and the original content is removed prior to the load beginning.