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 12:56:13 UTC