Hello, would you please go to:
http://www.ildw.com/web/aikido/default.htm the flash detection for the swobject is not working on ie 6, the screen remains blank and it doesn't install the latest flash player. In this ie6 I have flash player 6 let me know what to do please here is my code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script type="text/javascript" src="flash/swfobject.js"></script> <script type="text/javascript"> var flashvars = {}; var params = {}; params.scale = "showall"; params.allowfullscreen = "true"; var attributes = {}; attributes.id = "flash"; swfobject.embedSWF("flash/default.swf", "myAlternativeContent", "100%", "100%", "9.0.0", "expressInstall.swf", flashvars, params, attributes); </script> <style type="text/css" media="screen"> html, body, #flash { height:100%; } body { margin:0 0 0 0px; padding:0; overflow:hidden; } #myAlternativeContent { /* style alt content */ } </style> </head> <body> <div id="flash"> <div id="myAlternativeContent"> <a href="http://www.adobe.com/go/getflashplayer"> <img src="images/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /> </a> You don't have the correct flash player version<a href="http:// www.adobe.com/go/getflashplayer" target="_blank"> download it here</a> or click on the icon </div> </div> </body> </html> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
