Ver Mensaje Individual
  #7 (permalink)  
Antiguo 26/05/2005, 07:20
Avatar de donpincho
donpincho
 
Fecha de Ingreso: enero-2002
Mensajes: 563
Antigüedad: 22 años, 3 meses
Puntos: 1
he usado lo mismo que hay aquí
http://www.getid3.org/demo.basic.phps
******************************************
require_once('../getid3/getid3.php');
$getID3 = new getID3;
$ThisFileInfo = $getID3->analyze($filename);
getid3_lib::CopyTagsToComments($ThisFileInfo);
echo @$ThisFileInfo['playtime_string'];
******************************************