Packagenet.xFramework.io
Classpublic class StageLoader
InheritanceStageLoader Inheritance xFramework Inheritance EventDispatcher Inheritance flash.events.EventDispatcher



Public Methods
 MethodDefined by
  
コンストラクタ関数
StageLoader
  
[static] インスタンス取得メソッド
StageLoader
  
onStageLoaderComplete(objEvent:Event):void
ステージローダー完了イベントハンドラ
StageLoader
  
onStageLoaderInit(objEvent:Event):void
ステージローダー初期化イベントハンドラ
StageLoader
  
onStageLoaderProgress(objEvent:ProgressEvent):void
ステージローダープログレスイベントハンドラ
StageLoader
Constructor detail
StageLoader()constructor
public function StageLoader()

コンストラクタ関数

Method detail
getInstance()method
public static function getInstance(objStage:MVCMovieClip):StageLoader

インスタンス取得メソッド

Parameters
objStage:MVCMovieClip

Returns
StageLoader
onStageLoaderComplete()method 
public function onStageLoaderComplete(objEvent:Event):void

ステージローダー完了イベントハンドラ

Parameters
objEvent:Event — イベントオブジェクト
onStageLoaderInit()method 
public function onStageLoaderInit(objEvent:Event):void

ステージローダー初期化イベントハンドラ

Parameters
objEvent:Event — イベントオブジェクト
onStageLoaderProgress()method 
public function onStageLoaderProgress(objEvent:ProgressEvent):void

ステージローダープログレスイベントハンドラ

Parameters
objEvent:ProgressEvent — プログレスイベントオブジェクト