asp.net - add video in website -
if use code don't see in firefox in chrome , explorer.
idea resolve this?
<embed id='embed1' runat="server" name='mediaplayer' type='application/x-mplayer2' pluginspage='http://microsoft.com/windows/mediaplayer/en/download/' displaysize='4' autosize='-1' bgcolor='darkblue' showcontrols='true' showtracker='-1' showdisplay='0' showstatusbar='-1' videoborder3d='-1' width='500' height='405' designtimesp='5311' loop='false' src="movie.mp4" />
try this: type="application/x-ms-wmp"
this supports .wmv, .wma, etc. (all windows formats)
and .mp4 controversial due copyright issue..
note: yes need install plug-in in browser.
Comments
Post a Comment