Followyourbliss
MIS
I have the following code that works great for streaming a web radio station. The problem I have is that the default WMP controls are displayed.
Is it possible to turn off the visability of the player and use my own graphics to control it? Like having my own graphic for the play button?
<OBJECT id="Player">
<embed type='application/x-mplayer2'
pluginspage=' src='AutoStart=0 ShowStatusBar=1 volume=-1
HEIGHT=50 WIDTH=400>
</embed>
</OBJECT>
This would essentially allow me to make my own skin for a webpage.
Thanks,
Dave
Is it possible to turn off the visability of the player and use my own graphics to control it? Like having my own graphic for the play button?
<OBJECT id="Player">
<embed type='application/x-mplayer2'
pluginspage=' src='AutoStart=0 ShowStatusBar=1 volume=-1
HEIGHT=50 WIDTH=400>
</embed>
</OBJECT>
This would essentially allow me to make my own skin for a webpage.
Thanks,
Dave