Click here to Skip to main content
15,887,425 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have prepared one website in which I need the facility of playing of video in gridview at client and admin both the sides. I have tried it using video tag. It works properly in localhost but in live website video is not playing.

Please help me.

Thanks in advance.
Posted
Comments
Thanks7872 18-Sep-14 5:55am    
Ok so where is the question/issue/Code?
Member 10726045 18-Sep-14 6:00am    
This is my code.
<video width="320" height="240" controls>

</video>

In live website video is not playing.
Member 10726045 18-Sep-14 6:01am    
<video width="320" height="240" controls>

</video>
Member 10726045 18-Sep-14 6:02am    
in video tag i have given the source of the video file like source tag and Eval value is going in src.

1 solution

That HTML5 video tag should tag. I guess something is blocking it to play.

Alternatively, you can check how to play a video file in asp.net[^] and Introducing ASPNetVideo[^].
 
Share this answer
 

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