thanks man, I will try that one
________________________________ From: renjith das <[email protected]> To: [email protected] Sent: Thursday, 12 February, 2009 5:28:37 PM Subject: [phpug] Re: add youtube video into my website by adding url Hi Denis, I think the given code will be helpful to you to add the youtube video to your website In the value section and ambed src you have to add your URL instead of that.. <object width="425" height="350"> <param name="movie" value="http://www.youtube.com/v/HvHOCqbA6rE"> </param> <param name="wmode" value="transparent"> </param> <embed src="http://www.youtube.com/v/HvHOCqbA6rE" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"> </embed> </object> Regards Renju On Thu, Feb 12, 2009 at 5:23 PM, Denis <[email protected]> wrote: How is it going guys? Does anybody know how to add a youtube video into my website by adding youtube URL and display in my webpage? thanks Denis Get the world's best email - http://nz.mail.yahoo.com/ --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] -~----------~----~----~----~------~----~------~--~---
