Two clips with different AutoRestart value playing at the same time
Brought to you by:
kspes
I've been using your library for a few months now and I like it. I think this might be a bug. Suppose you have 2 video clips created by calling Video Manager's createVideoClip method. You play them both at the same time. You call getNextFrame for each clip. Suppose that the first clip has AutoRestart set to false (meaning it stops when finished) while the second one has AutoRestart set to true (meaning it plays again when finished). In my experiments so far, it appears that the first clip, when finished, will stop the second clip too. Shouldn't the second clip continue to play? Is this a bug or by design?
Hmm, interesting, I haven't experienced such a thing. I'll investigate and let you know.