is there a simple way to make flash files validate??

Associate
Joined
14 Jan 2010
Posts
134
Location
Humberside uk
hi guys

you have all been very helpful over the last few months helping me develope my site.

http://www.premierplantproducers.co.uk/

i am having trouble getting the pages to validate in html using this:-

http://validator.w3.org/check?uri=h...e=Inline&group=0&user-agent=W3C_Validator/1.2

im pretty certain its somthing to do with the header animation but im finding it a little difficult understanding the fix for this if anyone could help me understand how to fix this apart from the obviouse (dont use a flash file) i would be very grateful.

kind regards

evil
 
thanks that sounds simple enough but im strugling here below is my current code in the header section im struggling to find the onload"" bit of code i may be just overlooking it somewere?

<div id="container">
<div id="header">
<h1><!-- InstanceBeginEditable name="Header" -->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="960" height="200" id="FlashID" title="Premier Plant Producers">
<param name="movie" value="main page header for ppp non moving logo_Scene 1.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="6.0.65.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="main page header for ppp non moving logo_Scene 1.swf" width="960" height="200">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="6.0.65.0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
 
lol im such a dumb ass sometimes it gives me the location in the validator i just need to find a way to remove it the text appears gray in the code section of dw
 
hmm

well i tried to remove the onload"" but i must have done somthing wrong as
when i did all the flash files on the site stopped working so i had to put them back to how they were now i have more validation errors.

il keep playing around with stuff for now any more ideas im all ears

thanks
 
Back
Top Bottom