Click here to Skip to main content
15,907,000 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i'm uploading a video for my web project
with following code
no error found but video is not playing
controls are disable

please help




XML
 <div>
        <video width="320" height="240" controls>
        <source src="images/HR.mp4" type="video/mp4">

Your browser does not support the video tag.</video>
        </div>
Posted
Updated 2-Jul-14 20:26pm
v2

1 solution

According to our discussion over Gmail, we found that you are using wrong video format. After you replaced it with correct one, it worked.
 
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