I am trying to make a more used friendly home page for telephones without Flash. But for right now I would be happy just getting the redirect to work. I don't know how to define the plugin, so the code is useless:
http://http://victorlystad.com/Tech_questions.html
As an alternative underneath the Get Flash Now button, I could put a "Click Here For Page Without Flash" but I would rather just redirect. Maybe both. Yeah an automatic redirect after about 5 seconds to the Flash free page so that people at least have a chance to get flash if they want it.
Unfortunately, my JAVA skills are infantile.
http://victorlystad.com <-- Here is my website index that I am talking about bypassing for users with no Flash.
Thanks everyone.
Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>AstroVictor</title> <style type="text/css"> .style6 { color: #00FFFF; font-weight: bold; } </style> <script src="Scripts/swfobject_modified.js" type="text/javascript"></script> <script type="text/javascript" src="plugins.js"></script> <script type="text/javascript"> if (pluginlist.indexOf("Flash")==-1) { location.replace("indexnoflash.html"); //redirect to no flash page } </script> </head> <body background="images/pleiades.jpg"> <div><table width="1000" align="center" > <tr> <td height="308" background="images/victorlystad_header.jpg" valign="baseline"> </td> </tr> <tr> <td style="width:1000px" height="900px" valign="baseline"><center><object id="FlashID" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="900"> <param name="movie" value="images/flare_button.swf" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="swfversion" value="9.0.45.0" /> <object type="application/x-shockwave-flash" data="images/flare_button.swf" width="800" height="900"> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="swfversion" value="9.0.45.0" /> <param name="expressinstall" value="Scripts/expressInstall.swf" /> <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> <!--[if !IE]>--> </object> <!--<![endif]--> </object></center> </td> </tr></table> <center><table width="600px"><tr><td style="width:200px" > <div><a href='http://www.thumbtack.com/Lystad-Design-Woodbridge-VA/service/1355210' title='Lystad Design' style='background: url(http://cdn-1.thumbtackstatic.com/media/promo_13.png) no-repeat; color: #f69a1e; padding: 25px 0 0 41px; border:0; font-size: 11px; font-family:Arial, sans-serif; text-decoration: none; text-transform:uppercase; display: inline-block; width:179px; line-height:13px;'> <img src='http://cdn-1.thumbtackstatic.com/media/promo_13.png' style='display: none;' />Lystad Design</a></div></td> <td style="margin-left:100px"></td> <td style="width:400px" align="right"> <script type="text/javascript" src="//rh.revolvermaps.com/0/0/2.js?i=7jrlmxco6l0&m=7&s=170&c=ff0000& amp;t=1" async="async"></script> </td></tr> <br /> <script type="text/javascript"> swfobject.registerObject("FlashID"); swfobject.registerObject("FlashID"); swfobject.registerObject("FlashID"); </script> </table></center> </body> </html>


Reply With Quote
Bookmarks