Howdy folks!
I got a kinda strange problem:
I've programmed a lil jukebox on a website, everytime
u reload, another song comes up.
(Check it out, if u want:
http://www.myleague.com/phatters )
Now, i use the WindowsMediaPlayer to play those songs,
using the <embed> Tag:
<Embed Src="FileName.mp3" Loop="True" AutoStart="True" Controls="SmallConsole">
(I used the <Object>-Tag before,
<Object ID="amcPlayer" Name="amcPlayer" Width=192 Height=70 "
"ClassID="CLSID:05589FA1-C356-11CE-BF01-00AA0055595A"
"Type="application/x-oleobject">
<Param Name="ShowDisplay" Value="-1">
<Param Name="ShowStatusBar" Value="0">
<Param Name="ShowControls" Value="-1">
<Param Name="AutoRewind" Value="-1">
<Param Name="AutoPlay" Value="true">
<Param Name="PlayCount" Value="20">
<Param Name="Volume" Value="10">
<Param Name="FileName" Value="FileName.mp3">
</Object>
but i got reports that doesn't work on some systems.
)
Now, what options or possible parameters does that <Embed>-tag have,
when it comes to MP3-files (i noticed the number and names of
params are different with the type of file played), and
is there a way to display the start/pause/stop buttons, volume-
slider and time-counter ONLY, but not the "first/prev/next/last"-
buttons, that are disabled anyways, since i only play one file
at a time?
my problem is, i only have like 150 pixels width available for
the MediaPlayer control in my webpage, and the fuly-equipped
MediaPlayer needs about 250 pixels or so.
so, if u could just get rid of the unnecessary buttons, it'd be
great, i need the volume-slider tho.
Hope anyone has a hint, or at least knows where i can go
for further research, anything will be appreciated.
Thanx in advance,
Oneisha Lewis