Valeu, o segundo codigo eu consegui fazer e compreender, mas o primeiro não. Foi mal a noobice :P mas é aque eu estou começando mecher com esse lance de codigos e internet agora, e tabm quero que fique bem claro porque outras pessoas podem precisar também. Mas vamos por partes como diria o Jack :P . Por isso peguei esse codigo aqui abaixo como exemplo pra minha duvida que restou. A parte do codigo do player eu entendi. <!--------PLAYER -------->
<center><div style="visibility:hidden;position:absolute;top;">
<OBJECT ID="mp" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" width="1" height="1">
<PARAM NAME="FileName" VALUE="http://animotaku.ubbi.com.br/01.mid">
<PARAM NAME="AutoRewind" VALUE="true">
<PARAM NAME="Balance" VALUE="0">
<PARAM NAME="AutoStart" VALUE="true">
<PARAM NAME="ShowDisplay" VALUE="false">
<PARAM NAME="ShowControls" VALUE="false">
<PARAM NAME="ShowTracker" VALUE="false">
<PARAM NAME="PlayCount" VALUE="0">
</OBJECT></div>
Mas e essa parte aqui? Seria a que define a imagem do player? como funciona? :huh:
<div id="miniplayer">
<div align="center" style="text-align:center; width:80;overflow:hidden;font-family:verdana;font-size:7pt">
<div class="miniplayer" style="width:80;text-align:center;
background:url('http://www.brumaximus.ubbi.com.br/players/mp4.gif'); height:80">
<div style="padding:2pt; width:80; height:20"> </div>
<div style="text-align: center; height:10; width:80">
<input type="button" value="4"
style="font-size: 11pt; font-family: webdings; color:#339933 ; background:;
border:0px none;" ONCLICK="mp.Play()">
<input type="button" value=";"
style="font-size: 11pt; font-family: webdings; color:#339933 ; background:;
border:0px none;" ONCLICK="mp.Pause()">
<input type="button" value="<"
style="font-size: 11pt; font-family: webdings; color:#339933 ; background:;
border:0px none;" ONCLICK="mp.Stop()"> </div>
<div id="Layer1" style="position:absolute; left:15px; top:45px; width:49px; height:5px; z-index:1">
<marquee scrollamount="2"><font face="verdana" size="1" color="339933">Balada anos 60</font></marquee>
</div></div></div></center>
<!/-------PLAYER --------> Valeu!