Re: Problem with Macromedia Flash

"Jukka K. Korpela" <jkorpela@cs.tut.fi> wrote:
> This is a bit misleading. The real problem is the <embed> element, which
> is not part of any official HTML specification.
> 
> Options:
> b) replace the <embed> element by a suitable <object> element,
>    and stay tuned to more limited browser support

I am under the impression that in fact if you do:

  <object type="application/x-shockwave-flash" data="foo.swf" ...>
  <param name="movie" value="foo.swf">
  ...
  </object>

That the browser support is just the same as if you were to use
<embed>. Am I wrong?

(It may not support streaming in some browsers, but you can use the
intermediate-file hack to get around that.)

Received on Sunday, 14 November 2004 23:09:40 UTC