Posted by Andrew Poulos on 11/30/07 20:19
Toby A Inkster wrote:
> Andrew Poulos wrote:
>
>> <object
>> id="audiomedia0"
>> type="audio/mpeg"
>> classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
>>
>> codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/
> nsmp2inf.cab#Version=6,4,5,715">
>> <param name="FileName" value="media/samp.mp3"> <param
>> name="AutoStart" value="1">
>> <param name="Loop" value="0">
>> <embed
>> name="audiomedia0"
>> type="audio/mpeg"
>> src="media/samp.mp3"
>> autostart="true"
>> loop="false">
>> </object>
>
> Leave out all the Windows-specific and Netscape-specific crud. You're left
> with:
>
> <object type="audio/mpeg" data="media/samp.mp3">
> <param name=filename value="media/samp.mp3">
> <param name=autostart value=1>
> <param name=loop value=0>
> </object>
>
> How does that do you?
Still the same error with Vista.
Andrew Poulos
Navigation:
[Reply to this message]
|