https://github.com/metaskills/quickie.js
Quickie.js - Prototype wrapper for QuickTime
https://github.com/metaskills/quickie.js
Last synced: 7 months ago
JSON representation
Quickie.js - Prototype wrapper for QuickTime
- Host: GitHub
- URL: https://github.com/metaskills/quickie.js
- Owner: metaskills
- Created: 2010-01-26T02:24:21.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-26T02:25:35.000Z (over 15 years ago)
- Last Synced: 2025-04-01T17:13:17.638Z (7 months ago)
- Language: JavaScript
- Homepage: http://metaskills.net/2010/1/25/quickie-js-prototype-wrapper-for-quicktime
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Options:
id - (string: defaults to 'Quickie_' + unique id) The id of the Quickie object.
width - (number: defaults to 1) The width of the Quickie object.
height - (number: defaults to 1) The height of the Quickie object.
container - (element) The container into which the Quickie object will be injected.
attributes - (object) QuickTime attributes for the element. See http://is.gd/72NaE for possible attributes.
Returns:
- (element) A new HTML object Element with browser appropriate QuickTime embed code.Example:
var myQuickie = new Quickie('myMovie.mov', {
id: 'myQuicktimeMovie',
width: 640,
height: 480,
container: 'qtmovie',
attributes: {
controller: 'true',
autoplay: 'false'
}
});Credits:
Mootools Implementaiton: http://pradador.com/code/quickiejs/
License:
MIT-Style License