X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=26f06af02e9dfef586d9b255a9f8521270c75513;hb=34ccc0593731592021bee6ab1661f8eb5ab5b1a4;hp=489f23bbe0b7a7e613c799c19dfc7f71ccf71a52;hpb=fd17945b9b7929b14e71974ecfcdc799ebe7c471;p=brisk.git diff --git a/web/index.php b/web/index.php index 489f23b..26f06af 100644 --- a/web/index.php +++ b/web/index.php @@ -874,7 +874,7 @@ supported by:
- + @@ -1002,13 +1002,14 @@ echo "$body"; ?> Brisk + - + @@ -1032,7 +1033,6 @@ echo "$body"; ?> var g_withflash = false; var g_imgct= 0; var g_imgtot = g_preload_img_arr.length; - var myfrom = "index_php"; var g_brow = null; var spo_slide, sup_slide; @@ -1064,7 +1064,7 @@ else { ?> sess = ""; - hstm = new http_streaming("sess"); + hstm = new http_streaming(window, console, gst, 'index_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);}); hstm.hbit_set(heartbit); tra = new train($('room_tit')); window.onunload = onunload_cb; @@ -1077,7 +1077,7 @@ else { $("proflashext").innerHTML = ""; // console.log("session from main: "+sess); - hstm.start(sess); + hstm.start(); // alert("ARR LENGTH "+g_preload_img_arr.length); setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); $("txt_in").focus();