topical media & game development
lib-flow-example-files-external.js / js
Example external configuration file.
You can freely categorize these nodes
var conf = {
// default clip configuration
defaults: {
autoPlay: false,
autoBuffering: true,
baseUrl: 'http://blip.tv/file/get',
// functions are also supported
onBegin: function() {
// make controlbar visible in 4000 seconds
this.getControls().fadeIn(4000);
}
},
// my skins
skins: {
gray: {
backgroundColor: '#666666',
buttonColor: '#333333',
opacity: 0,
time: false
}
// setup additional skins here ...
}
}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.