Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my application I need to upload videos and play that video .
For Picture gallery, I used a gridview for appear the images.
But How to play uploaded videos?

It is not fixed, when press a video then play corresponding video.
How to do it?
Posted
Updated 17-Oct-10 21:47pm
v2
Comments
Dalek Dave 18-Oct-10 3:47am    
Minor Edit for Spelling.

If you do a search on the internet - you should find some answers.
See here[^], for example.

Some other links -
http://www.codeproject.com/KB/directx/directshowmediaplayer.aspx[^]
http://steveorr.net/articles/streamingmedia.aspx[^]
 
Share this answer
 
v3
Comments
Dalek Dave 18-Oct-10 3:57am    
Good Links.
Abhinav S 18-Oct-10 7:34am    
Thanks.
These link will help you

The Object Element[^]
OBJECT - Embedded Object[^]

<PARAM NAME=autoplay VALUE=true>

Above property of object tag should help to set "when press a video then play corresponding video."
DataList control is better for display objects/Html tags.


[Update]
Display Videos in ASP.NET 2.0 Using Custom Control[^]
[/Update]
 
Share this answer
 
v2

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