Hi,
I've been struggling with reloading the playlist (asp page returning random xml playlist). When the state is completed and currentitem = num of songs in playlist, I have it doing:
player.sendEvent('LOAD', flashvars);
I've tried everything I can think of .... the player loads the new playlist, but not item 0, it starts playing the same playlist.index as was playing before the reload.
I have tried adding:
player.sendEvent('ITEM', 0);
AND IT PLAYS ITEM 1 ??????? For some reason I can't get it to play item 0 .....
Has anyone ran into this, or know how I can fix it?
Let me know what you want to see codewise....

oops, a quick setTimeout on the 'ITEM' call fixed it :)