QuickControl was made to replace flash for quicktime video playback on webpages. The QuickControl library requires the Class, Options, Events, and Slider libraries from Mootools.
Creating a new controller is as easy as adding the code below to your domready function.
new QuickControl('http://movies.apple.com/movies/sony_pictures/district9/d9-fte_h.640.mov', {
id: 'QuickControlVid',
width: 640,
height: 340,
style: 'QuickControlCustom',
container: 'QuickControl',
attributes: {
autoplay: 'true',
enablejavascript: 'false'
}
});
Take a look at the full library on github: https://github.com/arzynik/QuickControl