dealrocker Posted July 6, 2009 Share Posted July 6, 2009 I would like to embed some YouTube video clips on little HTML web page. I already tried the embed code that's available on the right of the YouTube video into the web page but it didn't show up when I ran the web page. Just wondering how can I do this task. Do I need any special software to make it work..? Any help will be greatly appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/164910-how-can-i-embed-a-youtube-video-on-a-html-web-page/ Share on other sites More sharing options...
shergold Posted July 6, 2009 Share Posted July 6, 2009 <object width="425" height="344"> <param name="movie" value="http://youtubevideourlhere"> </param><param name="allowFullScreen" value="true"> </param><param name="allowscriptaccess" value="always"> </param><embed src=http://youtubevideourlhere type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"> </embed></object> Hope this is what you are looking for, shergold. Quote Link to comment https://forums.phpfreaks.com/topic/164910-how-can-i-embed-a-youtube-video-on-a-html-web-page/#findComment-869681 Share on other sites More sharing options...
arneman Posted July 10, 2009 Share Posted July 10, 2009 Some Youtube videos have embedding turned of though... Quote Link to comment https://forums.phpfreaks.com/topic/164910-how-can-i-embed-a-youtube-video-on-a-html-web-page/#findComment-872457 Share on other sites More sharing options...
haku Posted July 10, 2009 Share Posted July 10, 2009 You would think that means something. Quote Link to comment https://forums.phpfreaks.com/topic/164910-how-can-i-embed-a-youtube-video-on-a-html-web-page/#findComment-872477 Share on other sites More sharing options...
arneman Posted July 10, 2009 Share Posted July 10, 2009 You would think that means something. Got a point there Quote Link to comment https://forums.phpfreaks.com/topic/164910-how-can-i-embed-a-youtube-video-on-a-html-web-page/#findComment-872526 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.