Ver Mensaje Individual
  #9 (permalink)  
Antiguo 02/10/2009, 09:48
Avatar de Superlinux
Superlinux
 
Fecha de Ingreso: octubre-2005
Ubicación: Colombia
Mensajes: 662
Antigüedad: 18 años, 6 meses
Puntos: 1
Pregunta Respuesta: reproducion de video en mi web

tengo una inquietud sobre flowplayer ... segun las especificaciones puede reproducir mp4 .... pero al pasar un mp4 .. no me visualiza imagen .. pero si me da sonido ...

este es el codigo que uso

Código PHP:
<html>
<link rel="shortcut icon" href="http://www.guiavital.com/img/Vineta.ico">
<title>Tutorial :: <? echo $title ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<head>
<link rel="stylesheet" type="text/css" href="flowplayer/style.css">
<link href="css/estilos.css" rel="stylesheet" type="text/css" />


<!-- A minimal Flowplayer setup to get you started -->
<script type="text/javascript" src="flowplayer/flowplayer-3.1.4.min.js"></script>

<!-- this will install flowplayer inside previous A- tag. -->
<script>
    flowplayer("player", "flowplayer/flowplayer-3.1.3.swf");
</script>
</head>

<body>
<div id="page">
<!-- this A tag is where your Flowplayer will be placed. it can be anywhere -->
<a href="<? echo $video ?>" style="display:block;margin:0 auto;height:530px;width:640px;" id="player"></a> 
</div>
</body>
</html>
... pero si lo hace muy bien con los archivos flv .. el problema es que si paso el mp4 a flv ... se me duplica el tamaño en peso

mmmm alguna idea ???
__________________
"La vida sigue su curso, tú toma parte de ella."