ik zat mijn site te testen op deze site: http://validator.w3.org/check

hij geeft een aantal fouten van mijn flash bestand aan alleen snap ik niet wat ik er fout aan doe.


dit is de bron van mijn flash file

<PARAM NAME=movie VALUE="flash.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE="#FFFFFF">
<param name="FlashVars" value="bestand=zie&amp;bekijk=nu">

<EMBED width="140" HEIGHT="156" NAME="Untitled-1" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" src="flash.swf" flashvars="bestand=zie&amp;bekijk=nu"></EMBED>
</object>

en dit zijn de errors die er worden gegeven

there is no attribute "WIDTH" .

<EMBED width="140" HEIGHT="156" NAME="Untitled-1" ALIGN="" TYPE="application/x-


You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.


hetzelfde error geeft ie ook voor height, name, align, type, pluginspage, src en flashvars

en bij embed zegt ie dit:


Line 40, Column 222: element "EMBED" undefined .

…"bestand=zie&amp;bekijk=nu></EMBED>

uitleg:

You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

* incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
* by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
* by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).


kan ik misschien een klein beetje hulp hoe ik dit kan fixe?
Peter

[edit]
Verplaatst naar sectie webdesign

mod: Danny Roelofs
[/edit]
Heeft weinig met php te maken, niet waar? Eerder iets voor Webdesign (Modje->Move)

Even kijkend naar je laatste quote, lijkt het mij dat je verkeerde doctype van boven heb staan :-)
probeer is van de tags kleine letters inplaats van groote te maken
Je moet het denk ik op deze of deze manier doen. Ook kan je effe met google zoeken naar een javascriptje van macromedia die flash embed in de pagina (ik weet de naam niet meer).
Bedankt iedereen

@Jeej je laatste link heeft me gehoplen!! :)

Reageren