Forum Moderators: open
Line 41, column 149: there is no attribute "WIDTH"
...application/x-shockwave-flash" width="525" height="170"></embed></object>
It also says that there is no attribute embed, or height, but only in relation to the flash movie.
It also picks up on the following:
Line 64, column 19: there is no attribute "BACKGROUND"
<td background="images/dot.gif" width="1"><img src="images/pixel.gif" width=
but I use this style throughout the page yet it only picks it up once.
Using css I have really tightened up my code on this site and got the errors down, but I do not know how to fix the errors relating to the flash movie.
Does anyone know how to do this? I use dreamweaver so it has written this code automatically - there are no typing errors or similar I have checked!
thank you for your help
Actually, you can probably do the background on the <TD> with css instead of doing it in the HTML. That would get rid of your validation issues.
What is the tag you're using with a width for the Flash element? <embed>? Do you have a src="" attribute? Do you have a <noembed> following it?
You may want to look at this example [w3.org].
I'm not sure if there is a 'clean' way to include a Flash element on a page. The only way I've found to avoid validation errors is to write out the whole tag using JavaScript...
[edited by: tedster at 4:54 pm (utc) on Mar. 1, 2005]
[edit reason] fix link [/edit]
Hah, alright, WebmasterWorld isn't letting me post a link to that domain. If you google for Flash Satay you'll find what you want.
Moderator Note: Here's a reprint at Macromedia:
[macromedia.com...]
I also changed the original link to point to the MM site.
[edited by: tedster at 5:02 pm (utc) on Mar. 1, 2005]