Tengo este script, pero no me funciona, lo recupere de este foro, pero no me visualiza, me han dicho que debe ser algo de las etiquets, pero no entiendo, haber si alguien podria orientarme un poco porfavor.sI VISUALIZO EL REPRODUCTOR MEDIA, PERO NO PUEDE REPRODUCIR NADA, he creado un pequeño video "clock.avi" en el directorio principal, pero no visualizo nada
Por cierto, trabajo con Dreamweaver 8 y MySQL:
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
</head>
<body><?html<script language="JavaScript" type="text/javascript">
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
</head>
<body><?php
//ruta video
$video="clock.avi"
?>
<div id="Layer1">
<object id="MediaPlayer"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" name="video" width="299" height="220" standby="Cargando fichero..."
type="application/x-oleobject">
<param name="FileName" value="<?php echo $video ;?>">
<param name="showcontrols" value="1">
<param name="showdisplay" value="0">
<param name="autosize" value="1">
<param name="showstatusbar" value="1">
<param name="autostart" value="1">
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba =Plugin&"
src="<?php echo $video ;?>" width="299" height="220" showControls="1" showdisplay="0" showstatusbar="1" autosize="1" autostart="1"></embed></object>
</div>
<div class="Estilo1" id="Layer2">Prueba Reproduccion..... </div>
</body>
</html>
</script>