if (NewState==3 && mPlayers.length>1) {
	for (i=0;i<mPlayers.length-1;i++)
		if (mPlayers[i].URL!=this.URL)
			mPlayers[i].controls.stop();
	frameplayer.DoStop();
}
