windows - bad image error on Vista
am 30.11.2007 00:35:27 von Andrew Poulos
I use an OBJECT tag to play an MP3 file in IE. When I test on the
client's Vista machine IE throws up this error:
Windows - Bad Image
Exception Processing Message 0xc000007b Parameters 0x7631023C
0x7631023C 0x7631023C 0x7631023C
This is the HTML:
id="audiomedia0"
type="audio/mpeg"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
codeBase="http://activex.microsoft.com/activex/controls/mpla yer/en/nsmp2inf.cab#Version=6,4,5,715">
name="audiomedia0"
type="audio/mpeg"
src="media/samp.mp3"
autostart="true"
loop="false">
Is there a way to fix this, prevent this, or to at least suppress the error?
Andrew Poulos
Re: windows - bad image error on Vista
am 30.11.2007 13:41:27 von Toby A Inkster
Andrew Poulos wrote:
>
> id="audiomedia0"
> type="audio/mpeg"
> classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
>
> codeBase="http://activex.microsoft.com/activex/controls/mpla yer/en/
nsmp2inf.cab#Version=6,4,5,715">
>
> name="AutoStart" value="1">
>
>
> name="audiomedia0"
> type="audio/mpeg"
> src="media/samp.mp3"
> autostart="true"
> loop="false">
>
Leave out all the Windows-specific and Netscape-specific crud. You're left
with:
How does that do you?
--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.17.14-mm-desktop-9mdvsmp, up 5 days, 19:28.]
Sharing Music with Apple iTunes
http://tobyinkster.co.uk/blog/2007/11/28/itunes-sharing/
Re: windows - bad image error on Vista
am 30.11.2007 21:19:04 von Andrew Poulos
Toby A Inkster wrote:
> Andrew Poulos wrote:
>
>>
>> id="audiomedia0"
>> type="audio/mpeg"
>> classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
>>
>> codeBase="http://activex.microsoft.com/activex/controls/mpla yer/en/
> nsmp2inf.cab#Version=6,4,5,715">
>>
>> name="AutoStart" value="1">
>>
>>
>> name="audiomedia0"
>> type="audio/mpeg"
>> src="media/samp.mp3"
>> autostart="true"
>> loop="false">
>>
>
> Leave out all the Windows-specific and Netscape-specific crud. You're left
> with:
>
>
>
> How does that do you?
Still the same error with Vista.
Andrew Poulos