Ver Mensaje Individual
  #5 (permalink)  
Antiguo 02/06/2009, 11:28
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 17 años, 11 meses
Puntos: 2135
Respuesta: problema con getimagesize y swf

Prueba hacer esto:
Código php:
Ver original
  1. $datos = getimagesize($destino);
  2. var_dump($datos);

Yo la he ocupado para SWF y no me da ningún problema.

Saludos.