Preloader Problems: Newbie

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 031179
    New Member
    • Oct 2006
    • 1

    Preloader Problems: Newbie

    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
  • Reena83
    New Member
    • Sep 2006
    • 32

    #2
    Originally posted by 031179
    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

    You might want to try these links:

    Mix-FX is a web animation tool created by Triple W Communications. The platform allows you to download the tool for free and provides a database of legal PDF forms.




    I did use samples from a site previously but can not remember at the moment, If I find it anytime soon will let you know.

    Good luck
    Last edited by RedSon; Dec 12 '07, 04:03 PM.

    Comment

    Working...