How to put videos in my website like(in youtube) with video list

Posted by Svyasaraj under ASP.NET on 5/19/2013 | Points: 10 | Views : 6167 | Status : [Member] | Replies : 3
Hello friends,
I am fresher to asp.net.
I want to include video option with playlist in website (which i am developing). For example like in youtube. Kindly give me some idea and help me..
Thanks,

Regards,
Vyasaraj.S




Responses

Posted by: Rajat1200 on: 5/19/2013 [Member] Starter | Points: 25

Up
0
Down
<table style="width:1003px; background-color:White;" align="center" cellpadding="0" cellspacing="0">
<tr>
<td style="width:10px;"></td>
<td style="background-color:Gray; height:22px; font-family:Verdana; font-size:12px; color:#ffffff;" colspan="7"><b>&nbsp;&nbsp;Watch Video</b></td>
<td style="width:10px;"></td>
</tr>
<tr><td style="height:15px;" colspan="9"></td></tr>
<tr>
<td style="width:10px;"></td>
<td>
<iframe width="220" height="155" src="http://www.youtube.com/embed/tnjZIC__I9M" frameborder="0" ></iframe>
</td>
<td style="width:35px;"></td>
<td>
<iframe width="220" height="155" src="http://www.youtube.com/embed/K9i5Efp5sBg" frameborder="0" ></iframe>
</td>
<td style="width:35px;"></td>
<td>
<iframe width="220" height="155" src="http://www.youtube.com/embed/jlJbh-8R6MY" frameborder="0" ></iframe>
</td>
<td style="width:35px;"></td>
<td>
<iframe width="220" height="155" src="http://www.youtube.com/embed/lr3yuUNtQPQ" frameborder="0" ></iframe>
</td>
<td style="width:10px; "></td>
</tr>

</table>

Svyasaraj, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Svyasaraj on: 5/19/2013 [Member] Starter | Points: 25

Up
0
Down
Hi Mr. Rajat1200,
I changed the src with video in my local drive. When I running it, its asking download or save file option.

I don't want to come like that. It should be like, when I am clicking on particular video, it should play... Kindly help me.. give some idea...

Thanks,


Regards,
Vyasaraj.S

Svyasaraj, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: perfectchourasia-9163 on: 5/20/2013 [Member] Starter | Points: 25

Up
0
Down
use embedded html tag

<embed src="helloworld.swf">

src= file path

ER sandeep chourasia
sandeepchrs@yahoo.com (on facebook)
http://www.aspnetcodes.com/

Svyasaraj, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response