The following HTML is in my webpage to direct browsers to the macromedia website to download the shockwave flash player if the browser does not have the plugin already bulit in. When i open this page in broswer that doesnt have plugin nothing happens and the browser is not redirected to the macromedia website.
<OBJECT
CLASSID="clsid
27CDB6E-AE6D-11cf-96B8-444553540000"
WIDTH="100" HEIGHT="100"
CODEBASE="
<PARAM NAME="MOVIE" VALUE="Module2.swf">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="true">
<PARAM NAME="QUALITY" VALUE="high">
<EMBED SRC="Module2.swf"
WIDTH="100" HEIGHT="100"
PLAY="true" LOOP="true" QUALITY="high"
PLUGINSPAGE=" P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>
<OBJECT
CLASSID="clsid
WIDTH="100" HEIGHT="100"
CODEBASE="
<PARAM NAME="MOVIE" VALUE="Module2.swf">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="true">
<PARAM NAME="QUALITY" VALUE="high">
<EMBED SRC="Module2.swf"
WIDTH="100" HEIGHT="100"
PLAY="true" LOOP="true" QUALITY="high"
PLUGINSPAGE=" P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>