Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create asp.net web page as like youtube
i have taken ListView at Let Side GroupItemCount="1"

On Click of Video I want to bind and play video on right and side of page just like Youtube
can any one suggest of can i get Value or Src or something

HTML
<object id="player" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6"
 height="170" width="300" class="listImg radius">

  <param id="url" name="url" value='<%# "VideoHandler.ashx?ID="+ Eval("Vid_ID") %>' /> 
 <param name="showcontrols" value="false" /> <param name="autostart" value="false" /> 
</object>

This code use to dispaly in list view no of videos in database
Posted
Updated 15-Jan-13 21:45pm
v4

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