Skip to content

fetch/jquery-jwplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

JWPlayer jQuery wrapper

Build for better event handling
$("#video-area").jwplayer({
	flashplayer: "/jwplayer/player.swf",
	file: 'some/video/file.mp4',
	autoplay: true,
	width: 630,
	height: 480
});

$("#video-area").on('jwplayer:complete', function(event, data){
	// Remove complete event and replay video 
	$(this).off(event).jwplayer('play');
});

Credits

About

jQuery wrapper for JWPlayer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors