onSoundComplete

is there a way to find out if a sound finished playing with load sound?
my sound is mps and is being loaded so it could be streaming

mysound = new Sound();
mysound.loadSound("Track 5.mp3", true);

onSoundComplete works with attachSound any suggestions?