A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Flash swf loading very slowly on website

  1. #1
    Junior Member
    Join Date
    Jan 2010
    Posts
    4

    Flash swf loading very slowly on website

    Have a look at this:
    http://www.tsocommunication.ca/test/...x/index_en.php

    and then this:
    http://www.biotonix.com/beta/index_en.php

    notice how it doesn't take any time to load on first URL, but on the second URL, it takes A LOT of time for the flash swf (header) to appear. Even when you change pages, it doesn't seem to get cached. What could be the cause of this?

    Any help would be really appreciated... thank you
    Last edited by madevilz; 03-11-2010 at 01:46 PM.

  2. #2
    Senior Member Robb@exo's Avatar
    Join Date
    Jun 2003
    Location
    Canada
    Posts
    1,540
    The first link doesn't seem to be operational.
    Wile E. Coyote - "Clear as mud?"

  3. #3
    Junior Member
    Join Date
    Jan 2010
    Posts
    4
    oops fixed, any idea why its so slow on the 2nd url?

  4. #4
    Senior Member Robb@exo's Avatar
    Join Date
    Jun 2003
    Location
    Canada
    Posts
    1,540
    I could guess at this until the cows came home. Without seeing any code it's similar to trying to defy gravity. Are all the files identical? Same server? If yes, then I'd be stumped too.
    Wile E. Coyote - "Clear as mud?"

  5. #5
    Junior Member
    Join Date
    Jan 2010
    Posts
    4
    Quote Originally Posted by Robb@exo View Post
    I could guess at this until the cows came home. Without seeing any code it's similar to trying to defy gravity. Are all the files identical? Same server? If yes, then I'd be stumped too.
    Same files, different server.

    here's the code:

    Code:
    <!-- Flash Menu -->
            <div id="flash_menu">
    	        <script src="scripts/swfobject_modified.js" type="text/javascript"></script>
    			<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="922" height="312" id="FlashID" title="menu">
    				  <param name="movie" value="resources/menu/menu_en.swf" />
    				  <param name="quality" value="high" />
    				  <param name="wmode" value="opaque" />
    				  <param name="swfversion" value="6.0.65.0" />
    			  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest 
                       version of Flash Player. Delete it if you don’t want users to see the prompt. -->
    				  <param name="expressinstall" value="scripts/expressInstall.swf" />
    			  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
    			  <!--[if !IE]>-->
    			<object type="application/x-shockwave-flash" data="resources/menu/menu_en.swf" width="922" height="312">
    		      <!--<![endif]-->
    			    <param name="quality" value="high" />
    			    <param name="wmode" value="opaque" />
    			    <param name="swfversion" value="6.0.65.0" />
    			    <param name="expressinstall" value="scripts/expressInstall.swf" />
    		      <!-- The browser displays the following alternative content for 
                       users with Flash Player 6.0 and older. -->
    		    <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>
    		<script type="text/javascript"><!-- 
    		swfobject.registerObject("FlashID");
    		//--> </script>
            
            </div> <!-- end flash_menu div -->

  6. #6
    Senior Member Robb@exo's Avatar
    Join Date
    Jun 2003
    Location
    Canada
    Posts
    1,540
    Being as they're on different servers, it would probably be the first place that I would start looking into.
    Wile E. Coyote - "Clear as mud?"

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