play video using any websit's URL in PHP

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
karthick_nlk
Forum Newbie
Posts: 1
Joined: Mon Mar 28, 2011 3:30 am

play video using any websit's URL in PHP

Post by karthick_nlk »

Hi,

How to play any website's video using php.I searched many website.All are mention code for play video using a particular website like youtube only or VEOH only or Vimo only and etc.

I need play video using any website's URL when we give input as valid url.Send me reply quick please.........
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: play video using any websit's URL in PHP

Post by Jonah Bron »

Are you saying you want to take the contents of a given URL, search that page for a video, and display it on your page?
Post Reply