Including a youtube video on a PHP website
Posted: Mon Mar 10, 2008 2:48 am
dear ALL:
can any buddy help me how to add a you tube video video on a personal php page.
what i have done :
<object width="253" height="211"><param name="movie" value="http://www.youtube.com/v/<? echo $row["video"];?>"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/<? echo $row["video"];?>" type="application/x-shockwave-flash" wmode="transparent" width="253" height="211"></embed></object>
but this can only help me with the video .... i want the description of the video from the orignial video .....
can any buddy help me in this regard ?????
can any buddy help me how to add a you tube video video on a personal php page.
what i have done :
<object width="253" height="211"><param name="movie" value="http://www.youtube.com/v/<? echo $row["video"];?>"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/<? echo $row["video"];?>" type="application/x-shockwave-flash" wmode="transparent" width="253" height="211"></embed></object>
but this can only help me with the video .... i want the description of the video from the orignial video .....
can any buddy help me in this regard ?????