RE: object code=

On Tue, 2003-05-20 at 10:41, Peter Foti (PeterF) wrote:
> Brian,
> 
> Take a look at the HTML recommendations.  This link will bring you to the
> section regarding objects:
> 
> http://www.w3.org/TR/html4/struct/objects.html#h-13.3

I've been all through the reccomendations and am aware of what *should*
work. However I would like to find something that validates and does
ACTUALLY work across at least IE and Mozilla. I can not even get an
applet to display using anything other then <applet> which of course
will not fly trying to validate xhtml 1.1



> 
> Regards,
> Peter Foti
> 
> 
> 
> >-----Original Message-----
> >From: www-html-request@w3.org [mailto:www-html-request@w3.org]On Behalf
> >Of Brian V Bonini
> >Sent: Tuesday, May 20, 2003 10:28 AM
> >To: www-html@w3.org
> >Subject: object code=
> >
> >
> >
> >What is the proper replacement for the code attribute in the 
> >object element for xhtml1.1 ?
> >
> >Trying to get this to validate but the validator keeps 
> >complaining about
> >the code element:
> >
> >Line 60, column 98:  there is no attribute "code" (explain...). 
> >          ...while the application loads..." 
> >code="WebCam_Viewer.class" width="352" height
> >
> >  58:    <td valign="middle">
> >  59:     <p style="text-align:center">
> >  60:     <object codetype="application/java" standby="Please 
> >wait while the application loads..." 
> >code="WebCam_Viewer.class" width="352" height="308">
> >  61:     <p>If you can see this text, then your browser 
> >apparently can't run the necessary Java application.</p>
> >  62:     <param name="COLOR" value="#FFFFFF" />
> >  63:     <param name="IMAGE" value="capture0.jpg" />
> >  64:     </object>
> >  65:     </p><object codetype="application/java" 
> >standby="Please wait while the application loads..." 
> >code="WebCam_Viewer.class" width="352" height="308">
> >  61:     <p>If you can see this text, then your browser 
> >apparently can't run the necessary Java application.</p>
> >  62:     <param name="COLOR" value="#FFFFFF" />
> >  63:     <param name="IMAGE" value="capture0.jpg" />
> >  64:     </object>
> >

Received on Tuesday, 20 May 2003 11:20:20 UTC