| 패키지 | com.adobe.exm.expression |
| 인터페이스 | public interface IExpressionLoader |
| 구현자 | DefaultExpressionLoader |
버전부터 사용되지 않음 Expression Manager 10
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Expression Manager Building Block 9.5 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
공용 속성
| 속성 | 정의 주체 | ||
|---|---|---|---|
| faultHandler : Function [쓰기 전용] Invoked in case of fault. | IExpressionLoader | ||
| loadCompleteHandler : Function [쓰기 전용] Function invoked when load operation completes. | IExpressionLoader | ||
공용 메서드
| 메서드 | 정의 주체 | ||
|---|---|---|---|
This API is used to load swf in passed loader context. | IExpressionLoader | ||
Resets the loader. | IExpressionLoader | ||
속성 세부 정보
faultHandler | 속성 |
loadCompleteHandler | 속성 |
메서드 세부 정보
loadExpressions | () | 메서드 |
public function loadExpressions(loaderContext:LoaderContext):void| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Expression Manager Building Block 9.5 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This API is used to load swf in passed loader context.
매개 변수
loaderContext:LoaderContext — loaderContext object.
|
reset | () | 메서드 |
public function reset():void| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Expression Manager Building Block 9.5 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Resets the loader.
Tue Jun 12 2018, 03:17 PM Z