Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

jweir/Super-Dumb-Player

Repository files navigation

Super Dumb Player

A Flash video player with an HTML UI via jQuery.

See jweir.github.com/Super-Dumb-Player for details

A quick example

<b>Click the image for a dumb example</b>
<div id='player'>
  <img src='assets/still_from_video.png'/>
</div>

<script type="text/javascript">
  var player;

  $("#player img").click(function(){
    $("#player").superDumbPlayer('assets/dumb_example.m4v');
  })
</script>

About

A Flash video player with a pure HTML & Javascript UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published