Support Forums
Plugin Problem - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Computer Support Topics (https://www.supportforums.net/forumdisplay.php?fid=4)
+---- Forum: Networking, Wifi, and Internet Connection Help (https://www.supportforums.net/forumdisplay.php?fid=29)
+----- Forum: Web Browser Help (https://www.supportforums.net/forumdisplay.php?fid=45)
+------ Forum: Firefox Browser (https://www.supportforums.net/forumdisplay.php?fid=65)
+------ Thread: Plugin Problem (/showthread.php?tid=8956)



Plugin Problem - Dr Small - 11-19-2006

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


RE: Plugin Problem - Dr Small - 11-19-2006

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


RE: Plugin Problem - Papa Spot - 11-19-2006

I never was able to get the Windows Media Player to install in Firefox 2. I finally gave up.


RE: Plugin Problem - FirefoxWiz - 11-19-2006

I don't have a Windows Media Player plugin, yet my Firefox plays embedded music. :/ Weird....


RE: Plugin Problem - CraKteR - 11-23-2006

You don't need a plug-in to play embedded music on a webpage though 0.o


RE: Plugin Problem - Dr Small - 11-23-2006

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