Oi!
Im using JW player with swfobject and jquery to add a player to the page and update/load playlists.
Problem is that when the player changes from one clip to another in a playlist, sometimes a frame from the last clip played flashes by just before the new clip starts playing. This happens after preload/prebuffering of the new clip.
Anyone else got this problem? Ill run tests with older versions of JW today (currently using v4.5).



I'm having this exact same problem. I have a player using XML playlist. I'm using sendEvents to control what being played from the playlist. When changing to another video on the playlist, a frame from the last clip flashes just before the new clip starts playing (and often there is a audio blurp as well). I've tried a .sendEvent("stop"); before calling the new clip, but this does not seem to help either. Any ideas??