| Author |
Message |
EdenZone
Guest
|
Posted:
Fri May 06, 2005 8:23 am Post subject:
My WMP 10 cannot play music! |
|
|
My WMP 10 cannot play music files at all! It says i have error signature as
below
AppName: wmplayer.exe AppVer: 10.0.0.3802 ModName: unknown
ModVer: 0.0.0.0 Offset: 45c7c033
Plugin error.
Please help!
|
|
| Back to top |
|
 |
cynthia
Guest
|
Posted:
Mon May 09, 2005 8:30 am Post subject:
RE: My WMP 10 cannot play music! |
|
|
i face the same problem.. i cant listen to my music when i embed music in my
site..
<embed src='Media/Breaking_The_Habit_(Live).wma' hidden='false'
autostart='true' loop='true' type='audio/mpeg'></embed>
all the buttons are disable.. It says
The source filter for this file could not be loaded. (Error=80040241)
i used to work perfectly fine last time..
i'm now using wmp 10 on window xp professional with service pack2
can anyone help?
"EdenZone" wrote:
| Quote: | My WMP 10 cannot play music files at all! It says i have error signature as
below
AppName: wmplayer.exe AppVer: 10.0.0.3802 ModName: unknown
ModVer: 0.0.0.0 Offset: 45c7c033
Plugin error.
Please help! |
|
|
| Back to top |
|
 |
Sebastian Gottschalk
Guest
|
Posted:
Mon May 09, 2005 8:30 am Post subject:
Re: My WMP 10 cannot play music! |
|
|
cynthia wrote:
| Quote: | i face the same problem.. i cant listen to my music when i embed music in my
site..
|
Obviously your problem is way different from the original problem.
| Quote: | embed src='Media/Breaking_The_Habit_(Live).wma' hidden='false'
autostart='true' loop='true' type='audio/mpeg'></embed
all the buttons are disable.. It says
The source filter for this file could not be loaded. (Error=80040241)
|
Ever tried src="./Media/Breaking_The_Habit_(Live).wma"
type="audio/x-ms-wma"?
| Quote: | i used to work perfectly fine last time..
|
Huh? Oh man, this thing must be really a mess.
BTW, please learn how to quote correctly.
--
Dieser Schrieb stellt eine private Meinungsäußerung des Verfassers im
Sinne der gesetzlich garantierten Meinungsfreiheit dar. Wem das nicht
passt, der wende sich an das Bundesverfassungsgericht. Viel Erfolg!
Key: 0xA0E28D18 FP: 83AE 1136 1E2B 9767 8FB2 7594 4128 1A9E A0E2 8D18
|
|
| Back to top |
|
 |
zachd [ms]
Guest
|
Posted:
Thu May 19, 2005 8:30 am Post subject:
Re: My WMP 10 cannot play music! |
|
|
"cynthia" <cynthia@discussions.microsoft.com> wrote in message
news:57B49F23-E2E3-43BD-9845-A365C877A3B2@microsoft.com...
| Quote: | i face the same problem.. i cant listen to my music when i embed music in
my
site..
embed src='Media/Breaking_The_Habit_(Live).wma' hidden='false'
autostart='true' loop='true' type='audio/mpeg'></embed
|
That's technically incorrect (but should work on "pristine" systems)... if
you wanted to use WMP here, you would use:
===
<embed src='Media/Breaking_The_Habit_(Live).wma' hidden='false'
autostart='true' loop='true' type='application/x-mplayer2'></embed>
===
, as that uniquely identifies the WMP interface, versus a random TYPE
handler that would be picked up out of the ether if you used a generic type
such as "audio/mpeg". I don't know if you get that - it's kind of a
different way of looking at the Netscape plug-in architecture - but it's the
really critical starting point you HAVE to use if you are trying to use
scriptability (or even the setting of object attributes) with the plug-in
architecture using the above form.
| Quote: | all the buttons are disable.. It says
The source filter for this file could not be loaded. (Error=80040241)
|
Does it work if you specify a full path to the media in the SRC tag?
Beyond that, you would want to use the OBJECT tag, not the deprecated EMBED
tag. =)
| Quote: | i used to work perfectly fine last time..
i'm now using wmp 10 on window xp professional with service pack2
|
-Zach
--
(speaking for myself and doing this in my free time)
See http://www.nwlink.com/~zachd/pss/pss.html for some helpful WMP info.
Following up to your post with the resolution is good netiquette.
This posting is provided "AS IS" with no warranties, and confers no rights.
All e-mail to this account will bounce or be deleted - *use the newsgroups*. |
|
| Back to top |
|
 |
|
|
|
|