Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/05/2007, 19:03
Avatar de allhen
allhen
 
Fecha de Ingreso: septiembre-2005
Mensajes: 243
Antigüedad: 19 años, 7 meses
Puntos: 1
De acuerdo response.redirect

hello alguien podria convertir esto a asp ??

Código:
 
<?php
$link="http://www.youtube.com/watch?v=NEafhwWU3Z4";
preg_match("/video_id=\S+&.+&t=.+&f/i", file_get_contents($link), $matches);
$url=get_headers("<A href="http://www.youtube.com/get_video?".$matches[0],1">http://www.youtube.com/get_video?".$matches[0],1);
echo (substr($url['Location'],-4)==".flv") ? $url['Location'] : $url['Location'].".flv";
?>
lo importante es q redirija al subdominio asociado con el video !!!

Gracias
__________________
En esta vida todo es posible ... excepto vencer a la muerte .