Thanks to visit codestin.com
Credit goes to github.com

Skip to content

harshdutt123/html5-audio-video-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MKH Player - jQuery plugin for HTML 5 video and audio

Usage

$('audio').mkhPlayer(); // for audio file
$('video').mkhPlayer(); // for video file

Demo

You can check the demo site https://myokyawhtun.github.io/mkhplayer.

Sample

<html>
	<head>
	...
	...
	<link rel="stylesheet" type="text/css" href="css/mkhplayer.default.css"/>
	...
	</head>
	<body>
	...
	...
		<audio id="music3" preload="metadata">
			<source src="media/interlude.mp3">
		</audio>

		<script type="text/javascript" src="https://code.jquery.com/jquery-1.7.1.min.js"></script>
		<script type="text/javascript" src="js/jquery.mkhplayer.js"></script>
		<script type="text/javascript">
			$(document).ready(function(){
				$('audio').mkhPlayer();
			});
		</script>
	</body>
</html>

About

This repository contains plugin example for audio and video player in html5 with the help of jquery.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors