I built a record player for my site. It works except the rotation slows down when the sound starts. I'm using a shockwave file for sound, and this for rotation:

onClipEvent(enterFrame){
this._rotation +=15;}

Here's the link:
http://www.howardglazer.com/bob/record_player.html

Is there a way around this?