Forum Moderators: open
FF 1.0 won't play my windows media player movie I created. It's a local problem. It plays ok on line. Off line, pressing play does nothing.
I recently downloaded XP SP2 and not sure if it has to do with it.
my embedded code below...[< > removed]
OBJECT ID="MediaPlayer" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows Media Player components..."
TYPE="application/x-oleobject"
PARAM NAME="FileName" VALUE="video/demo.wmv"
embed TYPE="application/x-mplayer2"
pluginspage="http://www.microsoft.com/windows95/downloads/
contents/wurecommended/s_wufeatured/mediaplayer/default.asp" SRC="video/demo.wmv"
Name=MediaPlayer
ShowControls=1
ShowDisplay=1
ShowStatusBar=1
Autostart=0
width=320 height=290
/embed /OBJECT
Thanks
Dave
Then again, SP2 should only effect IE and not firefox specifically, but I could be wrong.
My solutions, either:
A) Get a cheap discarded pII or pIII, load it with win 98 or *nix, for local testing (if it's a pII, go *nix, unless you want to spend all day for things to happen - 95 and up just grind those old machines to a halt. Even a very modern distro of *nix with a nice graphical desktop will run everything much quicker). You can pick up pII and pIII's for next to nothing.
or
B) Use the force. Believe in your code, accept that SP2 is screwing with you, and have a "black hole" in some backwater directory of your site to load and test things before putting them "live" on the front, active part of your site.
So I had to reisntall all my drivers as a result. I did not learn my lesson so I downloaded SP2 again but it went through ok.
I even created a restore point once SP2 was installed.
I understand that they are now working on better security etc but I still think I could do without it for a while.
There must be a better way.
And oh yes I already have a PIII that I used for certain tasks so I can easily edit on that machine no problem. Or just create a separate page on the site for testing until all lights are green.
Thanks for the tip guys!
BTW what is *nix?
Dave
search your hard drive for npdsplay.dll
usually found under \Program Files\Windows Media Player\npdsplay.dll
but not always, depends on your OS and config
then copy it to your firefox plugins folder
\Program Files\firefox\plugins
(but not always located there, depending on where you installed it)
same thing for mozilla \mozilla\plugins\
similar for opera \opera\program\plugins\
Remember to close and restart the browser to make it load.
Then it should work perfectly on most pages that don't only specify active-X.
(also double check your path in the embed statement you are using above)