A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Alternate Flash Not Showing up

  1. #1
    Animator
    Join Date
    Jan 2001
    Location
    Dubai
    Posts
    200

    Alternate Flash Not Showing up

    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.

    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>
    or if anyone does know any other piece of code which displays the alternate content when flash is not present, pleae share.

    Thanks
    Fahad
    [email protected]
    I won't change directions and i won't change my mind, How much difference does it made?

  2. #2
    Animator
    Join Date
    Jan 2001
    Location
    Dubai
    Posts
    200
    After putting this code up, I can only see the flash not the static control, I am using the SWFobject.js
    [email protected]
    I won't change directions and i won't change my mind, How much difference does it made?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center