movies in flash

Out of context: Reply #4

  • Started
  • Last post
  • 6 Responses
  • legspin0

    onClipEvent (load) {
    initx = _x;
    left = _x;
    right = _x+frameMeter._width;
    top = _y;
    bottom = _y;
    }

    this is the actionscript on the main time line on the scroller.

    Then:

    on (press) {
    _root.embeddedVideo.scrubbing = true;
    startDrag("", false, left, top, right, bottom);
    }
    on (release) {
    stopDrag();
    _root.embeddedVideo.scrubbing = false;
    if (!_root.embeddedVideo.stopped) {
    _root.embeddedVideo.play();
    }
    }

    inside that scroller. Any idea what it should be instead of _root. ????

View thread