mov film
Jeg forsøger at få film til at virke på www.salsaakademiet.dk men der kommer ikke noget frem... scriptet kan ses herunderfor at se den færdige side: http://www.salsaakademiet.dk/magasinet.php?id=6
scroll ned i bunden og tryk på "se film 2 >>" (det er kun film2 der har scriptet)
<?php
include("db.php");
$cxn = @ConnectToDb($dbServer, $dbUser, $dbPass, $dbName);
$query1 = mysql_query("SELECT * FROM magasinet WHERE id = '".$_GET['id']."'")or die(mysql_error());
$indhold = mysql_fetch_array($query1);
?>
<html>
<head>
<title>Salsa Akademiet</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="css/salsa.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {
font-size: 13px;
font-weight: bold;
}
-->
</style>
</head>
<body>
<table width="500" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="288" align="center" valign="top" bordercolor="#333333" bgcolor="#FFFAE4"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" class="tekst"><img src="gfx/topgrafikpopup.jpg" width="500" height="84"></td>
</tr>
<tr>
<td class="emptyspace"><br>
<br> </td>
</tr>
<tr>
<td height="105" align="center" valign="middle" class="emptyspace"><EMBED SRC=\"film/magasinet/n_y_style_2.mov\" WIDTH=\"150\" HEIGHT=\"150\" AUTOSTART=\"false\" LOOP=\"false\" pluginspage=\"http://www.apple.com/quicktime/download/\">
</embed>
</embed> </td>
</tr>
<tr>
<td height="50" colspan="6"> </td>
</tr>
<tr align="center">
<td colspan="6"><img src="gfx/prik.jpg" width="100%" height="2"></td>
</tr>
<tr align="center">
<td height="25"><span class="tekst">
<?php include("bundinfo.php"); ?></span></td>
</tr>
</table> </td>
</tr>
</table>
</body>
</html>
