stop button


  private function stopPlayback(event:MouseEvent):void
  {
   this.myVideoDisplay.stop();
  }
  
This method is fired when the VideoDisplay reaches the end of a video and dispatches a VideoEvent.COMPLETE event.