Support Forums

Full Version: Plugin Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can't get the Windows Media Plugin to work, that will play embedded music in a webpage.

When I click on the plugin, to install it, it pops up and searches for the right plugin and here's the what it says:

Unknown Plugin [application/x-mplayer2]

I downloaded and installed Windows Media Player 11, thinking that might be the problem, but it still doesn't play the embedded audio.
I even have QuickTime Alternative installed, and it still doesn't work.

Any suggestions for a resolution?

Dr Small
Here is a list of my currently installed plugins:



Installed Plugins: (11)

* Adobe Acrobat
* Java™ 2 Platform Standard Edition 5.0 Update 6
* Microsoft Office 2003
* Mozilla ActiveX control and plugin support
* Mozilla Default Plug-in
* QuickTime Plug-in 7.1.3
* RealJukebox NS Plugin
* RealPlayer Version Plugin
* RealPlayer™ G2 LiveConnect-Enabled Plug-In (32-bit)
* Shockwave Flash
* Shockwave for Director
I never was able to get the Windows Media Player to install in Firefox 2. I finally gave up.
I don't have a Windows Media Player plugin, yet my Firefox plays embedded music. :/ Weird....
You don't need a plug-in to play embedded music on a webpage though 0.o
Evidently, I do, seeing that the embedded music won't play.

here's the source of it:

Code:
<OBJECT ID="MediaPlayer" WIDTH="208" HEIGHT="45" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">



<PARAM NAME="FileName" VALUE="musicurl.wma">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
<PARAM name="autostart" VALUE="true">
<EMBED TYPE="application/x-mplayer2" SRC="musicurl.wma" NAME="MediaPlayer"
WIDTH="192" HEIGHT="216" ShowControls="1" ShowStatusBar="1" ShowDisplay="0" autostart="1"> </EMBED>
</OBJECT>

Dr Small