02/10/2006, 09:42
|
| | | Fecha de Ingreso: septiembre-2006 Ubicación: Veracruz, México
Mensajes: 16
Antigüedad: 18 años, 2 meses Puntos: 0 | |
Gracias Bandit por tomarte un poquitin de tu tiempo, mira, el archivo está en la misma carpeta que el html en el servidor, es decir, si subí la pelicula, estaba revisando la ubicacion en el codigo, pero nada aparece fuera de lo comun: Aquí pongo el codigo como lo tengo para cargar la pelicula (el swf esta en la misma carpeta en el servidor):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Menus</title>
<style>
td{font-family:Tahoma;font-size:10px;}
.left{color:#ffffff;padding-left:20px;padding-right:40px;}
.mid{color:#000000;padding-left:10px;padding-right:10px;}
.footer{color:#ffffff;}
.Estilo1 {
color: #003366;
font-weight: bold;
}
</style>
</head>
<body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0">
<table cellpadding="0" cellspacing="0" border="0" height="100%">
<tr>
<td rowspan="10" width="50%" height="100%" background="images/bg1222.jpg" style="background-position:right top; background-repeat:repeat-y"></td>
<td rowspan="10" width="1" bgcolor="#000000"></td>
<td colspan="2"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="aqui va la liga de flash (no me deja ponerle).cab#version=7,0,19,0" width="760" height="180" title="preloader">
<param name="movie" value="preloader.swf">
<param name="quality" value="high">
<embed src="preloader.swf" quality="high" pluginspage="aqui va el player direccion de internet" type="application/x-shockwave-flash" width="760" height="180"></embed>
</object></td>.....//(sigue lo demas del codigo). |