test/integration/html5-video.htm
branchpopcorn-port
changeset 744 76400fd4ce70
parent 457 fbcb991cc595
equal deleted inserted replaced
743:69a9969daa41 744:76400fd4ce70
    50 							type:'html5',							
    50 							type:'html5',							
    51               file:'../trailer.ogv',
    51               file:'../trailer.ogv',
    52               duration: 50}
    52               duration: 50}
    53 					};
    53 					};
    54 		
    54 		
    55       IriSP.loadLibs(IriSP.lib, config.gui.css, '../test.json', function() { 	
    55       IriSP.initPlayer(config, "polemic_fr.json");
    56           var layoutManager = new IriSP.LayoutManager(config.gui.container);
       
    57           var pop = IriSP.configurePopcorn(layoutManager, config.player);
       
    58           
       
    59           var widgets = IriSP.configureWidgets(pop, layoutManager, config.gui); });
       
    60 
       
    61     });
       
    62 	</script>
    56 	</script>
    63   
    57   
    64  </body>
    58  </body>
    65  </html>
    59  </html>