Yes, agreed. Movitime is a much better way to handle it. Take a look at this TN and the sample file there. It has code and comments in the code that will hopefully steer you in the right direction with this Lingo: http://www.macromedia.com/support/director/ts/documents/sample_dvinfo.htm Let me know if you have any suggestions for improvement. David V. -----Original Message----- From: Mark A. Boyd [mailto:[EMAIL PROTECTED]] Sent: Monday, May 14, 2001 10:44 AM To: [EMAIL PROTECTED] Subject: Re: <lingo-l> Avi & "Cue points" At 10:13 5/14/2001, Kamil Dabkowski wrote: >Is it possible to check in Lingo which minute and second of Avi movie is >currently playing? >This could be an easy way to create "cue points" like behaviors with avi. See 'movieTime' in the docs. I use it all the time and at 1/60 second, it's much more accurate than minutes/seconds. Actually, if you want min/sec, you'll need to convert movieTime tics into HH:MM:SS - probably with the framesToHMS function. -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!] [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]
