- From: Ken Wright <Ken.Wright@Quokka.com>
- Date: Thu, 28 Sep 2000 10:24:11 -0700
- To: "'Ken Day'" <kday@macromedia.com>, mikecote <mikecote@netzero.net>, www-smil@w3.org
Has anyone been successful embeding for a mac on netscape? If so, what OS and what browser version. thansk, ken -----Original Message----- From: Ken Day [mailto:kday@macromedia.com] Sent: Thursday, September 28, 2000 9:55 AM To: mikecote; www-smil@w3.org Subject: Re: Why a netscape tag in an activeX tag? At 10:41 PM -0500 9/27/00, mikecote wrote: >I am wondering why there was a netscape embed tag in an active X >object tag? Do you really need it there? IE on Windows interprets the object tag and ignores the embed, Netscape and IE on the Mac interpret the embed tag and ignore the object tag. Both are needed if the smil presentation is to be visible both in IE and Netscape on both Mac & Win. (This mess is one of the better arguments for html standardization of which I'm aware.) -- Ken Ken Day Macromedia ><object > >id=video1 > >classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" > >height=450 width=720> > <param name="controls" value="ImageWindow"> > <param name="console" value="Clip1"> > <param name="autostart" value="true"> > <param name="src" value="yoursmil.smil"> > > <embed src="yoursmil.smil" type="audio/x-pn-realaudio-plugin" >console="Clip1" controls="ImageWindow" height=450 width=720 autostart=false> > </embed> ></object> >
Received on Thursday, 28 September 2000 13:24:43 UTC