Preloader - slowing things down?

Hello there - hope you're good - thanks for looking at this.
I've been experimenting with 2 different kinds of preloaders,
they both work (internal & external preloaders), both giving
the same kinda results... but both slowing things down a bit.
Let me explain!
I have 2 swfs, each one about 500k, with some streaming audio
embedded in the timeline, and banks of buttons that hop around the
timeline to play different sounds.
In a sec i'll post a link to an example page, but let me
explain first what you'll be looking for the first time they load.
The swf on the left (just under the VOICE title) has a
preloader built into the beginning of the movie, which i made
thanks to Lee's "Advanced Flash Preloader" tutorial. I've made sure
there's no data on the first 2 frames (where the preloader is) so
it should load quick. The preloader graphic is just a bar that
fills from left to right.
The swf on the right (just under the MUSIC title) is an
external preloader called MUSIC2.swf, that preloads MUSIC.swf. This
was made using Lee's "External SWF Preloading" tutorial. The
preloader graphic for this is just a percentage.
With both of them there's still a delay before even showing
the preloader - and then i reckon the actual preloading process is
slowing things down. When i tried other versions of the swf's that
just opened normally, they seemed to load much quicker.
At the moment i'm thinking that the issue of the preloading
graphic not showing straight away is an actual fixable problem, but
the issue of the preloading graphic slowing the preloading is
probably just the way it is?
Anyway, here's the link...
http://keepholding.com/examplesinner2.htm
(ignore the fact the functionality of the audio buttons on
the panel on the left is a bit screwey - i haven't fixed that since
i shifted everything along by 2 frames to make the preloader!).
Now my mum has a slow dial-up connection, and she didn't even
get to see either of the preloaders, before she had to go to bed!
Thinking about it, there are some small solo audio swf
buttons further down the page - so may the browser will try and
load those first - even though they're only tiny - maybe THAT is
the problem?!
Oh by the way, the reason i've used 2 different types of
preloaders is just for experimentation. I plan to use the best one
on both when it's proven to work properly.
Some of the files i've used are in this zip file
http://keepholding.com/bits.zip
VOICEUNITv2 is the raw FLA file used to make VOICES3.swf
MUSICLOADER is the raw FLA file used to make preloader
MUSIC2.swf, which preloads MUSIC.swf.
Does any of this make sense?
Can you help?!
cheers
James

Oh, when i say Lee's tutorial, i mean from
www.gotoandlearn.com

Similar Messages

  • 2nd Display: does it slow things down?

    This could be a really stupid question, so bear with me -- does the addition of a second screen to the imac duo slow the machine down? I have noticed that Aperture isn't quite as zippy, and I suspect it's a simple lack of VRAM because of the other monitor...
    True?

    All other things being equal, and the VRAM already being higly used, it seems perfectly logical that adding a secondary display would slow things down. Extra trips to main memory to fetch things that don't fit into VRAM do take time. No idea how noticeable this performance hit would be though/how much load would be required to make it noticeable.

  • How to slow things down to see the progress bar?

    how to slow things down to let the progress bar to show its progress?
    everytime i run the program i can see only two scenario: 1. 0% 2. 100%
    i think the stuffs are too little to make any difference.
    what should i add in the codes so that i can see the progress?
    thanks!
    here is my codes:
    jProgressBar1.setValue(1);
    do some stuff here
    jProgressBar1.setValue(15);
    do some stuff
    jProgressBar1.setValue(31);
    do some stuff
    jProgressBar1.setValue(41);
    do some stuff
    jProgressBar1.setValue(61);
    do some stuff
    jProgressBar1.setValue(100);

    Hi!
    When you call update on the progress bar, the value of the progress bar is updated, but it won't be reflected on the screen until Swing has a chance to repaint. Swing can't repaint until your code is finished. So, what's happening is something like this:
    setValue(1), do stuff, setValue(15), do stuff, setValue(31), do stuff, Swing Repaint
    Also, not only does this block the progress bar from updating, but as long as your code here is running it blocks all of Swing (repainting, handling events, etc...).
    If your "stuff" isn't very time consuming, just remove the progress bar altogether. Otherwise, to make things work properly, you'll want to move it to another thread. Then, from that thread you can keep the progress bar up to date with:
    SwingUtilities.invokeLater(new Runnable() {
        public void run() {
            jProgressBar1.setValue(xxx);
    });Hope that helps!
    Shannon Hickey (Swing Team)

  • All kinds of problems with scripts running and slowing things down. It always has to do with "chrome". I sick of it and am going back to IE if I can't get this resolved this weekend.

    What do you want to know.....it's been going on for months and I can't seem to get it resolved. It's definitely a conflict with FF and why you can't resolve it, I have no idea. I've searched the net and these error messages are everywhere. Don't you think it's time you address this.
    At this point I really don't care if I use FF any more. It's slowing everything down on my machine and if you don't have the experience to correct it, then back to IE I'll go.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.com/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • SIMBL bundle in a loop: slowing things down

    I am experiencing some kind of a slowdown here. Checking the Console gives this message over and over again:
    2006-12-09 14:19:18.829 Console[2702] * -[NSBundle load]: Error loading code /Users/"Me"/Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL for bundle /Users/johngrif/Library/InputManagers/SIMBL/SIMBL.bundle, error code 2 (link edit error code 0, error number 0 ())
    The Activity Monitor shows a kernel_task with process ID of "0" taking up the lion's share of the CPU.
    Does anyone know what is going on here? I would go in and remove the offending "SIMBL.bundle" but I don't know what this would do.
    Griff
    Griff

    Hi Griff
    It is quite safe to use the finder to move the folder /Users/"Me"/Library/InputManagers/SIMBL/ to the desktop, then restart your mac to be sure that SIMBL isn't loaded, If this solves the slow-down, you'll know it's related to that.
    Simbl is used to load other 3rd party add-ons on osx, so you'll likely find that one of those isn't working after you do it.
    If moving the simbl folder makes no difference, you can just move it back again.
    and if so, I;d suggest testing this issue in another user account next.

  • Safari update slowed things down

    hi,
    after installing safari update 7.1.5 my internet browsing became very slow.  should i revert to previous safari? how?
    other updates were: Security update 1.0 and iTunes 12.1.2.  could these have slowed down the browsing?
    presently the system is os x 10.9.5. 
    more than half the storage is free.
    thanks

    Hi
    There may be a lot of reasons for this issue. Try to follow the instructions above:
    Reset Safari settings:
    1.Open Safari
    2. Click on Safari menu at the top(to the right from the Apple logo)
    3. Select preferences/privacy tab
    4. Click on Remove all website data
    5. Close Safari.
    Delete Safari cache files:
    1. Click on finder
    2. Look for GO menu at the top
    3. click on GO and hold down the option key. This will show user library folder.
    4. Click on Library and look for Caches folder
    5. In caches folder open com.apple.Safari folder
    6. Move to trash Cache.db file.
    Turn off Safari extentions
    1.Open Safari
    2. Click on Safari menu at the top(to the right from the Apple logo)
    3. Select preferences
    4. Find extentions tab
    5. Turn off all the extentions
    6. Relauch Safari

  • I have tabs that are always reloading and at times it either slows things down or I stopped it before in a previous version. How can you stop this constant refreshing? Its not just one site usually its all of them.

    After the last upgrade the tabs will begin refreshing at times it slows my movements the page freezes til it catches up. Or if flashplayer is running it will crash. One of the previous versions had this problem but there was an area to go to, to disable it. Ive tried about:config but it still refreshes. Im using Wimdows 7

    Thank you both so very much for your quick replies.  that is what I thought but the your assurances  help me ease my anxiety.  And yes the credit union has made a change because now it no longer recognizes my computer as a personal computer when I am using Firefox after the latest Firefox update, and requires me to answer a security question to log in, which is why I had been using Safari, but as I was in Firefox I was lazy and didn't switch browsers.

  • What is it about CFFUNCTION that slows things down???

    I have some code that imports the contents of an Excel
    spreadsheet into my database, during the import process I also do a
    fair amount of data massaging. When I run this code straight from a
    URL it completes in about 90 seconds. When I encapsulate the exact
    same code into a CFC function and call it from my Flex application
    the run time jumps to around 10 minutes. Is there something about
    calling a CFC function from within Flex that I am missing here? The
    only differences in the code are a few passed in variables (which
    are hard coded in the URL version) and the CFFunction tags. The
    differences are trivial so I don't see how they could be accounting
    for the extra time.
    Any thoughts on why the CFC runs so much slower than the
    CFM??? Oh... I am running CF 7.02 and my client will be on that
    platform for the foreseeable future.
    Have an Ordinary Day...
    KomputerMan ~|:-)

    I think it is something to do with how the end of the
    function processes. I am able to watch the records get wrote into
    my database table. From the time the last record gets wrote to the
    time the end of the function is processed is about 19 seconds for
    500 records. That time goes up when more records are processed too.
    Here is the code at the end of my loop that processes the data
    prior to the end of the function. When the /CFLOOP is reached is
    when the last record is wrote to the table.
    <CFSILENT>
    <!--- bunch of code to import a spreadsheet and put it
    into a temporary database table so the data can be further
    manipulated. This is then followed by a bunch of code to do
    summations, groupings, create referential integrity, etc… and
    then put the clean data into a good data table and the bad data
    into a bad data table. --->
    <CFTRANSACTION>
    <cftry>
    <CFLOOP QUERY="GetData">
    <cftransaction action = "commit"/>
    </CFLOOP>
    <cfcatch type="database">
    <cfthrow message="function = ADD records, MyFlag =
    #MyFlag# #cfcatch.Message# #cfcatch.Detail#">
    </cfcatch>
    </cftry>
    </CFTRANSACTION>
    <!--- here is where I start my stop watch when the record
    count in my table quits incrementing --->
    </CFSILENT>
    <CFSET MyReturnString = GoodCnt & ',' & BadCnt1
    & ',' & BadCnt2 & ',' & BadCnt3>
    <CFRETURN MyReturnString>
    </CFFUNCTION>
    I have been playing with adding a CFTRANSACTION into the code
    to see if that helps or hurts. So far it has not made a difference.
    Bottom line is after the data is processed the function is not
    returning to Flex in a timely manner.
    Have an Ordinary Day...
    KomputerMan ~|:-)

  • How do I stop new tabs openning when I have not selected anything. I end up with dozens of tabs espetially in Ebay, which slows things down and is a right pain.

    As question

    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Also try [https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/ ABP]
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • How do I turn off the "Error Console"? It is popping up every second or less. I clicked on "Messages" and that slowed things down a little but it still keeps coming up.

    This all started when I mistakenly clicked "Restore Default..." instead of "Done" when I was customizing the toolbars. How do I get the error console to stop coming up??
    Thanks!!

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Preload slows down xorg startup!

    hello!
    i found out, that preload slows down my xorg startup. it boots up about 10s faster without preload enabled.
    i hope i can tune preload. here is preload config. please share your experiences!
    [model]
    cycle = 40
    usecorrelation = true
    minsize = 2000000
    memtotal = -10
    memfree = 100
    memcached = 30
    [system]
    doscan = true
    dopredict = true
    autosave = 3600
    mapprefix = /usr;/lib;/opt;!/
    exeprefix = /usr;/opt;!/usr/sbin;!/
    bye iggy

    I don't know about xorg startup, but preload certainly slows down boot up routine -- which is logical, since it needs to preload stuff which would otherwise be loaded later on.

  • In large PDF files my cursor moves around the page at warp speed. It does not seem to make any difference if I slow it down with Sys Prefs. This is not only in preview but also other programs to open PDFs.

    In large PDF files the cursor moves at warp speed with a mind of it's own, I've tried slowing it down in Sys Pref with no luck. On small files cursor action is normal. This happens in Safari, Preview and other programs that use PDF files. Sorry to say this does not seem to be a new problem with 7.# I've had it with prvevious versions of operating system Right now I'm using a Apple wireless mouse and key board. Using the USB keyboard and mouse the same problem does not go away.

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you boot, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Slow Shut Down Time For Macbook Pro Retina Snow Leapord

    Hello, I was hoping somoene could help me with the following problems.
    I have brand new Macbook Pro Retina, 15inch, 16G RAM, 500G of SSD, running Mountain Lion, and lots of professional recording software. My macbook frequently shuts down after 30 seconds, that wonderful grey wheel spinning in the center of the screen as if it were an old PC.
    I've contacted apple frequently. They check to see that I've repaired disk permission, they reset...the RAM i believe, they ask if i shut down all the programs. Even through doing all of this, usually my macbook takes 30 seconds to shut down. Sometimes it takes only 5, which is how it usually should be. ANd this occurence seems to be inconsistent with the apps I use. Sometimes it takes long to shutdown when i've barely used a thing. Other times it shuts down immediately when i've used a lot of different programs at once. So there's no constant.
    The apple boys suggest reformatting the computer to make sure it isn't a hardware issue. I refuse to accept that after only 3 months of use I already have to reformat everything. It's not the most enjoyable experience because I'd have to reinstal all my audio software despite Time Machine's magic tricks. Any suggestions?
    Here is a link I've found on the matter: http://thecustomizewindows.com/2013/02/fix-mountain-lion-slow-shut-down-time/

    These terminal commands decrease the excecution time of a process that has caused slow shutdown times for many users. This resolved my slow shutdowns. IF you are comfortable using terminal you can give them a shot, but be VERY careful using terminal.
    These terminal commands should also fix the problem then and kill the services after 2 seconds:
    Code: 
    sudo launchctl unload /System/Library/LaunchDaemons/com.apple.coreservices.appleevents.plist  sudo defaults write /System/Library/LaunchDaemons/com.apple.coreservices.appleevents ExitTimeOut -int 2  sudo launchctl load /System/Library/LaunchDaemons/com.apple.coreservices.appleevents.plist

  • Lightroom 3 Slowing Waaay Down?

    Howdy!
    I am an Apple Aperture user and thinking about switching to Lightroom.  I downloaded the trail version and have 15 days left before I have to decide weather to buy it or not.  So far all was going really great and I was convinced I needed it, until this evening when I started editing more images from a recent photoshoot.  For some reason Lightroom has slowed waaaay down.  I haven't installed anything new on my Mac, everything was working great previously so I am not sure what to even try and troubleshoot.  My images are from a Canon 40D (or XTi) each about 10gig and all are RAW.
    So far I have only imported 2116 images and if I convert my currrent Aperture library, it as 40k images I would want to move over.  Of the images I have imported I have only 235 in this current folder, about 60 of those I have edited on.  Some I have done some pretty extensive editing clearing up skin using a combination of the skin smoother and heal tools.  A few have some artistic work on them and only a couple have I sent to an external editor to do manipulation.  I have added one plugin to Lightroom LRB timelapse, and would like to add more for my Photoshelter account and more editing options.
    My MacBook is running Lion, 10.7.1, has dual core 2.4 processors, 4 gigs of Ram and a 500 terribyte 7200rpm drive.  I use an external 22 inch Acer monitor.
    What should I try to recover the performance of Lightroom 3?

    David
    Can you just confirm something? You say each image is 10Gig do you mean 10Mb? You asls say you have a 500 Terrabite Hard Drive? Surely you mean 500Gb??
    Check disk free disk space, you may find things are slowing because you are running out of virtual RAM (which is basically hard disk space)
    I would not consider copying over all your photos again into LR. I too have Aperture and moved over to LR about 18 months ago. As a Manchester Photographer I simply find the support in the photography industry superior and most professional photographers have opted for Lightroom, although I do use Aperture on occasion for certain projects.
    Lightrooms catalogues you images and leaves the originals in their orignal location
    Regards
    Darren

  • CS5 suddenly slowed right down on PC Windows 7

    Hi,  my CS5 Illustrator, Photoshop & Bridge have suddenly slowed right down just in the last 3 or so weeks.
    Even a diagosis of my PC says it is running very slowly, so I read up on the trouble shooting advice, updated the graphics card driver that was the only thing out of date, did disc cleanups, deleted or moved a lot of big files to other drives, defragged, but still no improvement.
    I used to be able to open 300 mb files, but now just opening a 8mb file leaves my PC hanging, for about 10 mins.
    These are my specs, & Norton's analysis. Even though Norton says my Windows Firewall is dsabled (because I have a different firewall), it says 0 virus problems. What else could be happening?
    HP Pro 3130 Small Form Factor PC, running Windows 7
    4.00 GB RAM
    32-bit operating system
    4 processor cores
    64-bit capable
    3414 GB hard disks
    Disk partition (C:) 114 GB Free (460 GB Total)
    Disk partition (D:) 936 MB Free (6 GB Total)
    ATI Radeon HD 4550  Total available graphics memory 1899 MB
    Dedicated graphics memory 512 MB
    Dedicated system memory 0 MB
    Shared system memory 1387 MB
    Display adapter driver version 8.940.11.0
    DirectX version 10

    And you're trusting Norton on this, right? Sorry, but to be blunt: That's like fighting fire with gasoline. In fact Norton's tools have long been known to be as conspicuous and overly agressive as some computer viruses themselves. For all I know, it could be their bloated services, virus vaulting and endless scans at the most inconvenient times that drag down your system. Or conversely you do have a virus and Norton is constantly battling it. The long and short answer therefore is: Nuke your system, reinstall it from scratch.
    Mylenium

