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

here's the 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 -->

Similar Messages

  • Website loads very slowly in Safari....

    I have had my website for quite a while and all of a sudden, when I try to view it in Safari, it loads very slowly and each time the welcome page loads, there are pictures missing. I have not done anything different to my site. Is this a problem with Mobileme or iWeb or both?? My site is captured4u.com
    Thanks

    First, not a bad page.
    A quick analysis of the home page provides this information:
    Documents (4 files) 28 KB
    Images (33 files) 972 KB
    Objects (0 files)
    Scripts (9 files) 291 KB (296 KB uncompressed)
    Total 1300 KB (1305 KB uncompressed)
    For Reference, Apple's current home page provides the following sizes:
    Documents (2 files) 3 KB (9 KB uncompressed)
    Images (20 files) 143 KB
    Objects (0 files)
    Style Sheets (2 files) 6 KB (30 KB uncompressed)
    Total 250 KB (502 KB uncompressed)
    The current MSN.com portal page shows:
    Documents (4 files) 19 KB (52 KB uncompressed)
    Objects (0 files)
    Scripts (7 files) 74 KB (158 KB uncompressed)
    Style Sheets (3 files) 17 KB (65 KB uncompressed)
    Total 228 KB (393 KB uncompressed)
    I can't speak for past performance, but any page that is over a MB in size does take longer to load. A problem with your page is that you have an idea of how to add pictures and make the layout how you want it to look, but there is a price the viewer has to pay to download all of those graphics, including some of the text that are being converted to graphics by iWeb (which means Google can't read some of your categories for their index).
    I don't find that iWeb does a very good job of optimizing graphics for the web. They work, but dedicated graphics programs like Photoshop or even Photoshop Elements will do much better when the files are resized and saved for web properly.
    You would probably do better to simplify the home page with larger single graphics for each category that are used to point to other pages with more related photo's and descriptions. Remember, even the fancy picture frame outlines are more graphics the viewer has to load, and you need to be aware of when iWeb is going to convert your text into graphics either because you are not using standard web safe fonts, are rotating the text or adding other fancy attributes.
    Design and optimization are always a compromise. iWeb is not always smart about optimization, and mobileme is not the best solution for speed. They're fairly easy to use, but go easy on them...

  • New to flash, swf loaded while changing size

    i'm trying to create a button that will replace the current
    swf with another and i want the size to change between the various
    sizes of each page. i'm currently using the following code in the
    action inspector:
    on(release){loadMovieNum("myfilename.swf",0);
    i know there has to be a simple way to do this! a very
    grateful thanks to anyone who tries to help!

A: new to flash, swf loaded while changing size

b3autiful_dizaster wrote:
> i'm trying to create a button that will replace the
current swf with another
> and i want the size to change between the various sizes
of each page. i'm
> currently using the following code in the action
inspector:
>
> on(release){loadMovieNum("myfilename.swf",0);
> }
>
> i know there has to be a simple way to do this! a very
grateful thanks to
> anyone who tries to help!
You can't change size dynamically as it is defined by the
object embed tags.
You could use WMODE transparency which could help you fake it
tho not always best
solution to go with WMODE. It's a very buggy parameter.
WMODE will remove the background color so the flash movie
appear over the html and you
can see the HTML content trough the movie.
You could define some solid shape for the background on
bottom layer to make it look
like SWF background, than change it with the other loaded
movie making it appear as it
changed size while the over all flash size stats the same. As
said above - faking it.
Best Regards
Urami
!!!!!!! Merry Christmas !!!!!!!
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

b3autiful_dizaster wrote:
> i'm trying to create a button that will replace the
current swf with another
> and i want the size to change between the various sizes
of each page. i'm
> currently using the following code in the action
inspector:
>
> on(release){loadMovieNum("myfilename.swf",0);
> }
>
> i know there has to be a simple way to do this! a very
grateful thanks to
> anyone who tries to help!
You can't change size dynamically as it is defined by the
object embed tags.
You could use WMODE transparency which could help you fake it
tho not always best
solution to go with WMODE. It's a very buggy parameter.
WMODE will remove the background color so the flash movie
appear over the html and you
can see the HTML content trough the movie.
You could define some solid shape for the background on
bottom layer to make it look
like SWF background, than change it with the other loaded
movie making it appear as it
changed size while the over all flash size stats the same. As
said above - faking it.
Best Regards
Urami
!!!!!!! Merry Christmas !!!!!!!
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

  • Iweb 09 pages load very slowly - How can I fix this?

    Hi-
    Just published my website to ipage.com and every page is loading very slowly despite the fact that the backgrounds and graphics are very simple (Many of the pages are text only). I'm using the "Modern theme" Blank with a gradient fill, which is what seems to be causing the slowdown. I've tried it on two computers (macbook and macbook pro), two browsers (safari and firefox) and my iphone 4 - performance is equally poor on all three. Spoke to my Web Hosting technical support (I'm using Ipage) and he says my site is only using 17 mb, which should not cause any issues. My download speeds are also very fast so it's not my computers that are causing the issue (Between 20.5 and 23.2 mbps, ping=18ms). The site address is www.jeffreyjanger.com.
    Thanks,
    jeff

    Bonjour
    the slowness is explained by the big size of gradient fill image. Your background [image|http://www.jeffreyjanger.com/JeffreyJanger/Home_files/backgroundimage_11.png] is a PNG
    You've changed color opacity, that forces iWeb to create a PNG file.
    if you let opacity to 100%, iWeb will create a JPEG file
    In an iWeb published site, JPEG file size can be 25% smaller than PNG (and sometimes more...)

  • IBooks Author: in exported file, one page loads very slowly...

    iBooks Author: in exported file, one page loads very slowly and drags when scrolling through pages, almost stopping the scroll.  I have never seen this problem before with photo pages.  Normally they scroll just as smoothly as text pages.
    I have tried rebuilding the page with more compressed files to no avail.  The image files used on the page are not any bigger than others I have used previously without any problem.
    I have tried restarting my iBook.
    I am using a template that I have modified quite a bit.  The templates currently offered by Apple and third parties are not even close to what I am looking for in terms of layout, so I have to rip almost everything out of the page and start with a blank page, most of the time.  I tried modyfying the layouts to save time and then saved as a new template.  Apple really needs to add a module to create your own template at the beginning of a project.  Or they need to create one very open template, without much on the pages.

    I finally solved the problem by using an unmodified template. I would still like to know how my modifications to the other template caused the problem, but for now it remains a mystery.  Thanks for your ideas.
    Next I will try modifying the template without saving it as a template (merely saving it as a file) to see if I can get away with my modifications.  Also I will make fewer modifications.
    Slowly but surely I am learning this program by trial and error.  Each time I try a few formatting variations, output an iBooks file, and open it on my iPad.  I have probably done 20 of these tests, so far.  Once I work out every detail of the design and structure, I will build the final book.  I am lucky to have a beautiful PDF of the hardcover version, generously provided by my publisher.  This not only sets a high bar for me, but also allows me to use some of their design elements via screen capture.
    iBooks Author has great potential, but I along way to go to get there. One feature I would really like to see in the next update: the ability to add a hidden caption to a photo.  The reader would tap the image and the caption would appear. Tap again and it disappears.

  • Web pages loading very slowly.

    It doesn't matter if my Mac is connected with an ethernet cable or wireless, web pages are loading very slowly. I'm sure there's an easy fix for this but I'm clueless. Can anyone offer a suggestion? Thanks...

    Try clicking safari> reset safari.this should speed things up a bit. also click preferences, cookies, and clear some unwanted cookies.
    KANE
    <edited by host>

  • The fancybox images on the Recent Images section of the site are loading very slowly. This just started happening with Mozilla 8. Is there a fix?

    The images on the fancybox on the bottom of our main page (Recent Images) are loading very slowly. This issue is only on Mozilla 8. When you browse through the images the loading begins from top to bottom.

    The default of the pref network.http.max-connections has been increased from 30 to 256 in Firefox 6+ versions.
    Try to decrease the value of the pref <b>network.http.max-connections</b> from 256 to 30 as used in Firefox 3 versions.
    *https://support.mozilla.com/kb/Firefox+never+finishes+loading+certain+websites

  • Since update, various sites load very slowly and some do not load until "Reload Current Page" is clicked several times.

    Since Firefox update (6.0.2) many sites load very slowly and some do not load at all (green circle rotates infinitely) until "Reload Current Page" is clicked on 2 to 12 times.
    Returned to version 5. No more slow load.
    Automatically re-updated me to 6.0.2 and now slow again.
    Returned to FF 5 again and turned off automatic update.
    Downloaded 7.0.1 and the problem seems to be solved.

    Same here, only that updating to 7.0 or 7.0.1 doesn't seem to solve this issue. Seems to have something to do with loading images (e.g: adobe.com stops loading when "wwwimages.adobe.com" is being loaded. imdb.com, on the other hand, seems to load images very slowly and not all of them).
    Safe-mode. disabling add-ons, clearing cache and cookies and checking for malware doesn't help.

  • My i pad as well as my wives are loading very slowly

    jusy of late my i pad 2 as well as my wifes is running and loading very slowly , it is not the internet connection as i have tried on different internet connections

    Hello Herrodmotorsport,
    The following article provides some useful troublehsooting steps that can help resolve such issues with your Wi-Fi connections.
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/TS1398
    Cheers,
    Allen

  • Movies on itunes will not load or load very slowly and freeze on my apple tv.

    Movies on itunes will not load or load very slowly and freeze on my apple tv. both the computer and apple tv are wired connections on my home network. Checked the network speed and it is between 0 and 1 ms response. This problem just started last week. Only new software introduced recently was update to Norton 360.
    Thanks

    I know very little about windows but security software is notorious for causing the type of problem you have, you may want to contact Symentec and ask them which settings you need to change.

  • Why do pages load very slowly when using a proxy in Win 7?

    Whenever I try to use a proxy server,it will work okay a couple of times. Then after that pages will start loading very slowly,so that I find that I have to uninstall the proxy program.I am using Win7 Ultimate,a netgear router, and high speed internet "10Mbps"..I have tried different proxy hiders and they all do the same thing.Can anyone help?????????????

    Exceedingly slow download speeds on...: Apple Support Communities

  • Why when I open multiple tabs in Facebook, the tabs load very slowly and most times don't load at all?

    Why when I open multiple tabs in Facebook, the tabs load very slowly and most times don't load at all?

    The default of the pref network.http.max-connections has been increased from 30 to 256 in Firefox 6+ versions.
    You can try to decrease the value of the pref <b>network.http.max-connections</b> from 255 to a more modest setting like 30 as used in Firefox 3 versions.
    *https://support.mozilla.com/kb/Firefox+never+finishes+loading+certain+websites

  • Flash website loading VERY slowly

    Hi there, I am a total newbie to flash web design, I've used it in the past to make animations but no webstuff, but as a I'm making a site as favour to a freind.
    I've struggled with this project all the way through (as some you that have helped me along the way will know).
    Anyway, I've finaly got the site ready to go online, upped it and and guess what, its loading massively slowly - abnormally slowly.
    I was just wondering if anyone could hazard a guess as to why its so slow (I realise there are many factors which could be contributing to this but still).
    The url is www.siobhannolan.co.uk, the site was made entirly in flash cs5, with a bit of xml coding (loading the side menus and image scrollpane swf's).
    I had to use the flv file to load the one video on there, which I realise has weighed it all down a bit, this was because flash doesn't seem to want to load the video loader from a swf into the main page - any ideas of a quick way around this?
    I have also create a seperate scene for each page, with buttons on each page tio navigate.
    would optimising the images further increase the speed at all? (at the moment they are pngs, each set of photos wieghing in between 1 and 6 mgs - one set per menu item).
    I realise that there might be things I could do in the html to optimise this - any idea where I can learn more about this kind of thing?
    Any ideas or pointer would be graciously recived, kindest regards Dmian

    It sounds like you just have too much weight in the file and possibly coming into it dynamically as well.  Images at 1 MB are easily 10 times larger than they need to be based on the size of the stage I saw when I glanced at the site.  Spend some time with Photoshop (or train your friend) getting the images down to the dimensions you use in the site, and let Photoshop optimize them for the web too.  png images can be weighty depending on what they portray.  For photos I recommend going with optimized jpeg formats.

  • Internet loading very slowly

    I have a 3yr old iMac G5 that all of a sudden has started moving very slowly on the internet. We have broadband that is moving like dial-up. Our ISP has checked checked out our connection and can't find anything wrong. Our speedtest rates as off the charts on their speedtest, even during times when it's moving slowly. It did get a slow speed rating of 800 occasionally between very fast speeds. When pinging, it shows 100% packet loss, but the ISP says that's not possible if I can eventually get to a website, so my network utility must be broken.
    I've noticed this problem shortly after my husband began playing games on POGO. Could this somehow effect our speed?
    Is there anything I can try?
    Thanks, Michelle in AL

    To Apple Discussions.
    Consider upgrading your OS. The latest version is OS 10.4.10. Judging from your system info, you have quite a bit of catching up to do.
    How much RAM do you have? I play POGO games & that site is very java/flash orientated.
    After playing those type of online gaming involving java/flash it is a good idea to repair permissions & restart after you are finished game playing.
    I even do the above on the games I've installed from a CD.
    It's also a good idea to clear out the browser(s) cache. If you have cable or DSL, set it to 0 (zero). And, while you're at it, delete the browser(s) history and/or set it to a lower number.
    Mine is set for 1 (one day).

  • IPad loads very slowly

    My ipad loads safari and websites VERY slowly.  Please help.

    Try a reset first: Press and hold both Sleep/Wake and Home buttons until the Apple logo appears.
    If the reset doesn't fix it, try a restore:
    http://support.apple.com/kb/HT1414

  • Maybe you are looking for

    • Select-option in display mode

      HI ABAP Gurus, In selection screen i want to make selectoption/parameter field in displaymode( User cant change that field it shud appear but in display mode). Plz help me regarding this. I am using At selection-screen output for this as declaring Mo

    • Output determination routines

      Hi, I have an enhancement to develop output determination routines for the Output types in the Shipment document to trigger outbound interface to the Freight Forwarder based on the Shipment statuses. Need to develop 2 routines say 950,951. SD Shipmen

    • Requirements to become an Oracle certified Java application

      Hi everyone, I want to know any information on how to become an Oracle certified Java application for the company I work for. Technologies involved are Java and Eclipse. any information or contact you can provide will be highly appreciated. Best rega

    • What file do I use to upgrade WRT54GL firmware?

      Just got a new WRT54GL wirless router and am interested in how to upgrade the firmware. Downloaded WRT54GL_v4.30.9_US.tgz from the Linsys support/download website. It's a zip file that contains WRT54GL_v4.30.9_US.tar which is another zip file that co

    • Trying to get on army.elearning. com

      trying to get on army.elearning.com but when i log in it tells me error has occured and to contact site manager