Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

embed WM player but with a different skin?

Status
Not open for further replies.
Feb 2, 2005
21
0
0
US
Here is the code I currently have for a web radio station I'm toying with.

<TD>
<OBJECT>
<embed type='application/x-mplayer2'
pluginspage=' src='AutoStart=0 ShowStatusBar=1 volume=-1
HEIGHT=50 WIDTH=400>
</embed>
</OBJECT>
</TD>

Is there a way to use the pluginspage but with a different media player skin?

Thanks for any information,
Dave
P.S. - Not a plug
 
I found out that "no" you can not use skins with media player (embed) but if I could take control of the players buttons I could manage the same thing.
I guess this should be in Javascript - so I posted the question there.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top