Problem fixed!
I had put the "set the filename of player 1 to empty" outside the repeat
loop--thinking to clear it after using.
Moving this inside the repeat loop solved the problem
repeat
play
wait
empty filename
end repeat
Yippee!
(thanks to Chip Waters for the world's fasted repsonse)
tom
_
Hi Thomas,
You might try using QT callbacks instead of 'wait while', just a suggestion.
-Chipp
Thomas McCarthy wrote:
Help
(occurs in standalones, development is not affected)
I'm exeriencing consistant crashes after using (without Quicktime) the player
in windows in a repeat loop. The lo
Help
(occurs in standalones, development is not affected)
I'm exeriencing consistant crashes after using (without Quicktime) the player
in windows in a repeat loop. The loop playes Mp3 files. First time through the
loop is no problem. the second time I enter the loop, it freezes after the
f