Click here to Skip to main content
15,908,768 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Flash video is not play in google croom
XML
<html>
<body>

<video width="320" height="240" controls="controls">
  <source src="movie.ogg" type="video/ogg" />
  <source src="C:\Users\MOHSIN\Desktop\abc.mp4" type="video/mp4" />
  <source src="C:\Users\MOHSIN\Desktop\abc.webm" type="video/webm" />
<object width="320" height="240" src="movie.mp4">
<embed width="320" height="240" src="C:\Users\MOHSIN\Desktop\abc.swf">

</embed>
</object>
</video>

</body>
Posted
Comments
Ed Nutting 25-Feb-12 8:57am    
What error do you get? If you don't get an error, search Google. If you can't even spell Chrome right and don't even bother explaining your problem, no-one is going to help you!

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