|
-
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.
-
Senior Member
The first link doesn't seem to be operational.
Wile E. Coyote - "Clear as mud?"
-
oops fixed, any idea why its so slow on the 2nd url?
-
Senior Member
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?"
-
 Originally Posted by Robb@exo
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 -->
-
Senior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|