¿Agregar musica en el footer?
Publicado: 13 Abr 2013, 01:44
URL: http://zenoncomunity.tk/
Versión phpBB: PHP Version 3.0.11 (La ultima)
MODs Instalados: no
Plantilla(s) usada(s): 610nm
Servidor: 000Webhost
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
Hola, resulta que quiero agregar musica a mi pagina y decidi agregarle el reproductor en el footer, y encontre la manera pero la musica que ponia con url se trababa mucho entonces lo que hise fue esto en Overall_Footer:
Quedando asi:
Versión phpBB: PHP Version 3.0.11 (La ultima)
MODs Instalados: no
Plantilla(s) usada(s): 610nm
Servidor: 000Webhost
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
Hola, resulta que quiero agregar musica a mi pagina y decidi agregarle el reproductor en el footer, y encontre la manera pero la musica que ponia con url se trababa mucho entonces lo que hise fue esto en Overall_Footer:
Código: Seleccionar todo
<embed src= url("{T_THEME_PATH}/music/where them girls at (feat nicki minaj -florida).mp3")
type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/…
autostart="true" loop="False" volume="100" showstatusbar="false"
align="middle" height="45" width="170"></embed>
Código: Seleccionar todo
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
forums may be affected.
The phpBB Group : 2006
//-->
<div id="wrapfooter">
<span class="gensmall">
<!-- IF U_MCP -->[ <a href="{U_MCP}">{L_MCP}</a> ]<br /><!-- ENDIF -->
<!-- IF U_ACP -->[ <a href="{U_ACP}">{L_ACP}</a> ]<!-- ENDIF -->
</span><br /><br />
<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group<br />
610nm Style by Daniel St. Jules of <a href="http://www.gamexe.net">Gamexe.net</a><br />
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
</div>
<embed src= url("{T_THEME_PATH}/music/where them girls at (feat nicki minaj -florida).mp3")
type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/…
autostart="true" loop="False" volume="100" showstatusbar="false"
align="middle" height="45" width="170"></embed>
</div></div></div>
</div>
</body>
</html>