Search  

PRELOADER WITH REFLECTION

HomeBrowse CategoriesFlashPreloadersPercentage BasedPreloader with reflection
  • Drag and drop preloader with animated reflection, all dynamic
  • Just copy movie clip onto the first frame of your file and add a stop action
  • Easily skinnable, you can change fonts, colors, reflection opacity etc
  • AS2 Files

    Templates

    Page Flip Books

    Preloaders

    MP3 Players

    FLV Players

    Slideshows

    Misc Utilities



    AS3 Files

    Posted about 1 year ago

    So is this a scripted preloader or a ‘fake’ animated one. if it is scripted i may buy, ive been on the hunt for a good one for a while, and i like this one

    FJ

    Posted about 1 year ago

    Yes scripted

    Posted about 1 year ago

    Is it possible to move the numbers up and the reflection down?

    Basically I would like a small gap between the two sets of numbers?

    Cameron

    Posted 11 months ago

    Hi, I’m very new to this flash stuff (just couple of days of experience, so far), so for my stupid question. The instruction says: “Just copy the movie clip onto the first frame of your flash file,…”; what does it mean “the movie clip”? Any help highly appreciated. Many thanks!!!

    Posted 11 months ago

    I have a quick question regarding this file.

    I have copied the preloader frame from your project into my own project and told it to stop. Then I go onto my movie and that is not a problem.

    When I preview the movie on my desktop I get the preloader, however when I try to view my website online, its almost as it the preloader does not work as the flash movie clunks in part by part.

    I have checked and yes I am using the correct file version.

    Any ideas?

    Cheers

    Posted 11 months ago

    csr500

    Most likely there is an issue with the rest of your file, I haven’t heard of anyone else having a problem.

    Posted 11 months ago

    Here’s the deal:

    I got your preloader to monitor not the root movie but another movie it would call later in the timeline.

    So I changed the target path to reflect that. I tried both relative and absolute but I’m having problems.

    It seems that the loader is monitoring the sub-movie and waiting until it’s loaded before advancing the timeline, however the % percent numbers don’t increment they show as:

    NaN%

    Here’s what the code looks like in frame 1 of the preloader:

    var amountLoaded:Number = _root.Images.Mask.getBytesLoaded()/_root.Images.Mask.getBytesTotal(); preloader._width = amountLoaded * 250; loadText.text = Math.round(amountLoaded * 100) + ”%”;

    var amountLoaded:Number = root.Images.Mask.getBytesLoaded()/_root.Images.Mask.getBytesTotal(); preloader._width = amountLoaded * 250; loadText2.text = Math.round(amountLoaded * 100) + ”%”;

    Here’s frame two:

    if(_root.Images.Mask.getBytesLoaded() == _root.Images.Mask.getBytesTotal()) { _root.gotoAndPlay(“behind_start”;); } else { gotoAndPlay(“behind”;); }

    BTW instead of using frame numbers I use labels (I find them more reliable) so “behind” is frame one of root movie and “behind_start” is frame two.

    Any ideas on why it’s not working would be appreciated.

    Posted 10 months ago

    vlaston

    I use a different technique for loading swf’s inside swf’s, what you wanna use is a loadListener function. Send me an email for custom work.

    Posted 9 months ago

    Very nice,i like it allot.

    Posted 9 months ago

    Thank you for your fantastic work

    Posted 7 months ago

    I get the following error when I try to test my movie:

    Frame 1, Line 5 1151: A conflict exists with definition amountLoaded in namespace internal.

    I just copied the movie clip into the first frame of my movie and added a stop action asper the instructions.

    Any ideas?

    Thanks.

    Posted 5 months ago

    What would be the code for this in CS3 ?

    Posted 5 months ago

    Same error as atdf… Indeed.. What would be the code for this in CS3 ?

    Posted 3 months ago

    atdf

    Have you found an answer to your problem with the 1151:A conflict exists with the definition amountLoaded in namespace internal?

    I am having the same issue and cannot figure it out.

    Thanks

    Posted 3 months ago

    morganpalmedo,

    no i haven’t found an answer, am still hoping the creator will help us out!

    Posted 2 months ago

    It´s not working for me…

    I copied the movie clip file on to the first frame of the as3 file. I also added a stop(); action as well on the first frame. I have a website which is whole done in actionscript 3. So I copied the preloader file onto the stage and then I added an UILoader which should load the index.swf file. But flash can´t do this. It contains an error:

    “1151: A conflict exists with definition amountLoaded in namespace internal”

    What I should try next?

    Posted 2 days ago