[WSG] Embed tag, object and web standards

2004-10-19 Thread Sajith A
Hello Jaime of sodesires told me about this site and nice to see that a lot of healthy discussion is going on here. I came to know about web standards very recently and i'm trying to do a site implementing it. In one of the pages i have to play windows and real media and for that i'm using a

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

2004-10-19 Thread Mike Foskett
A [mailto:[EMAIL PROTECTED] Sent: 19 October 2004 14:51 To: [EMAIL PROTECTED] Subject: [WSG] Embed tag, object and web standards Hello Jaime of sodesires told me about this site and nice to see that a lot of healthy discussion is going on here. I came to know about web standards very recently and i'm

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
PROTECTED] Subject: [WSG] EMBED tag I've noticed that the EMBED tag doesn't comply with XHTML, but won't display Flash clips in NN, Mozilla, or Firefox if omitted. This poses a real problem because I use small Flash clips in customer sites as banner ads, and if I remove the EMBED tag

[WSG] EMBED tag

2004-05-11 Thread mario
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 guidelines and community are quite new to me. I've noticed that the EMBED tag doesn't

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
-- mail: [EMAIL PROTECTED] web : http://jessey.net/blog/ work: http://keystonewebsites.com/ - Original Message - From: [EMAIL PROTECTED] Subject: [WSG] EMBED tag I've noticed that the EMBED tag doesn't comply with XHTML, but won't display Flash clips in NN, Mozilla