Hi every one
Please check my code below and let me know if i am doing something wrong in getting the alternate flash which is the .net control in the same Div.
or if anyone does know any other piece of code which displays the alternate content when flash is not present, pleae share.Code:<script type="text/javascript" src="Javascript/swfobject.js"></script> <script type="text/javascript"> swfobject.registerObject("Spotlight_en_gb", "8"); </script> <div id="HighlightSectionHolder"> <!--Flash Spotlight --> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="770" height="276" id="Spotlight_en_gb"> <param name="movie" value="$Common/Data/HomePageData/Main_en_gb.swf" /> <param name="wmode" value="transparent" /> <param name="menu" value="false" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="$Common/Data/HomePageData/Main_en_gb.swf" width="770" height="276"> <!--<![endif]--> <!--Non Flash Content--> <span class="topCorner"></span> <%@ Register TagPrefix="uc1" TagName="TopHighlights" Src="~/Control/TopHighlights.ascx" %> <uc1:TopHighlights id="TopHighlights1" runat="server"></uc1:TopHighlights> <!--Non Flash Content End--> <!--[if !IE]>--> </object> <!--<![endif]--> </object> <!--Spotlight End--> </div>
Thanks
Fahad


Reply With Quote
