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

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -