Hello,
Does anyone know how to have a progress indicator constantly advance with the current time of a quicktime movie without the script having to sit in a repeat statement the whole time?
Thanks
Dallas
Hello,
Does anyone know how to have a progress indicator constantly advance with the current time of a quicktime movie without the script having to sit in a repeat statement the whole time?
Thanks
Dallas
I don’t think there really is. The progress indicator needs to have indicators to tell it where it should be. (I.E- 42 out of 60 seconds) In order to tell it when to update (I.E- 43 out of 60 seconds), it needs to keep repeating (read:checking) to update that value.
I’d give you a code snippit, but I’ve never delved into the use of progress indicators, so my examples would probably be wrong
Thanks dude, that’s kind of what I thought to. I was just hoping somebody had a miracle way to do it.
Dallas