Re: How to reset the player?

2011-10-30 Thread mike
LiveCode Subject: Re: How to reset the player? I found the currentTime property which does the reset. I also got it to repeat as I needed by catching playstopped and re-initializing everything thus faking a loop Got everything working just in time for a night time test before Halloween. :-) Got to

Re: How to reset the player?

2011-10-30 Thread mike
Subject: Re: How to reset the player? did you try 'set the filename of player 1 to xx' for each reset? or set the filename player 1 to empty set the filename player 1 to xx' On 30 October 2011 08:19, Mike Doub wrote: > I am trying to get several call backs to fire during pla

Re: How to reset the player?

2011-10-30 Thread stephen barncard
did you try 'set the filename of player 1 to xx' for each reset? or set the filename player 1 to empty set the filename player 1 to xx' On 30 October 2011 08:19, Mike Doub wrote: > I am trying to get several call backs to fire during playback of a looping > mp3. I am controlling lights from

How to reset the player?

2011-10-30 Thread Mike Doub
I am trying to get several call backs to fire during playback of a looping mp3. I am controlling lights from within the call backs. However, I am running into several issues that I do not understand. 1) I am not able to reset the player to the beginning 2) The callbacks are onl