Preloader doesnt show up, urgent

Hi

My preloader doesn’t show up until it reaches 25%, sometimes it doesnt show up at all until 100%.
I’m not using linkage or something like that. I have searched Kirupa, but I couldn’t find what I’m looking for. I know there’s a code out there, because somebody from Kirupa gave me years ago, but I lost it.

All I need to have seperate files. The preloader and The website.

Please… any ideas?? or if you could share your code (fla) I would be very grateful

Ivan

Are you using components, attaching sounds?
Post your fla.

Claudio,

I can’t, because the fla itself contains around 1.5 megs, and I’m on dial up. You can go here though… http://www.bladerunner.nl

I’m not using linkage nor attaching any sounds.

It gives me a pain.

Help

Showed up normal here… :-\

ah really claudio?

Yep

do you know how to create a separate preloader movie Claudio? it would be great if you could send me the fla…

by the way I’ve mentioned earlier that I have a preloader that works like a charm on any ocassion, but I lost it, but I remembered that I once saved some part of the action scripts on notepad. This was done not by me.

anyway the code is somehting like this:

this.reelmc._visible = false;
this.loadbar._visible = false;
percent_display = "";
this.createEmptyMovieClip("container", 10);
container.loadMovie("togarashi.swf");
this.onEnterFrame = function  () {
    percent = (this.container.getBytesLoaded() / this.container.getBytesTotal()) * 100;
    if (!isNan(percent)) {
        if (percent == 0) {
            percent_display = "";
        } else {
            percent_display = Math.ceil(percent) + "%";
         }
        this.loadbar._visible = true;
        this.loadbar._xscale = percent;
        if (percent > 1) {
            this.reelmc._visible = true;
        }
        container.stop();
    } else {
     }
    if (percent == 100) {
        delete this.onEnterFrame;
        this.reelmc._visible = true;
        percent_display = "";

If you do have the fla, could you send me Claudio??
Thanks alot

Try using lostinbeta’s preloader tutorial. Works like a charm.

hey 350, where the hell’s togarashi?

Hmmm your preloader and mc works properly hah besides nice site !!!:wink: