html5 "loading but not playing" event -


i'd know if there event in html 5 when media loading can't play because it's not loaded enough, in order make loading icon appear. searched everywhere can't seem find answer :/

you can listent event loadstart in order show loading icon, , event play (or canplay or canplaythrough, depending of want/need) hiding loadding icon.

those events (and many more) available html5 media elements, audio , video. can check documentation media events video here: http://www.w3.org/wiki/html/elements/video#media_events


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -