How can i ebmbed a video streaming in my site? I use this code but some users complain that they cant see the videos playing. What should I do?
This is the code i use:
<embed width="400" height="350" type="application/x-mplayer2" name="MediaPlayer" pluginspage="http://www.microsoft.com/wi… src="My Media src here" autostart="true" autosize="true" showcontrols="1" showdisplay="0" volume="100" enablecontextmenu="0" stretchtofit="false" showstatusbar="1">

Could it be something to do with IE and Firefox? Or maybe some codec thing that some people have them and others not? Is my code not correct or compatible with all browsers?

Thank you for your help.