- From: Brian V Bonini <b-bonini@cox.net>
- Date: 21 May 2003 11:06:05 -0400
- To: Arthur Wiebe <webmaster@awiebe.com>
- Cc: www-html@w3.org
On Tue, 2003-05-20 at 18:30, Arthur Wiebe wrote: > A good XHTML 1.1 valid way for embeding flash/java/etc object is bu > using a template sort of like this. (This is a minimal way) > > <object type="mime-content-type" data="path/to/file.class"> > <param src="path/to/file.class" /> > </object> > > That will work on IE, Netscape and Mozilla. Use the data attribute not code. > Tried the data attribute, it did NOT work for me.. Only thing I could get to work was: <object classid="java:applet_name.class" ... etc
Received on Wednesday, 21 May 2003 11:01:43 UTC