-URL:
http://www.only90.tk
-Version del Foro: mybb 1.4.4
-Actualizacion: instalacion de 0
-Informacion del problema: poner un archivo flash en el container.
Bueno,vamos a seguir con el tema de flash,hemos conseguido hacer la intro con login.Ahora mi duda es la siguiente:
Como se puede poner un archivo flash en el container?Mirar:
Veis el reproductor Pioneer pues lo quiero cambiar por este archivo flash con el texto en movimiento como si fuera un RDS.Os dejo el archivo flash para que lo veais.
http://www.megaupload.com/?d=Z9FUULV5
tambien lo hemos hecho en un html con el codigo marquee, pero cuando lo ponemos no carga nada.
este es mi index:
Código PHP:
<?php
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
<script language="JavaScript">
function Abrir_ventana (pagina) {
var opciones="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, width=508, height=365, top=85, left=140";
window.open(pagina,"",opciones);
}
</script>
</head>
<body>
Aqui es donde quiero el archivo flash
<a href="javascript:Abrir_ventana('http://technovalencia.zobyhost.com/foro/radiogg.html')"><img src="images/Radio_Active/radio41x399.gif" alt="" title="" /><font size="1" face="Verdana"></font></a>
{$forums}
{$boardstats}
<table border="0" cellpadding="0" cellspacing="0" align="center" width="100%">
<tr>
<tbody>
<tr>
<td align="left"><img src="{$theme['imgdir']}/hrl.gif" alt="" border="0"></td>
<td style="background: url({$theme['imgdir']}/mid.gif) repeat-x" align="center" width="100%">
</td>
<td align="right"><img src="{$theme['imgdir']}/hrr.gif" alt="" border="0"></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
</tr>
<tr><td class="trow1" align="center"><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" />
{$lang->new_posts}
<img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" />
{$lang->no_new_posts}
<img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" />
{$lang->forum_locked}</td>
</tr>
</thead>
</table>
<table border="0" cellpadding="0" cellspacing="0" align="center" width="100%">
<tr>
<td align="left"><img src="{$theme['imgdir']}/thblc.gif" alt="" border="0"></td>
<td style="background: url({$theme['imgdir']}/thbbg.gif) repeat-x" align="center" width="100%">
</td>
<td align="right"><img src="{$theme['imgdir']}/thbrc.gif" alt="" border="0"></td>
</tr>
</tbody>
</table>
<br style="clear: both" />
{$footer}
</body>
</html>