Free FlashDen file of the month. Click here to download.
Search  

PRELOADER WITH REFLECTION

HomeBrowse CategoriesPreloadersPercentage 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
  • Flashden Portfolio

    Opens with Flash 8, CS3 , CS4. Actionscript 2.0

    Templates

    Page Flip Books

    MP3 Players

    Preloaders

    FLV Players

    Slideshows

    Misc Utilities

    Opens with Flash CS3 , CS4. Actionscript 3.0

    Preloaders



    Graphic River Portfolio

    Backgrounds

    Red Satin 5 Pack Backgrounds Nebula Background Lightwaves Futuristic Background 4 Pack Abstract Backgrounds

    Posted about 1 year ago

    ITEM DISCUSSION

    Show Comments By

    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 about 1 year 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 about 1 year 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 about 1 year 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 about 1 year 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 about 1 year 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 about 1 year ago

    Very nice,i like it allot.

    Posted about 1 year ago

    Thank you for your fantastic work

    Posted about 1 year 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 about 1 year ago

    What would be the code for this in CS3 ?

    Posted about 1 year ago

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

    Posted about 1 year 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 about 1 year ago

    morganpalmedo,

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

    Posted about 1 year 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 10 months ago

    This file is AS2

    Posted 8 months ago