Discussion:
embedding media player in a web page with an specific skin?
(too old to reply)
Koz
2005-01-04 09:01:03 UTC
Permalink
I know how to embed media player to a web page using the code below. But, it
shows the usual default skin. How can I embed a different skin that already
comes with the media player (like "TDK Digital Mixmaster" skin or "windows
classic" skins that are options within the media player). Thanks for any
info... Koz

<P align=center><BR><STRONG><FONT size=4>Please wait for a few seconds for
the video to load. (</FONT></STRONG><A
href="http://www.expertstv.com"><STRONG><FONT
size=4>www.expertstv.com</FONT></STRONG></A><STRONG><FONT
size=4>).</FONT></STRONG> </P>
<P><BR></P>
<TABLE cellSpacing=0 cellPadding=0 width=775 align=center border=0>

<TR>
<TD class=space width=25> </TD>
<TD width=725><!-- InstanceBeginEditable name="body" -->
<TABLE cellSpacing=0 cellPadding=5 width=725 border=0>

<TR>
<TD vAlign=top width=155><BR><BR><BR><BR></TD>
<TD vAlign=top width=700>
<SCRIPT>{
document.writeln('<OBJECT ID="Player" height="520" width="640"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">');
document.writeln(' <PARAM name="uiMode" value="full"/>');
document.writeln(' <param name="stretchToFit" value="1">');
document.writeln(' <PARAM name="autoStart" value="True"/>');
document.writeln(' <PARAM name="URL"
value="http://www.manesh.com/f/mikejan1320kbps.wmv"/>');
document.writeln('</OBJECT>');
}
</SCRIPT>
</TD>
<TD><BR><BR></TD></TR></TABLE><!-- InstanceEndEditable --></TD>
<TD class=space width=25> </TD></TR></TABLE><BR><BR>
Gregg
2005-01-14 08:05:07 UTC
Permalink
I'm also interested in using a different skin in a player embedded in a web
page. I'm not a programmer, so I decided I can't add a different skin. The
skin for an embedded player on a web aite downloads from Microsoft, I think.
It's the same for all web sites. Correct?

You can see the player I made at http://www.interscienceproductions.com

You could use an ASX file to place a web page from your server with new
images inside of a stand alone player, however. So you can dress up the
screen of a stand alone Windows Media Player, and you can let the video play
within the web page image in the player. You could also tell your users
which skin they should choose for the stand alone player on their computer.
Post by Koz
I know how to embed media player to a web page using the code below. But, it
shows the usual default skin. How can I embed a different skin that already
comes with the media player (like "TDK Digital Mixmaster" skin or "windows
classic" skins that are options within the media player). Thanks for any
info... Koz
<P align=center><BR><STRONG><FONT size=4>Please wait for a few seconds for
the video to load. (</FONT></STRONG><A
href="http://www.expertstv.com"><STRONG><FONT
size=4>www.expertstv.com</FONT></STRONG></A><STRONG><FONT
size=4>).</FONT></STRONG> </P>
<P><BR></P>
<TABLE cellSpacing=0 cellPadding=0 width=775 align=center border=0>
<TR>
<TD class=space width=25> </TD>
<TD width=725><!-- InstanceBeginEditable name="body" -->
<TABLE cellSpacing=0 cellPadding=5 width=725 border=0>
<TR>
<TD vAlign=top width=155><BR><BR><BR><BR></TD>
<TD vAlign=top width=700>
<SCRIPT>{
document.writeln('<OBJECT ID="Player" height="520" width="640"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">');
document.writeln(' <PARAM name="uiMode" value="full"/>');
document.writeln(' <param name="stretchToFit" value="1">');
document.writeln(' <PARAM name="autoStart" value="True"/>');
document.writeln(' <PARAM name="URL"
value="http://www.manesh.com/f/mikejan1320kbps.wmv"/>');
document.writeln('</OBJECT>');
}
</SCRIPT>
</TD>
<TD><BR><BR></TD></TR></TABLE><!-- InstanceEndEditable --></TD>
<TD class=space width=25> </TD></TR></TABLE><BR><BR>
Jim Travis [ms]
2005-02-12 21:38:58 UTC
Permalink
You can't use a Windows Media Player Skin in a Web page. You must use HTML
and JScript.
--
Jim Travis
Microsoft Corp.
Windows Media Player SDK

Download:
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/winmedia.asp

Latest online:
http://msdn.microsoft.com/library/en-us/wmplay10/mmp_sdk/windowsmediaplayer10sdk.asp

Please do not send email directly to this alias as this alias is for
newsgroup purposes only. This posting is provided "AS IS" with no
warranties, and confers no rights. You assume all risk for your use. © 2005
Microsoft Corporation. All rights reserved.
Post by Gregg
I'm also interested in using a different skin in a player embedded in a web
page. I'm not a programmer, so I decided I can't add a different skin.
The
skin for an embedded player on a web aite downloads from Microsoft, I think.
It's the same for all web sites. Correct?
You can see the player I made at http://www.interscienceproductions.com
You could use an ASX file to place a web page from your server with new
images inside of a stand alone player, however. So you can dress up the
screen of a stand alone Windows Media Player, and you can let the video play
within the web page image in the player. You could also tell your users
which skin they should choose for the stand alone player on their computer.
Post by Koz
I know how to embed media player to a web page using the code below. But, it
shows the usual default skin. How can I embed a different skin that already
comes with the media player (like "TDK Digital Mixmaster" skin or "windows
classic" skins that are options within the media player). Thanks for any
info... Koz
<P align=center><BR><STRONG><FONT size=4>Please wait for a few seconds for
the video to load. (</FONT></STRONG><A
href="http://www.expertstv.com"><STRONG><FONT
size=4>www.expertstv.com</FONT></STRONG></A><STRONG><FONT
size=4>).</FONT></STRONG> </P>
<P><BR></P>
<TABLE cellSpacing=0 cellPadding=0 width=775 align=center border=0>
<TR>
<TD class=space width=25> </TD>
<TD width=725><!-- InstanceBeginEditable name="body" -->
<TABLE cellSpacing=0 cellPadding=5 width=725 border=0>
<TR>
<TD vAlign=top width=155><BR><BR><BR><BR></TD>
<TD vAlign=top width=700>
<SCRIPT>{
document.writeln('<OBJECT ID="Player" height="520" width="640"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">');
document.writeln(' <PARAM name="uiMode" value="full"/>');
document.writeln(' <param name="stretchToFit" value="1">');
document.writeln(' <PARAM name="autoStart" value="True"/>');
document.writeln(' <PARAM name="URL"
value="http://www.manesh.com/f/mikejan1320kbps.wmv"/>');
document.writeln('</OBJECT>');
}
</SCRIPT>
</TD>
<TD><BR><BR></TD></TR></TABLE><!-- InstanceEndEditable --></TD>
<TD class=space width=25> </TD></TR></TABLE><BR><BR>
Gregg
2005-02-12 22:29:01 UTC
Permalink
Hi Jim,

Your comment helps resolve the issue. Thank you for your evaluation.
Post by Jim Travis [ms]
You can't use a Windows Media Player Skin in a Web page. You must use HTML
and JScript.
--
Jim Travis
Microsoft Corp.
Windows Media Player SDK
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/winmedia.asp
http://msdn.microsoft.com/library/en-us/wmplay10/mmp_sdk/windowsmediaplayer10sdk.asp
Please do not send email directly to this alias as this alias is for
newsgroup purposes only. This posting is provided "AS IS" with no
warranties, and confers no rights. You assume all risk for your use. © 2005
Microsoft Corporation. All rights reserved.
Post by Gregg
I'm also interested in using a different skin in a player embedded in a web
page. I'm not a programmer, so I decided I can't add a different skin.
The
skin for an embedded player on a web aite downloads from Microsoft, I think.
It's the same for all web sites. Correct?
You can see the player I made at http://www.interscienceproductions.com
You could use an ASX file to place a web page from your server with new
images inside of a stand alone player, however. So you can dress up the
screen of a stand alone Windows Media Player, and you can let the video play
within the web page image in the player. You could also tell your users
which skin they should choose for the stand alone player on their computer.
Post by Koz
I know how to embed media player to a web page using the code below. But, it
shows the usual default skin. How can I embed a different skin that already
comes with the media player (like "TDK Digital Mixmaster" skin or "windows
classic" skins that are options within the media player). Thanks for any
info... Koz
<P align=center><BR><STRONG><FONT size=4>Please wait for a few seconds for
the video to load. (</FONT></STRONG><A
href="http://www.expertstv.com"><STRONG><FONT
size=4>www.expertstv.com</FONT></STRONG></A><STRONG><FONT
size=4>).</FONT></STRONG> </P>
<P><BR></P>
<TABLE cellSpacing=0 cellPadding=0 width=775 align=center border=0>
<TR>
<TD class=space width=25> </TD>
<TD width=725><!-- InstanceBeginEditable name="body" -->
<TABLE cellSpacing=0 cellPadding=5 width=725 border=0>
<TR>
<TD vAlign=top width=155><BR><BR><BR><BR></TD>
<TD vAlign=top width=700>
<SCRIPT>{
document.writeln('<OBJECT ID="Player" height="520" width="640"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">');
document.writeln(' <PARAM name="uiMode" value="full"/>');
document.writeln(' <param name="stretchToFit" value="1">');
document.writeln(' <PARAM name="autoStart" value="True"/>');
document.writeln(' <PARAM name="URL"
value="http://www.manesh.com/f/mikejan1320kbps.wmv"/>');
document.writeln('</OBJECT>');
}
</SCRIPT>
</TD>
<TD><BR><BR></TD></TR></TABLE><!-- InstanceEndEditable --></TD>
<TD class=space width=25> </TD></TR></TABLE><BR><BR>
Loading...