Maybe you are looking for

  • Battery Care and Cable for Internet and Keychain  :-)

    I commend you people for helping out, so thanks! I have a used sMBP I recently purchased. I noticed that the battery cannot be removed easily like the old MBP I had. Does Apple still recommend letting the battery go all the way down and right before

  • Can i hide "Open Web Part Page in maintenance view" link when editing wiki page properties

    I am working on an Enterprisewiki site collection inside SP 2013, and currently when contributor users edit the wiki page properties by going to "Page Option >> Edit Properties" , then will find the following link, named "Open Web Part Page in mainte

  • Problem with one query

    hi experts, I have a problem, i want to make a query that the names repeated, does not  visualize. For example:    Name 1  -   address 1 - Telephone 1    Name 1  -   address 2 - Telephone 2    Name 1  -   address 3 - Telephone 3    Name 2  -   addres

  • Enhancement for Equipment master data

    Hi all    I want to find an enhancement for Equipment master data. I want to add some customer fields to Equipment data,but i can't find the enhancement.Anybody tell me the Enhancement which be useful for that. thanks. BR Chris.

  • Multiple AP Groups

    I have and will have more multiple sites that are separate offices and will be using HREAP to each location. Each site like I said will be separate but will have the same SSID. I am assuming I will need separate AP groups, virtural interfaces and WLA