Hi all, I'm writing an application which enable to play a SMIL (http://www.w3.org/TR/REC-smil/) document in web browser. The document SMIL includes different type of media (video, image, audio, text, animation). There media should be synchronize in a timeline model. I means all the media document should be integrated and synchronized during the execution time. In browser side, there media play by browser plugins (e.g. Window media plugin, RealPlayer plugin, Quicktime plugin for IE or Firefox...). At the execution time, I would like to know if the media stream is "out of sync" event (because low network traffic or server side problem, for example), resumed event (continue the stream from "out of sync" status). My question is: Can I use the Javascript to catch those events (out of sync, resumed)? Thanks