Flash MX
Flash MX
- Started
- Last post
- 7 Responses
- tracyC
How do you create a loading page for the begining of a flash website?
- ********0
this should cover your need!
- tracyC0
the site is showing up in gibberish
- jpea0
sounds like something on your end that's causing it.
looks good from here.
- jkosoy0
simple loader for you.
//----------
// frame 1:blank
//---------
// frame 2:var percent = Math.round(_level0.getBytesLoade... * 10;
if(percent > 99)
{
gotoAndPlay(4);
}
else
{
loadbar_movieclip._xscale = percent;
play();
}
//--------
// frame 3:
gotoAndPlay(2);
//---------
// frame 4:
// start your movie here.
- jkosoy0
_x scale should be _xscale. one word. sorry. :)
- ********0
how do you create a homepage for a website?
- cucumbrrr0
lol