[SOLUCIONADO] Ayuda

Iniciado por juliianc95, Febrero 19, 2014, 07:11:24 PM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Febrero 19, 2014, 07:11:24 PM Ultima modificación: Agosto 18, 2014, 08:13:05 PM por Expermicid
Bueno amigos, esta es mi duda.

con una expresion regular extraigo los embed de esta web
You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login

pero al insertarlos en mi contenido web, NO SE REPRODUCEN. ninguno. no se por que. aqui dejo una muestra uno de los embed.

Código: html5

<embed width="100%" height="100%" wmode="transparent" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" flashvars="plugins=http://shippuden.tv/proxy.swf&proxy.link=stv*0275d51d90396b65af40275bd706dbd6ee9d13d688ac1fcd615271318e7f83ad8fd06c8f9fafdbc39109f3190d6e126866f13a698380431d472e408861804f9056a66d48967fb2f02b67e023439591a32e409fdea56851b663cb077a59a369a387b96bc6e78adc7bd6f1c6187113f97d&proxy.noloading=false&backcolor=ffffff&screencolor=000000&proxy.image=http://shippuden.tv/poster480.png&stretching=uniform&skin=http://shippuden.tv/skin.zip&controlbar=over&abouttext=Shippuden.tv&aboutlink=http://shippuden.tv&proxy.nocachexml=true&proxy.nocacheswf=true&proxy.reloader=false&proxy.embedid=flashplayer1" src="http://shippuden.tv/player.swf" name="flashplayer1">


NOTA: uso mechanize, para conectarme a esa url, extraigo la informacion con expresiones regulares tengo ese problema, gracias de antemano.

Hola, muy buenos días.

Tu problema radica en que también tienes que extraer los <param>, que son vitales para el funcionamiento de tu <embed>. Con JavaScript sería solo un "$("#st_content_1").html();" y te extrae todo lo necesario ;) (jQuery está integrado ya en la web que nos especificaste)

Saludos !
You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login