Friday, 15 July 2011

html - Google Chrome different video players -



html - Google Chrome different video players -

how come google chrome can play next video: http://www.w3schools.com/html/mov_bbb.mp4

but not when seek myself?

<!doctype html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> <video width="500" height="300" controls autoplay> <source src="videos/samplevideo1.mp4" type="video/mp4"> browser doesn't back upwards video, may download video instead: <a href="http://localhost:2421/videos/samplevideo1.mp4">click</a>. </video> </body> </html>

html google-chrome video video-player

No comments:

Post a Comment