/* sbVideo.js Copyright Sitebuilders Finland Oy 2009 */
/* Flash player copyright NonverBlaster:hover http://http://nonverbla.de/blog/2008/09/15/nonverblasterhover/ licensed under a Creative Commons License */

var sbVideo=new Class({Implements:[Options],options:{flashPlayer:"http://www.genelec.fi/js/NonverBlaster.swf",videoURL:"",image:"",allowSmoothing:"true",autoPlay:"false",buffer:"6",showTimecode:"true",loop:"false",color:"0xcccccc",scaleIfFullScreen:"false",showScalingButton:"true",defaultVolume:"50",wmode:"opaque",bgcolor:"#ffffff",scale:"noscale",allowFullScreen:"true",width:"100%",height:"100%",container:"preview",id:"myMovie"},initialize:function(b,a){this.setOptions(a);this.options.videoURL=b;if(b){this.makeMovie()}},makeMovie:function(){var a=new Swiff(this.options.flashPlayer,{id:this.options.id,width:this.options.width,height:this.options.height,container:this.options.container,params:{wmode:this.options.wmode,bgcolor:this.options.bgcolor,scale:this.options.scale,allowFullScreen:this.options.allowFullScreen},vars:{videoURL:this.options.videoURL,teaserURL:this.options.image,allowSmoothing:this.options.allowSmoothing,autoPlay:this.options.autoPlay,buffer:this.options.buffer,showTimecode:this.options.showTimecode,loop:this.options.loop,controlColor:"0xcccccc",scaleIfFullScreen:this.options.scaleIfFullScreen,showScalingButton:this.options.showScalingButton,defaultVolume:this.options.defaultVolume},callBacks:{}})}});

