![Stress](http://static.forosdelweb.com/fdwtheme/images/smilies/stress.png)
![Stress](http://static.forosdelweb.com/fdwtheme/images/smilies/stress.png)
quiero rescatar y visualizar swf desde mysql
$id = $_REQUEST['id'] ;
$miconexion = new DB_mysql;
$sql="SELECT swf,tipo FROM auspiciadores WHERE nombre_link='$id'";
$id_consulta = $miconexion->Consulta($sql);
$id_conexion = $miconexion->Conexion_ID;
//extraigo ultimo id ingresado\
$row = mysql_fetch_array($id_consulta);
$swf=$row[0];
$tipo=$row[1];
//imprimo foto
header("Content-type: $tipo");
print $swf;
![Stress](http://static.forosdelweb.com/fdwtheme/images/smilies/stress.png)
![Stress](http://static.forosdelweb.com/fdwtheme/images/smilies/stress.png)
![Negando](http://static.forosdelweb.com/fdwtheme/images/smilies/negar.gif)
![Stress](http://static.forosdelweb.com/fdwtheme/images/smilies/stress.png)
si alguien tiene una mejor idea ?????