
var imgRotate = {
	width: 640,
	heigth: 360
};


function init() {

	var flvVars = {
	     	width: imgRotate.width,
	     	height: imgRotate.height,
	        file: imgRotate.file,
	        enablejs: "true",
	        transition: 'fade',
            shuffle: 'true',
	        overstretch: 'true',
	        javascriptid: "movie1",
	        linkfromdisplay: "true"
	       // image: video.Thumbnail,
	       // file: video.Url,
	      //  title: video.Title,
	        //backcolor: "0x000000",
	        //frontcolor: "0xffba00"
	        };
	var flvParams = {
	        allowscriptaccess: "always",
	        allowfullscreen: "false",
	        hideMenu: "true",
	        wmode: "transparent"};
	var attrib = {  };
	var vidObject = swfobject.embedSWF('/public/shared/swf/imagerotator.swf', "theRotator", imgRotate.width, imgRotate.height, "9.0.115", "/public/shared/swf/expressInstall.swf", flvVars, flvParams, attrib);
}