Click here to Skip to main content
15,791,846 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to display and Upload videos as same as in youtube how can i achieve?
Posted

The easiest and fastest solution is to upload the video on youtube and then embed it to your website.

Eg:
> Upload the video to youtube.
> Select share tab from the page.
> Now another tab named'Embed' appears. When you select that, you will get the code which you can use on your web page. something like
HTML
<iframe width="560" height="315" src="http://www.youtube.com/embed/cp6yM6M7ips" frameborder="0" allowfullscreen=""></iframe>
 
Share this answer
 
Comments
caspi.rulez 29-Jan-13 7:21am    
+5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900