PLAYER


player is an audio and video player jQuery plug-in.

I'm still developing it! (resting time .. check it out the last source on git hub)

It is under MIT License.

developer goker.cebeci, the developer

github download or fork it on github

jquery jquery plugin page


USAGE

<script src="player.js"></script>
<link rel="stylesheet" href="player.css" />
<script>
  $('video').player([options]);
</script>

OPTIONS

  • init : Optional init function.
  • start : Optional start function
  • finish : Optional finish function.
  • menu : Optional context menu's titles array.

PLAYER

PLAYER 2