>How can I
>safely capture the end of a song being played ?

I handled it this way within the Playstopped handler:

  if the currenttime of player "thePlayer" = 0 then
    exit playstopped
  end if

This traps out the case where PlayStopped is called when the player is 
set to a new file name.

Unfortunately, this doesn't explain WHY playStopped is called when the 
player is set to a new file name. Does anyone understand this? Is this a 
bug in Rev?

Regards,

Howard Bornstein
____________________
D E S I G N  E Q
www.designeq.com
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to