HTML 4 - Audio Controls

HTML 4 - Audio Controls

Hi there,
Sadly I have to build eLearning for a client still on IE6. The page requires audio. I have used the embed tag for embedding audio. I want to build custom play/pause button, rewind button and progress slider.

I have managed to create the play/pause buttons. Is there any way I can know if the audio has finished playing or reached the end so I can toggle the pause button? Can I rewind the audio? Can I know the current time and total time to create the progress slider?

Thanks in advance.