Hi
I'm having lots of problems trying to apply a preloader to the following site:
I have tried different websites and tutorials but no luck. Presently the code stands at:
if (_root.getBytes Loaded() ==_root.getByte sTotal())
{**
_root.gotoAndPl ay(5);
}
but nothing. I have also tried:
if (_root.getBytes Loaded() ==_root.getByte sTotal())
{**
_root.gotoAndPl ay(5);
}
else
{
gotoAndPlay(1);
}
Nothing again.
I have set the animation on frame 1
the actionscript on frame 2
the site begins on frame 5.
Any advice much appreciated as chaos reigns at the mo.
Cheers
n
I'm having lots of problems trying to apply a preloader to the following site:
I have tried different websites and tutorials but no luck. Presently the code stands at:
if (_root.getBytes Loaded() ==_root.getByte sTotal())
{**
_root.gotoAndPl ay(5);
}
but nothing. I have also tried:
if (_root.getBytes Loaded() ==_root.getByte sTotal())
{**
_root.gotoAndPl ay(5);
}
else
{
gotoAndPlay(1);
}
Nothing again.
I have set the animation on frame 1
the actionscript on frame 2
the site begins on frame 5.
Any advice much appreciated as chaos reigns at the mo.
Cheers
n
Comment