test/integration/radio.htm
branchpopcorn-port
changeset 744 76400fd4ce70
parent 504 02daece5dfda
equal deleted inserted replaced
743:69a9969daa41 744:76400fd4ce70
    65               width: 200, 
    65               width: 200, 
    66               provider: "rtmp" 
    66               provider: "rtmp" 
    67             }
    67             }
    68 		};
    68 		};
    69 		
    69 		
    70 		IriSP.loadLibs(IriSP.lib, config, "../test.json",
    70     IriSP.initPlayer(config, "../test.json");
    71 			function() { 	
       
    72 							var layoutManager = new IriSP.LayoutManager(config.gui.container);
       
    73 							var pop = IriSP.configurePopcorn(layoutManager, config.player);
       
    74 							
       
    75 							var widgets = IriSP.configureWidgets(pop, layoutManager, config.gui); });
       
    76 	</script>
    71 	</script>
    77 	
    72 	
    78 	
    73 	
    79  </body>
    74  </body>
    80  </html>
    75  </html>