-8

Does anybody know a way to detect is a video playing on a web page or not using javascript. For flash video.

Thanks.

Igor Belykh
  • 101
  • 5
  • 13
  • Your question is not clear. Does "For flash." means "Does anybody know a way to detect if a flash video is playing on a web page or not using javascript ? " – n00dl3 Apr 20 '15 at 08:23
  • have a look at this if it helps http://stackoverflow.com/questions/7853904/how-to-detect-when-a-youtube-video-finishes-playing – Viraj Nalawade Apr 20 '15 at 08:24
  • I need a way to detect when any flash video is playing using javascript. – Igor Belykh Apr 20 '15 at 10:42
  • Does this answer your question? [Detect if HTML5 Video element is playing](https://stackoverflow.com/questions/8599076/detect-if-html5-video-element-is-playing) – dippas Jul 24 '20 at 12:06

1 Answers1

0

Your question isn't very clear on what exactly you are trying to do. What do you mean by 'or not using javascript'?

Here are a couple of other questions which may have info to help:

Detect if HTML5 Video element is playing

Community
  • 1
  • 1
Bob Aleena
  • 450
  • 1
  • 6
  • 16
  • Sorry, for my bad English. I'm already figured it out for HTML5 video. Now I need javascript solution to detect when a video embeded using flashplayer is playing. Also I need to handle events when user start the video and stop it. – Igor Belykh Apr 21 '15 at 10:05