Hi every one

Can anyone share the code for displaying the flash content, and display the alternate HTML if flash player is not installed.

I have tried this code, but that is not giving proper results at all time:

Code:
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="770" height="276" id="Spotlight_en_gb">
    <param name="movie" value="Main_en_gb.swf" />
    <param name="wmode" value="transparent" />
    <param name="menu" value="false" />
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="Main_en_gb.swf" width="770" height="276">
    <!--<![endif]-->
                <!--Non Flash Content-->
                Alternate HTML here.
                <!--Non Flash Content End-->
                <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
  </object>
Any suggestions?

Fahad.