< type="text/">
>
< type="text/" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">>
配信中 雀龍門しようぜ(声有り)
作成:12/5/31 14:15 アクセス:237
本日:26 今週:110 今月:150
総コメント:437 My番組:0
ファン:11人
開始 6/23 23:58
ユーザー:湖太郎さん [作成番組]
本日:26 今週:110 今月:150
総コメント:437 My番組:0
ファン:11人
開始 6/23 23:58
ユーザー:湖太郎さん [作成番組]
"+mes.user_name+""+mes.profile_prefix+"
";
var userelement = document.getElementById('attenduserno'+mes.user_no);
if(!userelement){
userelement = document.createElement('div');
userelement.id = "attenduserno" + mes.user_no;
}
userelement.appendChild(element);
var objBody = document.getElementById('attendmember_ret');
objBody.appendChild(userelement);
//alert("add:"+mes.user_id+":"+mes.user_name);
}
}
}
//Flashから呼ばれる関数(出席者削除)
function deleteAttend(mes){
if(attendStatus != 0){
var delNode = document.getElementById('attendmember'+mes.user_id);
if(delNode){
delNode.parentNode.removeChild(delNode);
}
}
//alert("del:"+mes.user_id+":"+mes.user_name);
}
//Flashから呼ばれる関数(配信開始・停止の編集)
function getPublishStatus(mes){
if(document.getElementById('onAirStatus')){
document.getElementById('onAirStatus').style.display = mes.isPublish ? "inline" : "none";
document.getElementById('onAirStatus').innerHTML = mes.allowViewer==2?"配信者限定":(mes.allowViewer==1?"ファン限定配信中":"配信中");
}
if(document.getElementById('fmt_st_start_date_head')){
document.getElementById('fmt_st_start_date_head').style.display = mes.isPublish ? "inline" : "none";
}
if(document.getElementById('fmt_st_start_date_body')){
document.getElementById('fmt_st_start_date_body').style.display = mes.isPublish ? "inline" : "none";
}
}
>
< type="text/">
var program_id = 3685;
var attendStatus = 3;
var videoWidth = 512;
var commentWidth = 480;
var flashvars_play = {
server_url: "http://himast.in/",
program_name: "maazyann",
program_id: "3685",
streamName: "in.himado.stream.maazyann.20120623235829",
groupString: "G:0100010101020103250566323965da01f1cee6fa9923fb394e98dc1e291a652bc47faeef524d3569b4bb65e3f92d010c130e696e2e68696d61646f2e6d61617a79616e6e00",
groupPublishString: "G:0100010101020103250539656262d494e3c3fd7d7f1798ea7f62d4ca51a99d75b82298e9b28bd3db3a2dcb8a4f30250739656262d494e3c3fd7d7f1798ea7f62d4ca51a99d75b82298e9b28bd3db3a2dcb8a4f30010c1b0e696e2e68696d61646f2e7075626c6973682e6d61617a79616e6e00",
start_date: "1340463509",
base_date: "1340467023",
allowViewer: "",
anonStatus: "3",
attendStatus: "3",
publish_id: "32181",
rtmpurl: "",
bgcolorbase: "",
bgcolortop: "",
bgcolor: "",
fgcolor: "",
bgimagebase: "",
bgimagetop: "",
bgimage: "",
profile_prefix: "",
isFan: "",
img_ext: "",
user_name: "",
user_id: "anon",
comment_auth: "1"
};
var params_play = {
menu: "true",
scale: "noscale",
allowFullscreen: "true",
allowAccess: "sameDomain",
salign: "tl",
bgcolor: "#000000"
};
var attributes_play = {
id:"multivideoexternal"
};
swfobject.embedSWF("http://himast.in/multivideo.swf?1200512", "playerobject", "100%", "100%", "10.1.0", "http://himast.in/expressInstall.swf", flashvars_play, params_play, attributes_play);>
<>
//ブラウザのホイールの状態(初期値有効)
var flg_wheelEnabled = true;
//Flashから呼ばれる関数
function wheelEnabled(flg){
flg_wheelEnabled = flg;
}
//ホイールイベントの処理
function wheel(event){
if(!flg_wheelEnabled){
if(!event){
event = window.event;
}
if(event.preventDefault){
event.preventDefault();
}
event.returnValue = false;
}
}
//イベントリスナーの登録
if(window.addEventListener){
window.addEventListener('DOMMouseScroll', wheel, false);
}
window.onmousewheel = document.onmousewheel = wheel;
var isFullScreen = 0;
var content;var player;var multivideoexternal;var streamsendexternal;var undermovie;var topmovie;var head;var foot;
function fullscreen(){
var doc = document.all? window["multivideoexternal"] : document["multivideoexternal"];
if(isFullScreen == 0){
var stagewidth = getBrowserWidth()*0.973;
var stageheight = (stagewidth - commentWidth) * 0.75 + 174;
sizeChangeWidth(stagewidth - commentWidth,commentWidth);
doc.setPosition(stagewidth,stageheight,stagewidth - commentWidth,(stagewidth - commentWidth)*0.75);
isFullScreen = 1;
location.href= "#player";
document.getElementById("fullscreenlinktext").innerHTML = '元のサイズに戻す';
}else{
sizeChangeWidth(512,480);
doc.setPosition(992, 558, 512, 512*0.75);
isFullScreen = 0;
document.body.style.backgroundColor = '#fff';
document.getElementById("fullscreenlinktext").innerHTML = '最大化';
}
}
function getBrowserWidth() {
if( document.body ) {
return document.body.clientWidth;
}else if ( document.documentElement && document.documentElement.clientWidth != 0 ) {
return document.documentElement.clientWidth;
}else if ( window.innerWidth ) {
return window.innerWidth;
}
return 0;
}
function getBrowserHeight() {
if ( document.body ) {
return document.body.clientHeight;
}else if ( document.documentElement && document.documentElement.clientHeight != 0 ) {
return document.documentElement.clientHeight;
}else if ( window.innerHeight ) {
return window.innerHeight;
}
return 0;
}
function onTagloaded(oj){
res = oj.responseText;
document.getElementById('usertag').innerHTML = res;
document.getElementById('usertagedit').style.display = 'none';
multivideoexternal = document.getElementById("multivideoexternal");
var doc = document.all? window["multivideoexternal"] : document["multivideoexternal"];
var d = new Object();
d.tag_plain = document.form1.user_tag.value;
d.tag_html = res;
doc.setTagData(d);
}
function tagSubmit(){
var d = new Array();
d['user_tag']=document.form1.user_tag.value;
d['program_id']=3685;
d['mode']="program";
d['cat']="tag";
sendRequest(onTagloaded,d,'POST','http://himast.in/');
}
function onTaghistoryloaded(oj){
res = oj.responseText;
var resArray = res.split(";");
for ( var i = 0 ; i < resArray.length ; i++){
if(resArray[i] != ""){
var aCrumb = resArray[i].split(",");
var len = document.getElementById('taghistory').length;
document.getElementById('taghistory').options[len] = new Option(aCrumb[1],aCrumb[2]);
}
}
}
function taghistory_load(){
var d = new Array();
d['mode']="program";
d['cat']="taghistory";
d['program_id']=3685;
sendRequest(onTaghistoryloaded,d,'POST','http://himast.in/');
}
if(document.getElementById('taghistory')){
document.getElementById('taghistory').onchange = function(){
document.form1.user_tag.value = this.value;
}
}
function onComeloaded(oj){
res = oj.responseText;
document.getElementById('textcomment_ret').innerHTML = res;
document.formtxtcome.comment.value = "";
}
function comeSubmit(page,pagenum){
var d = new Array();
d['type']="1";
d['comment']=document.formtxtcome.comment.value;
d['anonymous']=document.formtxtcome.anonymous.checked?1:0;
d['mode']="program";
d['cat']="txtcomment";
d['program_id']=3685;
d['page']=page!=undefined?page:'';
d['pagenum']=pagenum!=undefined?pagenum:'';
sendRequest(onComeloaded,d,'POST','http://himast.in/');
}
function sizeChangeWidth(vWidth,cWidth){
var stagewidth = vWidth + cWidth;
var stageheight = vWidth * 0.75 + 174;
content = document.getElementById("content");
content.style.width = stagewidth + "px";
player = document.getElementById("player");
player.style.width = stagewidth + "px";
player.style.height = stageheight + "px";
multivideoexternal = document.getElementById("multivideoexternal");
multivideoexternal.setAttribute("width",stagewidth);
multivideoexternal.setAttribute("height",stageheight);
}
function sizeCahnge(){
videoWidth = parseInt(document.getElementById("select_player_width").value);
//commentWidth = parseInt(document.getElementById("select_comment_width").value);
var stagewidth = videoWidth + commentWidth;
var stageheight = videoWidth * 0.75 + 174;
sizeChangeWidth(videoWidth,commentWidth);
var doc = document.all? window["multivideoexternal"] : document["multivideoexternal"];
doc.setPosition(stagewidth,stageheight,videoWidth,videoWidth*0.75);
}
function sizeCahngeComment(){
//videoWidth = parseInt(document.getElementById("select_player_width").value);
commentWidth = parseInt(document.getElementById("select_comment_width").value);
var stagewidth = videoWidth + commentWidth;
var stageheight = videoWidth * 0.75 + 174;
sizeChangeWidth(videoWidth,commentWidth);
var doc = document.all? window["multivideoexternal"] : document["multivideoexternal"];
doc.setPosition(stagewidth,stageheight,videoWidth,videoWidth*0.75);
}
function sizeCahngeOri(){
multivideoexternal = document.getElementById("multivideoexternal");
var doc = document.all? window["multivideoexternal"] : document["multivideoexternal"];
videoWidth = doc.setPlayerOri(commentWidth);
sizeChangeWidth(videoWidth, commentWidth);
}
function sizeCahngeDef(){
videoWidth = 512;
commentWidth = 480;
var stagewidth = videoWidth + commentWidth;
var stageheight = videoWidth * 0.75 + 174;
sizeChangeWidth(videoWidth,commentWidth);
var doc = document.all? window["multivideoexternal"] : document["multivideoexternal"];
doc.setPosition(stagewidth,stageheight,videoWidth,videoWidth*0.75);
}
function onReportloaded(oj){
res = oj.responseText;
document.getElementById('report_ret').innerHTML = res;
document.formreport.comment.value = "";
document.getElementById('reportDeleteRequest').style.display = "none";
}
function reportSubmit(){
var d = new Array();
var err="";
d['type']=document.formreport.type.value;
d['comment']=document.formreport.comment.value;
d['campanyName']=document.formreport.campanyName.value;
d['sectionName']=document.formreport.sectionName.value;
d['takerName']=document.formreport.takerName.value;
d['mailAddress']=document.formreport.mailAddress.value;
d['tel']=document.formreport.tel.value;
d['campanyAddress']=document.formreport.campanyAddress.value;
d['mode']="program";
d['cat']="report";
d['program_id']=3685;
if(d['type'] == 5 && (d['campanyName']=="" || d['takerName']=="" || d['mailAddress']=="" || d['tel']=="" || d['campanyAddress']=="")){
if(d['campanyName']==""){err += "会社名をご記入ください。
";} if(d['takerName']==""){err += "ご担当者名をご記入ください。
";} if(d['mailAddress']==""){err += "メールアドレスをご記入ください。
";} if(d['tel']==""){err += "電話番号をご記入ください。
";} if(d['campanyAddress']==""){err += "ご住所をご記入ください。
";} document.getElementById('report_ret').innerHTML = err; }else{ sendRequest(onReportloaded,d,'POST','http://himast.in/'); } } function reportChange(){ if(document.formreport.type.value==5){ document.getElementById('reportDeleteRequest').style.display = "block"; }else{ document.getElementById('reportDeleteRequest').style.display = "none"; } } function openReportDeleteRequest(){ document.getElementById('reportDeleteRequest').style.display = document.getElementById('reportDeleteRequest').style.display == "block"?"none":"block"; } function onMylistloaded(oj){ res = oj.responseText; document.getElementById('retmylist').innerHTML = res; } function mylist_add(){ var d = new Array(); d['mode']="program"; d['cat']="addMylist"; d['program_id']=3685; d['mylist_id']=document.form_mylist.mylist.options[document.form_mylist.mylist.selectedIndex].value; if(d['mylist_id'] == ""){ d['mylist_title']=document.form_mylist.mylist_title.value; document.getElementById('mylist_title').style.display = 'none'; } sendRequest(onMylistloaded,d,'POST','http://himast.in/'); } function onFriendloaded(oj){ res = oj.responseText; document.getElementById('fanmember_ret').innerHTML = res; } function fanListSubmit(page){ var d = new Array(); d['program_id']=3685; d['mode']="program"; d['cat']="fanmember"; d['page']=page; sendRequest(onFriendloaded,d,'POST','http://himast.in/'); } function openEdit(){ document.getElementById('edit_block').style.display = 'block'; //document.getElementById('over_author_comment').style.display = 'none'; //document.getElementById('author_tag').style.display = 'none'; //document.getElementById('movie_title').style.display = 'none'; } function onEditloaded(oj){ res = oj.responseText; res.match(/([0-9]+):(.*)/i); var ret = Number(RegExp.$1); var mes = RegExp.$2; if(ret == 1){ document.getElementById('edit_block').style.display = 'none'; //document.getElementById('movie_title').style.display = 'block'; //document.getElementById('over_author_comment').style.display = 'block'; //document.getElementById('author_tag').style.display = 'inline'; document.getElementById('movie_title').innerHTML = document.getElementById('txt_title').value; document.getElementById('author_comment').innerHTML = document.getElementById('txt_author_comment').value; document.getElementById('author_tag').innerHTML = '配信者タグ:' + mes; //document.getElementById('thumbnailimag').src = document.getElementById('txt_img_url').value; document.getElementById('editRet').innerHTML = ''; if(document.getElementById('fan_memo')){ document.getElementById('fan_memo').innerHTML = document.getElementById('txt_fan_memo').value; } if(document.getElementById('tagEditButton')){ document.getElementById('tagEditButton').disabled = document.getElementById('isTagEnableOn').checked?false:true; } if(document.getElementById('attendStatus').options[document.getElementById('attendStatus').selectedIndex].value != 0){ document.getElementById('attendmember_ret').style.display = 'block'; document.getElementById('attendmember_off').style.display = 'none'; }else{ document.getElementById('attendmember_ret').style.display = 'none'; document.getElementById('attendmember_off').style.display = 'block'; } streamsendexternal = document.getElementById("streamsendexternal"); var doc = document.all? window["streamsendexternal"] : document["streamsendexternal"]; var d = new Object(); d.title=document.getElementById('txt_title').value; d.author_comment=document.getElementById('txt_author_comment').value; d.author_tag_plain=document.getElementById('txt_author_tag').value; d.author_tag_html=mes; d.img_url=document.getElementById('txt_img_url').value; d.css=document.getElementById('txt_css').value; d.isPublic=document.getElementById('isPublicOn').checked?1:0; d.fan_memo=document.getElementById('txt_fan_memo').value; d.anonStatus=document.getElementById('anonStatus').options[document.getElementById('anonStatus').selectedIndex].value; d.allowViewer=document.getElementById('allowViewerFan').checked?1:(document.getElementById('allowViewerOwn').checked?2:0); d.isTagEnable=document.getElementById('isTagEnableOn').checked?1:0; d.attendStatus=document.getElementById('attendStatus').options[document.getElementById('attendStatus').selectedIndex].value; d.isRecord=document.getElementById('isRecordOn').checked?1:0; doc.setEditData(d); }else{ document.getElementById('editRet').innerHTML = mes; } } function closeEdit(){ var d = new Array(); d['mode']="program"; d['cat']="edit"; d['edit']="simpleEdit"; d['program_id']=3685; d['title']=document.getElementById('txt_title').value; d['author_comment']=document.getElementById('txt_author_comment').value; d['author_tag']=document.getElementById('txt_author_tag').value; d['img_url']=document.getElementById('txt_img_url').value; d['css']=document.getElementById('txt_css').value; d['isPublic']=document.getElementById('isPublicOn').checked?1:0; d['anonStatus']=document.getElementById('anonStatus').options[document.getElementById('anonStatus').selectedIndex].value; d['allowViewer']=document.getElementById('allowViewerFan').checked?1:(document.getElementById('allowViewerOwn').checked?2:0); d['isFanAutoAccept']=document.getElementById('isFanAutoAcceptOn').checked?1:0; d['isTagEnable']=document.getElementById('isTagEnableOn').checked?1:0; d['isRecord']=document.getElementById('isRecordOn').checked?1:0; d['fan_memo']=document.getElementById('txt_fan_memo').value; d['attendStatus']=document.getElementById('attendStatus').options[document.getElementById('attendStatus').selectedIndex].value; d['logStatus']=document.getElementById('logStatusOff').checked?1:0; sendRequest(onEditloaded,d,'POST','http://himast.in/'); } function previewEdit(){ cssAdd(document.getElementById("txt_css").value); document.getElementById('movie_title').innerHTML = document.getElementById('txt_title').value; document.getElementById('author_comment').innerHTML = htmlSanitize(document.getElementById('txt_author_comment').value); document.getElementById('author_tag').innerHTML = '配信者タグ:' + document.getElementById('txt_author_tag').value; //document.getElementById('thumbnailimag').src = document.getElementById('txt_img_url').value; if(document.getElementById('fan_memo')){ document.getElementById('fan_memo').innerHTML = document.getElementById('txt_fan_memo').value; } } function cssAdd(newCSS){ if(document.getElementById('usercss')){ document.getElementById('usercss').parentNode.removeChild(document.getElementById('usercss')); } if(document.getElementById('previewCSS')){ document.getElementsByTagName("head")[0].removeChild(document.getElementById('previewCSS')); } var style = document.createElement("style"); style.setAttribute("type", "text/css"); style.setAttribute("id", "previewCSS"); if (!document.all) {style.appendChild(document.createTextNode(""));} document.getElementsByTagName("head")[0].appendChild(style); if (document.all) { var newsheet = style.styleSheet; var aryRules = newCSS.split("}"); for(var i=0; i
');
css = css.replace(/</div>/igm, '
');
css = css.replace(/<span(s*class="?[0-9a-zA-Z_-]+"?)?(s*id="?[0-9a-zA-Z_-]+"?)?s*>/igm, '');
css = css.replace(/</span>/igm, '');
css = css.replace(/<br/?>/igm, ''); } newcss += css; } return newcss; } function htmlSanitize(css){ var newcss=""; var tagpos = css.indexOf("<"); if(tagpos == -1){ newcss = css.split("n").join("
"); }else{ lines = css.split(/rn|n|r/g); for(i=0,len=lines.length;i
');
css = css.replace(/</div>/igm, '
');
css = css.replace(/<span(s*class="?[0-9a-zA-Z_-]+"?)?(s*id="?[0-9a-zA-Z_-]+"?)?s*>/igm, '');
css = css.replace(/</span>/igm, '');
css = css.replace(/<br/?>/igm, ''); css = css.replace(/(https?://[a-zA-Z0-9_./~%:#?=&;-]+)/igm, '$1'); } newcss += css; } } return newcss; } function makeTagLink(tag){ var newtag=""; lines = tag.split(/rn|n|r/g); for(i=0,len=lines.length;i
< type="text/">
>
< type="text/" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">>
テキストコメント
< type="text/"> function savePrayHistory(id,val){ var ary_playhistory = new Array();var ary_pushed = new Array(); var searchs = new Array(); var newval = new Array(id,val); if(id!=""){ ary_playhistory.unshift(newval); ary_pushed[id]=1; } if(localStorage["ary_prohistory"]){ searchs = localStorage["ary_prohistory"].split("&"); for (var i = 0; i < searchs.length; i++) { var pushs = searchs[i].split("="); if(pushs[0]!="" && ary_pushed[pushs[0]]==undefined){ ary_playhistory.push(pushs); ary_pushed[pushs[0]]=1; } } } ary_playhistory = ary_playhistory.slice(0,30); var searchstr=""; for (var i = 0; i < ary_playhistory.length; i++) { searchstr += ary_playhistory[i][0] + "=" + ary_playhistory[i][1] + "&"; } localStorage["ary_prohistory"] = searchstr; } >< type="text/"> if(user_['playhistory'] == "on"){ savePrayHistory("st/maazyann","雀龍門しようぜ(声有り)"); } >
|
|
|
||||||||||||||||||