HTML 5 Video player

<html> <head> stuff in here </head> <body> <video width="420"> <source src="something_visual.mp4" type="video/mp4"> <source src="something_sound.ogg" type="video/ogg"> Your browser does not support HTML5 video. </video> </body> </html>

Language: Other | User: Valkyrie | Created: Nov 13, 2013 | Tags: html html-5 video