Ciao Andrea,
Adatta il tuo codice prendendo quello sottostante come riferimento. Funziona perfettamente... l'ho usato di recente per un sito che ho realizzato.
Bye. Maurizio.
<OBJECT ID="MediaPlayer1" width=320 height=240
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902"
standby="Caricamento dei componenti di Microsoft Windows Media Player in corso..."
type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="nuove_func_ac.wmv">
<PARAM NAME="animationatStart" VALUE="true">
<PARAM NAME="transparentatStart" VALUE="true">
<PARAM NAME="autoStart" VALUE="true">
<PARAM NAME="showControls" VALUE="true">
<EMBED type="application/x-mplayer2"
pluginspage = http://www.microsoft.com/Windows/MediaPlayer/"
SRC="nuove_func_ac.wmv"
name="MediaPlayer1"
width=320
height=240
AutoStart=true>
</EMBED>
</OBJECT>

Rispondi quotando