Script für die Video-Dateien (fla-Dateien) ................................................. Frame 1: this._lockroot = true; var path:String = ""; if (_level0.pagesValue != undefined) { path = "pages/"; } //--------------------------------------------------------------------------------------------- Frame 2: if (_level0.pagesValue != undefined) { stop(); } onVisible = function():Void { gotoAndStop(3); //trace("onVisible: page2"); } onInvisible = function():Void { gotoAndStop(2); //trace("onInvisible: page2"); } //--------------------------------------------------------------------------------------------- Frame 3: stop(); import mx.video.*; this.myVideo.skin = path + "SteelExternalAll.swf"; this.myVideo.volume = 50; this.myVideo.autoPlay = true; this.myVideo.contentPath = path + "02.flv"; //---------------------------------------------------------------------------------------------