PDA

View Full Version : flash validator problems


Baleric
06-28-2006, 03:39 AM
hey guys, im on the process of validating my site and it seems the only problem i have is using flash... i have googled the most of the errors and i dont get any good feedback, 1 web site said to use javascript, but i dont know javascript... lol
anyways, i get 6 errors :P


1. Error Line 66, column 21: there is no attribute "SRC" .

<embed src="MainHeading2.swf" pluginspage="http://www.macromedia.com/g
---------------------------------------------------------------------------------------------------------
2. Error Line 66, column 52: there is no attribute "PLUGINSPAGE" .

...d src="MainHeading2.swf" pluginspage="http://www.macromedia.com/go/getflashpl
---------------------------------------------------------------------------------------------------------
3. Error Line 66, column 103: there is no attribute "TYPE" .

...cromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="9
---------------------------------------------------------------------------------------------------------
4. Error Line 66, column 141: there is no attribute "WIDTH" .

...application/x-shockwave-flash" width="900" height="245"></embed>
---------------------------------------------------------------------------------------------------------
5. Error Line 66, column 154: there is no attribute "HEIGHT" .

...-shockwave-flash" width="900" height="245"></embed>
---------------------------------------------------------------------------------------------------------
6. Error Line 66, column 159: element "EMBED" undefined .

...kwave-flash" width="900" height="245"></embed>


also here is the link (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ausir.com.au%2Fpages%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1).

please lend a hand,

cheers

baleric

_Aerospace_Eng_
06-28-2006, 03:49 AM
<object type="application/x-shockwave-flash" data="MainHeading2.swf" width="900" height="245">
<param name="movie" value="MainHeading2.swf">
Your browser cannot display this flash
</object>
Read this article (http://www.alistapart.com/articles/flashsatay/) for more information.

Baleric
06-29-2006, 05:08 AM
thanks for your help,

cheers :)