Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/03/2010, 11:33
Carlos29_2
 
Fecha de Ingreso: marzo-2010
Mensajes: 10
Antigüedad: 14 años, 2 meses
Puntos: 0
Objectos Flash en ASP.Net 3.5

Me gustaría poner en una página asp un archivo de Flash pero lo único que se ve es un hueco en blanco que es donde debería ir dicho obeto flash, adjunto el código que he escrito para que me podáis decir donde está el error:

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="nepal.aspx.vb" Inherits="asps_nepal" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Página sin título</title>
</head>
<body bgcolor="black" style="color:#999999">
<form id="form1" runat="server">
<div>
<p>&nbsp;</p>
<style type="text/css">
<!--
.style1 {
color: #006633;
font-weight: bold;
}
-->
</style>

<!-- saved from url=(0013)about:internet -->
<table align="center" border="0" cellpadding="0" cellspacing="0">

<tr>
<td align="center">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="640" height="480" id="tech" align="middle">

<param name="movie" value="..\serie\myalbum4.swf" />
<param name="quality" value="high" />
<embed src="..\serie\myalbum4.swf" quality="high" width="640" height="480" name="tech" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" ></embed>

</object>

</td>
</tr>

</table>
</div>
</form>
</body>
</html>

Muchas gracias y espero saber pronto la respuesta.