Ai galera da pra alguém acrescentar os commandos Rewind e Forward ( << >> ) nesse código. VLW. <center><!--inicio do player --> <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/nsmp 2inf.cab#Version=6,4,7,1112" width="1" height="1"> <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="true"> <PARAM NAME="FileName" VALUE=" LINK ONDE ESTA HOSPEDADA A MUSICA "> </OBJECT></div> <table width="174" height="67" border="0" align="center" id="mp3"> <tr><td width="168"> <center> <div style="text-align: center; height:20; width:66"> <input type="button" value="4" style="font-size: 12pt; font-family: webdings; color:#0e70b9; background:; border:0;" ONCLICK="mp.Play()"> <input type="button" value="<" style="font-size: 12pt; font-family: webdings; color:#0e70b9; background:; border:0;" ONCLICK="mp.Stop()"> <input name="button" type="button" style="font-size: 12pt; font-family: webdings; color:#0e70b9; background:; border:0;" onClick="mp.Pause()" value=";"> </div> <MARQUEE scrollAmount=2 width=70 height=18><FONT face=verdana color=#0e70b9 size=1> NOME DA MUSICA </FONT></MARQUEE> </td></tr> </table> <!--fim do player-->