void stop()

Source

void stop() {
  if (_play == true) {
    _play = false;
    _frameTime = null;
    this.dispatchEvent(_completeEvent);
  }
}