Packagejp.progression.commands.net
Interfacepublic interface ILoadable extends flash.events.IEventDispatcher
ImplementorsLoadCommand, LoaderList, PreloadSWF

ILoadable インターフェイスは、対象のコマンドに読み込み処理操作を実装します。


Example
  



Public Properties
 PropertyDefined by
  bytesLoaded : uint
[read-only] 対象の読み込み済みのバイト数です。 The number of bytes that are loaded for the target.
ILoadable
  bytesTotal : uint
[read-only] 全体の圧縮後のバイト数です。 The number of compressed bytes in the entire target.
ILoadable
  data : *
読み込み操作によって受信したデータです。 The data received from the load operation.
ILoadable
  factor : Number
percent プロパティの算出時の自身の重要性を取得または設定します。
ILoadable
  loaded : uint
[read-only] 登録されている ILoadable を実装したインスタンスの内、すでに読み込み処理が完了した数を取得します。
ILoadable
  percent : Number
[read-only] loaded プロパティと total プロパティから算出される読み込み状態をパーセントで取得します。
ILoadable
  target : ILoadable
[read-only] 現在の読み込み対象を取得します。
ILoadable
  total : uint
[read-only] 登録されている ILoadable を実装したインスタンスの総数を取得します。
ILoadable
Property detail
bytesLoadedproperty
bytesLoaded:uint  [read-only]

対象の読み込み済みのバイト数です。 The number of bytes that are loaded for the target.

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

全体の圧縮後のバイト数です。 The number of compressed bytes in the entire target.

Implementation
    public function get bytesTotal():uint
dataproperty 
data:*  [read-write]

読み込み操作によって受信したデータです。 The data received from the load operation.

Implementation
    public function get data():*
    public function set data(value:*):void
factorproperty 
factor:Number  [read-write]

percent プロパティの算出時の自身の重要性を取得または設定します。

Implementation
    public function get factor():Number
    public function set factor(value:Number):void
loadedproperty 
loaded:uint  [read-only]

登録されている ILoadable を実装したインスタンスの内、すでに読み込み処理が完了した数を取得します。

Implementation
    public function get loaded():uint
percentproperty 
percent:Number  [read-only]

loaded プロパティと total プロパティから算出される読み込み状態をパーセントで取得します。

Implementation
    public function get percent():Number
targetproperty 
target:ILoadable  [read-only]

現在の読み込み対象を取得します。

Implementation
    public function get target():ILoadable
totalproperty 
total:uint  [read-only]

登録されている ILoadable を実装したインスタンスの総数を取得します。

Implementation
    public function get total():uint