get flv link from you tube and play the video in flv player

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ashik pasha
Forum Newbie
Posts: 9
Joined: Mon Dec 01, 2008 9:55 pm

get flv link from you tube and play the video in flv player

Post by ashik pasha »

Hey guy i am new to this forum and php

I have a requirement to get a youtube video link from youtube site and add this link to my flv player.The player is reading the data from a xml file, The xml page format is such that

<videos><category label="News Release"><video><thumb><![CDATA[image/1.jpg]]></thumb><title>News Release</title><description>Vedio description</description><flv><![CDATA[video/1.flv]]></flv></video>

Also i am not sure the video will play directly in my player by adding the youtube video link.Please give me a prober PHP code to do this and steps

Any help would be appreciated!!!

By PASHA
jtown
Forum Newbie
Posts: 2
Joined: Thu Jan 22, 2009 7:59 pm
Location: Srilanka
Contact:

Re: get flv link from you tube and play the video in flv player

Post by jtown »

y r u using another player ?
please try using the youtube player its free !!!
Post Reply