Arghhh!!! I want my Mac back :-/

on 2/25/04 7:32 PM, Jeremy Aker at [EMAIL PROTECTED] wrote:

> Welcome to Windows :)
> There has always been some sort of inaccuracy with Windows interpreting
> the current time of digital video. What you need to do is check to see
> if the the current time is "close enough" to the end.
> 
> if myWmpSprite.currentPosition >= myWmpSprite.duration - 0.25 then
>  -- movie done
> end if
> 
> Jeremy Aker
> 
> 
> On Feb 25, 2004, at 4:44 PM, Rodrigo Peres wrote:
> 
>> Valentin,
>> 
>> Thank's for the tip, but look what I've got:
>> 
>> Put sprite(3).duration
>> -- 282.989
>> 
>> After play all the movie
>> 
>> Put sprite(3).currentPosition
>> -- 282.899
>> 
>> So the script never intercepts the end of the movie
>> 
>> 
>> on 2/24/04 11:14 PM, Valentin Schmidt at [EMAIL PROTECTED] wrote:
>> 
>>> maybe there is a better way, but what I've done before is checking the
>>> currentPosition:
>>> 
>>> if myWmpSprite.currentPosition>=myWmpSprite.duration then
>>> -- movie done
>>> end if
>>> 
>>> valentin
>>> 
>>> Rodrigo Peres wrote:
>>>> Hi list,
>>>> 
>>>> 
>>>> I'm using the activex windows media control under director mx to play
>>>> some
>>>> mpg movies. There's a way to check if the video is still playing or
>>>> already
>>>> done?? I've tried some methods from the activex window but almost of
>>>> then
>>>> return errors.
>>>> 
>>>> Thank's
>>>> 
>>>> 
>>>> Rodrigo
>>>> 
>>>> [To remove yourself from this list, or to change to digest mode, go
>>>> to http://www.penworks.com/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/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!]
>>> 
>> 
>> --------------------------------------------------
>> Rodrigo Peres
>> www.rodrigoperes.com.br
>> escrit�rio/office: +55(11) 3781.7017
>> celular/mobile: +55(11) 9108.6169
>> --------------------------------------------------
>> 
>> 
>> [To remove yourself from this list, or to change to digest mode, go to
>> http://www.penworks.com/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/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/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!]

Reply via email to