Skip to content

acknak/MidareruPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MidareruPlayer

.ogg player of javascript with audio tag

directory (sample)

midareru_player
├music
│├1.ogg
│├2.ogg
│├3.ogg
│├4.ogg
│├5.ogg
│├6.ogg
│├7.ogg
│└...
├index.html
├jukebox.js
└utf8.js

usage

// index.html
...
jukebox = new Jukebox({baseElementId:"midareru_player",numMusic:100,strMusicL:"./music/"});]
...

required

  • modern browser supporting native .ogg playing
  • utf8.js

license

Copyright © 2012 acknak

MidareruPlayer is released under the BSD 3-Clause License

About

.ogg player of javascript with audio tag

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages