kucuk bir hata sorusu bu arkadaslar kac saatir ugrasiorum beceremedim

     

public function startVideo(flash.display:InteractiveObject:String):void
        {
            this.relateds_mc.createRelateds(this.relatedsData);
            this.myVideo = new VideoHolder(flash.display:InteractiveObject);
            this.myVideo.playVideo();
            this.videoHolder_mc.addChild(this.myVideo);
            this.setVolumeCokies();
            stage.addEventListener(MouseEvent.MOUSE_UP, this.drop);
            stage.addEventListener(Event.RESIZE, this.setupStage);
            stage.addEventListener(KeyboardEvent.KEY_DOWN, this.reportKeyDown);
            this.setupStage();
            this.myTimerCount = new Timer(100, 0);
            this.myTimerCount.addEventListener(TimerEvent.TIMER, this.timerCounter);
            this.myTimerCount.start();
            this.mySeekCount = new Timer(1, 0);
            this.mySeekCount.addEventListener(TimerEvent.TIMER, this.seekCounter);
            this.mySeekCount.start();
            if (this.controlBar_mc.play_mc.icon_mc.currentFrame == 2)
            {
                MovieClip(root).myVideo.resumeVideo();
                this.controlBar_mc.play_mc.icon_mc.gotoAndStop(1);
            }
            return;
        }// end function
public function startVideo(flash.display:InteractiveObject:String) :void
burada ve

this.myVideo = new VideoHolder(flash.display:InteractiveObject);
bu satirlarda hata veriyor.. yardimci olursaniz sevinirim.