Announcement

Collapse
No announcement yet.

Quick time progress bar

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Quick time progress bar

    I have a video file loaded in a quick time object. Is there a way to have a progress bar at the bottom that shows how far along the video is?

    Thanks in advance.

  • #2
    You could use a Slider object for this. Get the total time of the loaded file with QuickTime.GetLength(), adjust the range of the Slider, set up a timer to call QuickTime.GetCurrentPos() once per second, and update the position of the Slider accordingly in the timer event script.

    Ulrich

    Comment


    • #3
      I hate to ask, but is there some type of .apz example available?

      Comment

      Working...
      X