Tuesday 15 February 2011

asp.net - embed audio and video in HTML or .aspx -



asp.net - embed audio and video in HTML or .aspx -

what best way embed sound , video files in .aspx pages. works in browsers? should play type of sound files , video files out using html 5.

here example,just re-create , paste in note pad , save file name.html , run page

<html> <video id="video1" width="420" controls> <source src="http://corrupt-system.de/assets/media/sintel/sintel-trailer.m4v" type="video/mp4"> <source src="pjds.ogg" type="video/ogg"> </video> </html>

html asp.net

No comments:

Post a Comment