Having problem sysnchronising Audio with Flash movie

I designed a flash demo. It works fine when you launch it. When you click on any of the buttons (play,pause,stop,nextscene or previous scene) the movie is no longer synchronise though the buttons functionality is working fine. What could be the problem? The audio is streamed. [settings: speech, 11KHZ] PLease help.

Pls view the demo to see what i mean… http://www.datgroup.com

PLs Help.

The action script used for the butons are as follows:

PLay:
on (release) {
play();
}

Pause:
on (release) {
stop();
}