Windows Media Player Add-In

J

James

I'm trying to use the WMP on web pages using FrontPage 2003. I downloaded
the add-in software and installed it. However, when using FrontPage I
insert WMP from the insert menu and I get several messages...

No description is available for this FP component
There are no settings for this FP component
No value is selected

What do I need to do to fix this?

Thanks for any help.

James
 
S

Stefan B Rusynko

Make sure you downloaded and installed the new one for FP 2003 and WMP 9+
(if you have an older one uninstall it)

--




| I'm trying to use the WMP on web pages using FrontPage 2003. I downloaded
| the add-in software and installed it. However, when using FrontPage I
| insert WMP from the insert menu and I get several messages...
|
| No description is available for this FP component
| There are no settings for this FP component
| No value is selected
|
| What do I need to do to fix this?
|
| Thanks for any help.
|
| James
|
|
 
J

James

I have the latest version of the add-in, WMP (10), Windows XP and FrontPage.
I still get the referenced messages.

James
 
S

scorpion53061

Use this code and update the URL as approriate.

</STRONG> <object id="MediaPlayer" width=320 height=50
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<PARAM NAME="filename"
VALUE="http://www.jerichoband.net/jericho/Downloads/Audio/Jericho
Montage.mp3">
<PARAM NAME="autoStart" VALUE="true"> <PARAM NAME="showControls"
VALUE="true">
<param name="ShowStatusBar" value="true"> <PARAM NAME="Autorewind"
VALUE="true">
<PARAM NAME="ShowDisplay" VALUE="false">
<EMBED SRC="http://www.jerichoband.net/jericho/Downloads/Audio/Jericho
Montage.mp3" WIDTH=320 HEIGHT=50 type="application/x-mplayer2"
name=MediaPlayer autostart=1 showcontrols=0 showstatusbar=1 autorewind=1
showdisplay=0>
</EMBED></OBJECT>
<STRONG>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top