About Claudio's Preloader and Transition for Dynamic Files

Nice Tutorial, just wonderin, how do you put a percentage loading bar during the loading process…thanks…

at the beginning of the scene I would expect :slight_smile:

Actually that was more complicated than i thought. I tried adding a simple loadbar, similar to the one in lostinbeta’s tutorial. But for some odd reason the loadbar was behaving very weird.
Check this link, see if it works.
here

I mean when the shutter closes down, when an external is loaded I want a percentage loading bar to be seen rather than a a blinking loading text …

I just want the script dude,

this is in the tutorial that claudio made

onClipEvent (enterFrame) {
if (!loaded && this._url != _root._url) {
if (this.getBytesLoaded() == this.getBytesTotal()) {
loaded = true;
_root.transition.gotoAndPlay(“opening”);
}
}
}

its working fine!!! what script did you add

Hmmm wait ill post a fla…
let me find t first

I appreciate it

I think thats the file…

Thanks:beam:

by the way here’s the site that I’m working on, the transition script is based on your tutorial…this is still in beta, some of the pics there are way ugly, its only to fill up the space

http://www.247x.com

thanks again

You’re welcome :slight_smile:
And keep up hte good work :wink:

*Originally posted by Michael_Knight *
**Thanks:beam:

by the way here’s the site that I’m working on, the transition script is based on your tutorial…this is still in beta, some of the pics there are way ugly, its only to fill up the space

http://www.247x.com

thanks again **

umm… I’m on 1280x1024 and your site scrolls like a mofo horizantially. You might wanna fix that.

yeah, im on 1600 X1200 and it still has scroll bars
maybe try using a %?
i cant even imagine how big it is on 800x600!!!
other than that, great design!

well…yeah…that’s my other problem, i already put a script on the html disabling the side scroll bar, on other pc’s its working purty fine but on others it doesn’t…

:-\