MooVES 1.0
MooVES is The MooTools Video Enhancement System, a plug-in for MooTools (1.2+ or 1.3+) which allows a preview video from many video types. It supports also HTML5 video tag features (beta).
The plug-in is unobtrusive and displays the link to the video and a notice message when JavaScript or Adobe Flash Player are not enabled in the user's system.
The class is extensible, you can integrate other video sharing websites and network. It is completely customizable, thanks also to the advantage of an Open Source license.
Details
- Author
- Leonardo Laureti
- Current version
- 1.0
- GitHub
- FirebUntU/MooVES
- Downloads
- 2533
- Category
- Media
- Tags
- Report
- GitHub Issues
Releases
How to use
This is a simple usage example. For more specific usage and options read the documentation at http://mooves.firebuntu.com
<a id="player" href="http://www.youtube.com/watch?v=eRsGyueVLvQ">Sintel</a>
#CSS
.mooves { display:block }
.mooves_preview { position:relative; display:block; overflow:hidden }
.mooves_overlay { position:absolute; top:0; left:0; background:url(player_btn.png) center center no-repeat; cursor:pointer }
#JS
window.addEvent('domready', function(){
var player = new MooVES($('player'), {
container: null,
parse: 'href',
proxy: 'mooves_proxy.php',
width: 480,
height: 360,
background: '#333333',
foreground: '#000000',
hd: true
});
});
Known Issues
Vimeo: HTML5 does not work without Flash installed
Blip.tv: HTML5 method does not work due to JavaScript errors
Discuss
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus