Thanks John, Klaus and Martin
This is just what I needed.
===
Martin said:
First make a list with your callbacks with the format time,message
then you set the callbacks of your player to that list.
then when your player plays it will send the mySelectline message with the
time as a parameter
If you want to fire messages at predetermined times then use callbacks.
First make a list with your callbacks with the format time,message
ie.
2000,mySelectline
3000,mySelectline
4000,mySelectline
then you set the callbacks of your player to that list.
then when your player plays it will sen
Hi Ron,
> Hi,
> Simple task but I can't figure out how to get the info I need. I want
> to hilite lines of text based on the time elapsed of a movie in a
> player. For example, when the video is at 2000, line 3 of the text is
> selected. I can handle text but I'm new to video.
>
> My problem is l
Have a look at 'currentTime' & 'currentTimeChanged' in the dictionary
> Hi,
> Simple task but I can't figure out how to get the info I need. I want
> to hilite lines of text based on the time elapsed of a movie in a
> player. For example, when the video is at 2000, line 3 of the text is
> select