ovvero se devo utilizzare un bbcode particolare oltre ad avere assegnato i permessi al gruppo.esempio
vorrei far apparire questa pagina dentro un post
Codice: Seleziona tutto
<style type="text/css">
a.addcolor:visited {
color: #BBBBBB;
}
a.addcolor:hover {
color: #BBBBBB;
}
a.addcolor:active {
color: #BBBBBB;
}
a.addcolor:link {
color: #BBBBBB;
}
</style>
<div style='width:800px; height:600px;'>
<script type='text/javascript' src='http://files.leton.tv/swfobject.js'></script>
<div position: relative; id='mediaspace' style='width:800px; height:600px;'>This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject("http://files.leton.tv/player.swf",'ply','800','600','9','#000000');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('logo.hide','false');
so.addVariable('logo.file','http://files.leton.tv/letonlogo.png');
so.addVariable('autostart','true');
so.addVariable('logo.position','top-right');
so.addVariable('skin','http://files.leton.tv/leton.zip');
so.addVariable('streamer','rtmp://streampoint.leton.tv/pull?testkey=ce457fd56c7dab61e476485f46f75565');
so.addVariable('file','lol1'); so.write('mediaspace');
</script>
<div id="timer2" style="position: relative; top: -530px; left: -7px; z-index: 5; color: blue; float:center;" align="center"><iframe src="http://leton.tv/adl.php?type=center" height=300 width=634 frameborder=0></iframe></div>
<div id="timer1" style="position: relative; top: -825px; left: -288px; color: red; z-index: 5;" align="center"> </div>
<div id="timer3" style="position: relative; top: -825px; left: 292px; z-index: 5; color: blue;" align="center"> </div>
<script type="text/javascript" language="JavaScript">
var t02 = 0;
var t01 = 25;
var t03 = 0;
var timer = setInterval("startTimer()",1000);
function startTimer(){
if(t01 !== 1 && t01>0) {
t01--;
if (t02 > 1200){
document.all.timer1.innerHTML = "<img src=\"space.png\" width=210 height=1><b>" + t01 + "</b>";
}else{
document.all.timer1.innerHTML = "<b>" + t01 + "</b>";
}
} else if (t01 === 1){
document.all.timer1.innerHTML = "";
if (t02 > 1200){
document.all.timer3.innerHTML = "<a class=c2 href=\"#\" onclick=\"closead(); \"><img src=\"http://files.leton.tv/close_button.png\"></a><img src=\"space.png\" width=250 height=1>";
t02 = 600;
}else{
document.all.timer3.innerHTML = "<a class=addcolor href=\"#\" onclick=\"closead(); \"><img src=\"http://files.leton.tv/close_button.png\"></a>";
}
t01 = 0;
}
if(t03 === 600){
t01 = 25;
document.all.timer3.innerHTML = "";
document.all.timer2.innerHTML = "<iframe src=\"http://leton.tv/adl.php\" height=300 width=634 frameborder=0></iframe>";
}
t03++;
}
function closead () {
document.all.timer2.innerHTML = "";
document.all.timer1.innerHTML = "";
document.all.timer3.innerHTML = "";
}
</script>
</div>