RE: [WSG] Embed tag, object and web standards

2004-10-19 Thread Mike Foskett
Hi Sajith, You'll find that there isn't currently a method for insetting Flash or other media that: 1. Validates to XHTML 2. Displays reliably cross browser, cross platform. Currently the best advice is to validate media content pages as HTML v4 transitional. The other option, which is

Re: [WSG] Embed tag, object and web standards

2004-10-19 Thread Patrick Griffiths
Currently the best advice is to validate media content pages as HTML v4 transitional. Personally, I think the best approach is still Flash Satay: http://www.alistapart.com/articles/flashsatay/ Patrick Griffiths (PTG) http://www.htmldog.com/ptg/ http://www.htmldog.com

RE: [WSG] EMBED tag

2004-05-11 Thread Chris Keane
If it is the only thing causing a site not to validate, what harm is it really? Won't it push IE into quirks mode because it's not validating? * The discussion list for http://webstandardsgroup.org/ See

Re: [WSG] EMBED tag

2004-05-11 Thread James Beattie
I still think the Satay method is more elegant (and has far less code clutter) - Original Message - From: Simon Jessey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 6:07 AM Subject: Re: [WSG] EMBED tag Mario, Ian Hickson recently came up with a more elegant

Re: [WSG] EMBED tag

2004-05-11 Thread Simon Jessey
--mail: [EMAIL PROTECTED]web : http://jessey.net/blog/work: http://keystonewebsites.com/ - Original Message - From: "James Beattie" [EMAIL PROTECTED] Subject: Re: [WSG] EMBED tag I still think the Satay method is more elegant (and has far less code clutter) - Origin

Re: [WSG] EMBED tag

2004-05-11 Thread James Ellis
: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] web : http://jessey.net/blog/ http://jessey.net/blog/ work: http://keystonewebsites.com/ http://keystonewebsites.com/ - Original Message - From: James Beattie [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Subject: Re: [WSG] EMBED tag I

Re: [WSG] EMBED tag

2004-05-11 Thread scott parsons
Yes but... movie clips inside a loaded movie are less accessible, both in terms of programming them and accessibility. There are major issues with the satay method involving streaming. It is a smart bit of coding, but I'll be sticking with the invalid method (or possibly hixie's if I start

Re: [WSG] EMBED tag

2004-05-11 Thread mario
Thank you Simon, Gene and Iain for your help and direction! It's truly appreciated, and I'll review both solutions. Kind regards, Mario Mario, Ian Hickson recently came up with a more elegant alternative to the Satay and JavaScript solutions. Read his post about it here:

RE: [WSG] EMBED tag

2004-05-11 Thread Iain Gardiner
Hi Mario, I believe this article will be of help: http://www.alistapart.com/articles/flashsatay/ Good luck, :) Iain -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 11 May 2004 20:27 To: [EMAIL PROTECTED] Subject: [WSG] EMBED

Re: [WSG] EMBED tag

2004-05-11 Thread Gean
Hi Mario, take a look at: http://alistapart.com/articles/flashsatay/ Regards, Gean Good afternoon all, I'm trying to design and create all my sites in 2004 using the XHTML and CSS compliant standards. Although, I have six-plus years of Web and graphic design experience, the Web standards

Re: [WSG] EMBED tag

2004-05-11 Thread Jeremy Flint
There are several options. You can use javascript to write the embed tag so that it passes the validator. You can also use several techniques that will allow you to exclude the embed tag altogether (Flash Satay and others). I tend to just let the embed tag go as it is. I will validate my site

Re: [WSG] EMBED tag

2004-05-11 Thread Simon Jessey
Mario, Ian Hickson recently came up with a more elegant alternative to the Satay and JavaScript solutions. Read his post about it here: http://ln.hixie.ch/?start=1081798064count=1 And see his example here: http://damowmow.com/playground/demos/flash/001.html Simon Jessey