if ur watching an flv and then click to change it while its playing..the buffer is not being reset to visible..

So to get over this do:

Code:
theButton.onRelease = function() {t
stream_ns.play("http://www.dedicatedmicros.com/ukftp/FLVHUB/FLV/"+this.thisNum+".FLV");
bufferClip._visible = true;
};