Dear Helmut,

You have two errors.

Line 2: A quoted string cannot be immediately followed by text. It must be
followed by a space or the end of the tag.

Line 7: The "EMBED" element cannot be used here. It is not contained in an
element that allows its use.

Regards,

John S. Britsios
Accessibility & SEO Consultant,
Usability Specialist & Trainer

Webnauts Net
Koblenzer Str. 37a
D-33613 Bielefeld
Germany, EU

Telephone: (+49) 0521 - 305 10 20
Cellular: (+49) 0163 - 202 55 61
Email: [EMAIL PROTECTED]

Homepage: http://www.webnauts.net
Discussion Forums: http://www.webnauts.net/phpBB2/

"Designing with Accessibility, Search Engines & Usability in Mind"

----- Original Message ----- 
From: "Helmut Granda" <[EMAIL PROTECTED]>
Cc: <wsg@webstandardsgroup.org>
Sent: Wednesday, March 09, 2005 11:16 PM
Subject: [WSG] Re: Object Mp3 into FF


> I dont know if it is ok to post this kind of question here.
>
> I am trying to play a simple Mp3 file in the server, it works in IE, and
> I have read that if something works on IE but not in other browsers it
> is most likely because it is not writen properly. I have tested it
> extensibly in my machine and it is working. I have used the deprecated
> <embed> tag and the <object> tag, both work on my computer and on IE on
> the server, but not on FF.
>
> Could some one take a look and help me find where I am making the
> mistake? Web references are good too. I have been searching for nearly 3
> hours in different sites but none that I have found cover mp3, I even
> found a way around to embed Media Player in FF.
>
> Here is my code:
>
> <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
> WIDTH="144"HEIGHT="16"
> CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab";>
> <PARAM name="SRC" VALUE="MP3%20File.mp3">
> <PARAM name="AUTOPLAY" VALUE="true">
> <PARAM name="CONTROLLER" VALUE="true">
> <EMBED SRC="MP3%20File.mp3" WIDTH="144" HEIGHT="16" AUTOPLAY="true"
> CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/";>
> </EMBED>
> </OBJECT>
>
> TIA,
> Helmut
>
>
> // I apologize for stealing the previews thread. My mistake.
>
>
>
>
> ******************************************************
> The discussion list for  http://webstandardsgroup.org/
>
>  See http://webstandardsgroup.org/mail/guidelines.cfm
>  for some hints on posting to the list & getting help
> ******************************************************
>

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to