Embed & W3C
Weet iemand van jullie hoe ik Flash in firefox kan weergeven en het toch valid HTML is?
Ik heb al een heletijd op internet gezocht, maar kan het nergens vinden :( , ik hoop dat iemand van jullie het antwoord weet.
Wat scheelt het dat die ene tag net niet valid is? Gewoon niet alle browsers eten de standaard goed.
is het sowiezo mogelijk om 100% valid html te gebruiken en daarnaast je pagina er ook nog eens wat fancy uit te laten zien?
oplossing voor jouw probleem heb ik niet, ik heb te lang geen flash gebruikt. wat is de parse error van W3C?
Quote:
Line 57, column 11: there is no attribute "SRC"
<embed src="flash/headeraaa.swf" class="header">
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.
✉
Line 57, column 39: there is no attribute "CLASS"
<embed src="flash/headeraaa.swf" class="header">
✉
Line 57, column 47: element "EMBED" undefined
<embed src="flash/headeraaa.swf" class="header">
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), or by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
<embed src="flash/headeraaa.swf" class="header">
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.
✉
Line 57, column 39: there is no attribute "CLASS"
<embed src="flash/headeraaa.swf" class="header">
✉
Line 57, column 47: element "EMBED" undefined
<embed src="flash/headeraaa.swf" class="header">
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), or by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
Tweakzone forum kwam ik achter een paar links. Natuurlijk is de eerste al dood, maar de volgende twee komen uit bij een Flash-animatie. De pagina waar die animatie staat komt goed door de keuring heen.
Nu zie ik in de bron helemaal geen embed staan, dus ik ben even verder gaan zoeken.
Dus ik klik de vierde hyperlink aan en ik zie dit staan:
Dus, dat is dé reden denk ik.. :) Probeer de code van die ene animatie eens om te zetten naar XHTML, met behulp van de rest van de pagina van bovenstaande citaat.
Edit:
Uhm.. er vanuit gaande dat je XHTML gebruikt.. ;) Zet anders niets om.. :)
Elwin
Zo, het was wel even zoek, maar via het Nu zie ik in de bron helemaal geen embed staan, dus ik ben even verder gaan zoeken.
Dus ik klik de vierde hyperlink aan en ik zie dit staan:
Flash:
Bron: Flash SatayThe <embed> Element
The <embed> element was created by Netscape as their method of embedding plug ins and players in web pages. It’s not part of the XHTML specification, and while some browsers other than Netscape support it, it’s not standards-compliant, so it’s out.
Bye bye, <embed> ... it's been swell.
The <embed> element was created by Netscape as their method of embedding plug ins and players in web pages. It’s not part of the XHTML specification, and while some browsers other than Netscape support it, it’s not standards-compliant, so it’s out.
Bye bye, <embed> ... it's been swell.
Dus, dat is dé reden denk ik.. :) Probeer de code van die ene animatie eens om te zetten naar XHTML, met behulp van de rest van de pagina van bovenstaande citaat.
Edit:
Uhm.. er vanuit gaande dat je XHTML gebruikt.. ;) Zet anders niets om.. :)
Elwin
Gewijzigd op 05/01/2005 00:19:00 door Elwin - Fratsloos
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="HIER JE URL" />
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="HIER JE URL" menu="false" quality="high" bgcolor="#ffffff" width="500" height="220" name="HIER JE NAAM" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Dit miss?
Gewijzigd op 05/01/2005 10:43:00 door RT
Quote:
<embed src="HIER JE URL" menu="false" quality="high" bgcolor="#ffffff" width="500" height="220" name="HIER JE NAAM" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> ^
RT, zit ook een embed in :)
Sorry, had topic niet goed gelezen, maar bij mij werkt het perfect, wat is de url om te checken of je html valid is?