Streaming MP3 gets slightly distorted

Hi,

I’m streaming a mp3, but it plays a bit to slow. You hear the streaming mp3 here:
http://www.killbridge.com/hashblauw/

(.swf is loaded in the top right)

The original mp3 that gets streams can be found here:
http://www.killbridge.com/hashblauw/hashblauw_snippet.mp3

I’m using the following ActionScript:



//  some irrelevant stuff

var url		= "http://www.killbridge.com/hashblauw/hashblauw_snippet.mp3";
var offset	= 0;
var loop	= 1;

this._parent.createEmptyMovieClip('snippet');
s = new Sound(this._parent.snippet);
s.loadSound(url, 1);

// some more irrelevant stuff

I have tried it on 3 computers (Mac and Windows) and different browsers.

Any comments? Thanks