ciao a tutti...mi trovo nella condizione di inserire un video su una pagina web. Ho visto su un sito questo codice

codice:
<OBJECT id=Player 
      codeBase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715 
      type=application/x-oleobject height=278 
      standby="Loading Microsoft® Windows® Media Player components..." width=316 
      classid=CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95><PARAM NAME="AutoStart" VALUE="True"><PARAM NAME="FileName" VALUE="silenzio.wmv"><PARAM NAME="TransparentAtStart" VALUE="true"><PARAM NAME="AnimationatStart" VALUE="true"><PARAM NAME="ShowControls" VALUE="0"><PARAM NAME="Border" VALUE="0"><PARAM NAME="ShowDisplay" VALUE="0"><PARAM NAME="ShowStatusBar" VALUE="1">

                                                                              
      <embed type="application/x-mplayer2"                         
      	pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"               
               	src="../silenzio/silenzio.wmv"	name="Player"	width=320                       
       	height=240	autostart=1	border="0"                        
      	transparentatstart="true"	showcontrols="0"                            
      showdisplay="0"    showstatusbar="1"	>        </embed>       </OBJECT>
però sinceramente nn so se questo codice è buono e rispetta gli standard..

grazie e ciao