Packagejp.progression.scenes
Classpublic final class SceneInfo
InheritanceSceneInfo Inheritance flash.events.EventDispatcher

SceneInfo クラスは、SceneObject インスタンスに関する情報を提供します。


Example
  



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
新しい SceneInfo インスタンスを作成します。 Creates a new SceneInfo object.
SceneInfo
Events
 EventSummaryDefined 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
Property detail
$queryproperty
$query:Query  [read-write]Implementation
    progression_internal function get $query():Query
    progression_internal function set $query(value:Query):void
actionScriptVersionproperty 
actionScriptVersion:int  [read-only]

読み込み済みの SWF ファイルの ActionScript バージョンです。 The ActionScript version of the loaded SWF file.

Implementation
    public function get actionScriptVersion():int
applicationDomainproperty 
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
bytesLoadedproperty 
bytesLoaded:int  [read-only]

そのメディアの読み込み済みのバイト数です。 The number of bytes that are loaded for the media.

Implementation
    public function get bytesLoaded():int
bytesTotalproperty 
bytesTotal:int  [read-only]

メディアファイル全体の圧縮後のバイト数です。 The number of compressed bytes in the entire media file.

Implementation
    public function get bytesTotal():int
childAllowsParentproperty 
childAllowsParent:Boolean  [read-only]

コンテンツ(子)から読み込む側(親)への信頼関係を表します。 Expresses the trust relationship from content (child) to the Loader (parent).

Implementation
    public function get childAllowsParent():Boolean
contentproperty 
content:SceneObject  [read-only]

この SceneInfo オブジェクトに関係した読み込まれたオブジェクトです。 The loaded object associated with this SceneInfo object.

Implementation
    public function get content():SceneObject
contentTypeproperty 
contentType:String  [read-only]

読み込まれたファイルの MIME タイプです。 The MIME type of the loaded file.

Implementation
    public function get contentType():String
frameRateproperty 
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
loaderproperty 
loader:SceneLoader  [read-only]

この SceneInfo オブジェクトに関係した SceneLoader オブジェクトです。 The SceneLoader object associated with this SceneInfo object.

Implementation
    public function get loader():SceneLoader
loaderURLproperty 
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
parametersproperty 
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
parentAllowsChildproperty 
parentAllowsChild:Boolean  [read-only]

読み込む側(親)からコンテンツ(子)への信頼関係を表します。 Expresses the trust relationship from Loader (parent) to the content (child).

Implementation
    public function get parentAllowsChild():Boolean
queryproperty 
query:Query  [read-only]

シーン移動時に渡させるクエリオブジェクトを取得します。

Implementation
    public function get query():Query
sameDomainproperty 
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
swfVersionproperty 
swfVersion:int  [read-only]

読み込み済みの SWF ファイルのファイル形式のバージョンです。 The file format version of the loaded SWF file.

Implementation
    public function get swfVersion():int
urlproperty 
url:String  [read-only]

読み込まれるメディアの URL です。 The URL of the media being loaded.

Implementation
    public function get url():String
Constructor detail
SceneInfo()constructor
public function SceneInfo()

新しい SceneInfo インスタンスを作成します。 Creates a new SceneInfo object.

Event detail
completeevent 
Event object type: flash.events.Event

データが正常にロードされたときに送出されます。 Dispatched when data has loaded successfully.

httpStatusevent  
Event object type: flash.events.HTTPStatusEvent

ネットワーク要求が HTTP を介して行われ、HTTP ステータスコードを検出できる場合に送出されます。 Dispatched when a network request is made over HTTP and an HTTP status code can be detected.

initevent  
Event object type: flash.events.Event

ロードされた SWF ファイルのプロパティおよびメソッドがアクセス可能で使用できる状態の場合に送出されます。 Dispatched when the properties and methods of a loaded SWF file are accessible and ready for use.

ioErrorevent  
Event object type: flash.events.IOErrorEvent

入出力エラーが発生して読み込み処理が失敗したときに送出されます。 Dispatched when an input or output error occurs that causes a load operation to fail.

openevent  
Event object type: flash.events.Event

読み込み操作が開始したときに送出されます。 Dispatched when a load operation starts.

progressevent  
Event object type: flash.events.ProgressEvent

ダウンロード処理を実行中にデータを受信したときに送出されます。 Dispatched when data is received as the download operation progresses.

sceneQueryChangeevent  
Event object type: jp.progression.events.SceneEvent

query プロパティの値が更新された場合に送出されます。

unloadevent  
Event object type: 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.