ok mira en mi foro esta el spoiler esta al lado del, codigo php
el hide es para ocultar contenido hasta que se responda el tema
el hide es un plugin,
aca esta
http://mods.mybboard.net/view/hide-tags-bbcode-xtrsyz todos los codigos para los botones esepto el google video los tengo posteados en este foro
aca te ban
solo coloca los que te cirvan
youtube Exprecion regular \[youtube\](.*?)\[/youtube\]
reemplazar por: <object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/$1"></param><embed src="http://www.youtube.com/v/$1" type="application/x-shockwave-flash" width="425" height="350"></embed></object><br />
<strong><a href="http://darkxp.icr38.net/">Videos Patrocinado por DXP-TeaM</a></strong>
ejemplo
http://www.youtube.com/watch?v=aw0lzSM8HJ0
aw0lzSM8HJ0 [youtube]aw0lzSM8HJ0[/youtube]
Tambiean avia un code para poner la url directa del video sin [youtuve]
pero no lo encuentro
SWF (animaciones en flash o juegos con extencion swf)
Exprecion regular \[swf\](.*?)\[/swf\]
reemplazar por: <param name="movie" value="$1" />
<param name="menu" value="false"/>
<embed src="$1" width="425" height="350" wmode="transparent" quality="high" bgcolor="#ffffff" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
ejemplo
http://pprad.net23.net/flash/slide.swf
[swf]http://pprad.net23.net/flash/slide.swf[/swf]
Megavideo Exprecion regular: \[megavideo\](.*?)\[/megavideo\]
reemplazar por: <object width="425" height="350">
<param name="movie" value="http://www.megavideo.com/v/$1"></param>
<param name="wmode" value="transparent"></param>
<embed src="http://www.megavideo.com/v/$1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
ejemplo
http://www.megavideo.com/?v=KLGA21NW
KLGA21NW [megavideo]KLGA21NW[/megavideo]
Spoiler:
Exprecion regular: \[spoiler\](.*?)\[/spoiler\]
reemplazar por: <b>Spoiler:</b><br><div style="margin: 0px;">
<div class="smallfont" style="margin-bottom: 0px;">
<input value="Mostrar Contenido" style="margin: 0px; padding: 0px; width: 110px; font-size: 10px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';this.innerText = ''; this.value = 'Ocultar Contenido'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Mostrar Contenido'; }" type="button">
</div>
<div style="border: 0px inset ; margin: 0px; padding: 0px;">
<div style="display: none;">
$1</div>
ejemplo
[spoiler]texto del spoiler[/spoiler]
Goear para poner el reproductor de goear con un solo tema
Expresion regular \[goear\](.*?)\[/goear\]
Remplazar por <object width="353" height="132"><embed src="http://www.goear.com/files/external.swf?file=$1" type="application/x-shockwave-flash" wmode="transparent" quality="high" width="353" height="132"></embed></object>
ejemplo http://www.goear.com/listen/97a5c17/Billie-Jean-michael-jackson
97a5c17 [goear]97a5c17[/goear]
Goear Play listPara poner las listas de reproduccion de goear
exprecion regular: \[gplaylist\](.*?)\[/gplaylist\]
remplazar por: <object width="360" height="210"><embed src="http://www.goear.com/files/externalpl.swf?file=$1" type="application/x-shockwave-flash" wmode="transparent" quality="high" width="360" height="210"></embed></object>
ejemplo: http://www.goear.com/playlist.php?v=50a8467
50a8467 [gplaylist]50a8467[/gplaylist]
Google video exprecion regular: \[gvideo\](.*?)\[/gvideo\]
remplazar por: <embed id=VideoPlayback src=http://video.google.es/googleplayer.swf?docid=$1&hl=es&fs=true style=width:400px;height:326px allowFullScreen=true allowScriptAccess=always type=application/x-shockwave-flash> </embed>
ejemplo: http://video.google.es/videoplay?docid=1178346333563666223&hl=es&emb=1#
1178346333563666223 [gvideo]1178346333563666223[/gvideo]
Tambien te dejo el css de mi tema aca se configuran las imagenes de los botones
http://darkxp.icr38.net/jscripts/editor_themes/default/stylesheet.css
busca las imagenes tu saludos