I am pulling my hair out here as i can not find an answer so am hoping that someone can help me out.Website in question: http://www.yarwoodleather.com/index.php/I am using this code on my Magento home page:\[code\]<object width="950" height="420"data="http://www.yarwoodleather.com/skin/frontend/default/celebrity/swf/main.swf?xmlUrl=http://www.yarwoodleather.com/skin/frontend/default/celebrity/swf/xml_folder/params.xml" type="application/x-shockwave-flash"><param name="data" value="http://www.yarwoodleather.com/skin/frontend/default/celebrity/swf/main.swf?xmlUrl=http://www.yarwoodleather.com/skin/frontend/default/celebrity/swf/xml_folder/params.xml" /><param name="quality" value="http://stackoverflow.com/questions/14473338/high" /><param name="wmode" value="http://stackoverflow.com/questions/14473338/transparent" /><param name="src" value="http://www.yarwoodleather.com/skin/frontend/default/celebrity/swf/main.swf?xmlUrl=http://www.yarwoodleather.com/skin/frontend/default/celebrity/swf/xml_folder/params.xml" /><param name="pluginspage" value="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" /> <div class="nonflash"> <div class="automotive"><a href="http://stackoverflow.com/questions/14473338/products/automotive.html"><span></span></a></div> <div class="aviation"><a href="http://stackoverflow.com/questions/14473338/products/aviation.html"><span></span></a></div> <div class="cutting"><a href="http://stackoverflow.com/questions/14473338/services/cutting.html"><span></span></a></div> <div class="fabric"><a href="http://stackoverflow.com/questions/14473338/products/fabric-products.html"><span></span></a></div> <div class="marine"><a href="http://stackoverflow.com/questions/14473338/products/marine.html"><span></span></a></div> <div class="upholstery"><a href="http://stackoverflow.com/questions/14473338/products/upholstery.html"><span></span></a></div> </div></object><div class="white-container clearfix">{{block type="slideshowtimeline/slideshowtimeline" name="slideshowtimeline" template="olegnax/slideshowtimeline/slideshowtimeline.phtml" }} <div class="banners"><a class="text-left" href="http://www.yarwoodleather.com/index.php/products.html"><img src="http://stackoverflow.com/questions/14473338/{{media url="wysiwyg//HOME/Automotive.jpg"}}" alt="" /> <span>PRODUCTS</span></a><a class="text-right" href="http://www.yarwoodleather.com/index.php/services.html"><img src="http://stackoverflow.com/questions/14473338/{{media url="wysiwyg//HOME/services.jpg"}}" alt="" /> <span>SERVICES</span></a><a class="text-left" href="http://www.yarwoodleather.com/index.php/about.html"><img src="http://stackoverflow.com/questions/14473338/{{media url="wysiwyg//HOME/about.jpg"}}" alt="" /> <span>ABOUT US</span></a></div><div class="clear"> </div></div>{{block type="celebrityslider/slider" template="olegnax/celebrityslider/slider.phtml"}}\[/code\]It works perfectly on all browsers to my knowledge, on my mac it does its job, when flash is enabled it shows the flash video, when flash is disabled it shows the divs created, works well on iPhone and iPad and ie8 on pc works well, by ie9 everything is all over the place.I have tried to validate this code also in w3 and i get the following error:Line 463, Column 924: Element div not allowed as child of element object in this context. (Suppressing further errors from this subtree.)So I am aware the code i may have used is not the correct way of doing what I want which is to show alternate content when flash is disabled.I thank you in advance...