src/js/site.js
branchtweet-widget
changeset 273 c32065f5e297
parent 272 5284f337bd53
child 274 fe02d003c6c4
equal deleted inserted replaced
271:41258988e132 273:c32065f5e297
    15      raphael: "src/js/libs/raphael.js"
    15      raphael: "src/js/libs/raphael.js"
    16 };
    16 };
    17 
    17 
    18 //Player Configuration 
    18 //Player Configuration 
    19 IriSP.config = undefined;
    19 IriSP.config = undefined;
    20 IriSP.configDefault = {
    20 
    21 		metadata:{
    21 IriSP.widgetsDefaults = {
    22 			format:'cinelab',
    22   "PlayerWidget" : {},
    23 			src:'',
    23   "AnnotationsWidget": {}
    24 			load:'jsonp'
       
    25 		},
       
    26 		gui:{
       
    27 			width:650,
       
    28 			height:0,
       
    29 			mode:'radio',
       
    30 			container:'LdtPlayer',
       
    31 			debug:false, 
       
    32 			css:'../src/css/LdtPlayer.css'
       
    33 		},
       
    34 		player:{
       
    35 			type:'jwplayer',
       
    36 			src:'../res/swf/player.swf',
       
    37 			params:{
       
    38 				allowfullscreen:"true", 
       
    39 				allowscriptaccess:"always",
       
    40 				wmode:"transparent"
       
    41 			},
       
    42 			flashvars:{
       
    43 				streamer:"streamer",
       
    44 				file:"file", 
       
    45 				live:"true",
       
    46 				autostart:"false",
       
    47 				controlbar:"none",
       
    48 				playerready:"IriSP.playerReady"
       
    49 			},
       
    50 			attributes:{
       
    51 				id:"Ldtplayer1",  
       
    52 				name:"Ldtplayer1"
       
    53 			}
       
    54 		},
       
    55 		module:null
       
    56 };
    24 };
    57 
    25