Javascript to catch browser/plugins event

Discussion in 'JavaScript' started by le duc bao, May 10, 2007.

  1. #1
    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
     
    le duc bao, May 10, 2007 IP
  2. asfi

    asfi Peon

    Messages:
    110
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It is not possible usign Javascript
     
    asfi, May 10, 2007 IP