From 5bfb561f893c61e0c46c442641a741fdd2265858 Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 20 Dec 2013 00:26:34 +0800 Subject: [PATCH] add srs player --- trunk/research/players/jwplayer6.html | 2 + trunk/research/players/srs_player.html | 42 ++++++++++-------- .../players/srs_player/release/srs_player.swf | Bin 2645 -> 2697 bytes .../players/srs_player/src/srs_player.as | 3 +- 4 files changed, 28 insertions(+), 19 deletions(-) diff --git a/trunk/research/players/jwplayer6.html b/trunk/research/players/jwplayer6.html index b87c11c0f..6eb420f73 100755 --- a/trunk/research/players/jwplayer6.html +++ b/trunk/research/players/jwplayer6.html @@ -21,6 +21,7 @@ $("#div_container").remove(); _player.stop(); }); + $("#main_modal").on("show", function(){ $("#div_container").remove(); @@ -42,6 +43,7 @@ }; _player = jwplayer('player_id').setup(conf); }); + $("#main_modal").modal({show:true, keyboard:false}); } diff --git a/trunk/research/players/srs_player.html b/trunk/research/players/srs_player.html index e5b9cc31a..321535d25 100755 --- a/trunk/research/players/srs_player.html +++ b/trunk/research/players/srs_player.html @@ -14,13 +14,26 @@ }