python - Any experiences with automatically playing videos one after the other whilst embedded in a webpage? -
so i'm newish web dev using django. friend of mine in film , interested in embedding bunch of clips in webpage project of hers play 1 after other.
what mean 1 after other once 1 ends video automatically starts up.
does have guidance or experience best way me make happen? or there plugins might find useful?
you can try jplayer: http://jplayer.org/ add listener $.jplayer.event.ended
event start next video. see: http://jplayer.org/latest/developer-guide/#jplayer-event-type
Comments
Post a Comment