@awayfl/avm1
Version:
Virtual machine for executing AS1 and AS2 code
43 lines • 1.35 kB
TypeScript
/**
* Copyright 2014 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { DisplayObject as AwayDisplayObject } from '@awayjs/scene';
export declare class AVM1Movie extends AwayDisplayObject {
_getLevelForRoot(root: AwayDisplayObject): number;
_getRootForLevel(level: number): AwayDisplayObject;
_addRoot(level: number, root: AwayDisplayObject): void;
_removeRoot(level: number): void;
}
export declare class ContextMenu {
}
export declare class ContextMenuItem {
}
export declare class fscommand {
}
export declare class Security {
}
export declare class Capabilities {
}
export declare class ExternalInterface {
}
export declare class Mouse {
}
export declare class SoundChannel {
}
export declare class SoundTransform {
}
export declare class SoundMixer {
}
//# sourceMappingURL=AVM1Movie.d.ts.map