A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: My preloader is jacked.

  1. #1
    Junior Member
    Join Date
    Nov 2001
    Posts
    5

    Thumbs down

    put up a flash intro on a web page; however, it is really screwed up. I put the basic preloader on it, but it's not working. You have to uncheck "Play" before you see the preloader, then it doesn't even load. Any ideas how to remedy this? You can view it at http://www.altaregomusic.com.

    Here's the action scripts I used:
    in the first frame:
    ifFrameLoaded (305){ gotoAndPlay (3); }

    in the second frame:
    gotoAndPlay (1);

    The third frame is the actual start of the movie. Thanks for any help all you cool people have to offer.

  2. #2
    Flashbuzzer eastb's Avatar
    Join Date
    Oct 2001
    Posts
    274

    it seems like your movie is in an endless loop.
    Maybe your If statement isn't right?

  3. #3
    Owner of the ™ thread tublu's Avatar
    Join Date
    Nov 2000
    Posts
    2,430
    try this
    Code:
    if(_framesloaded==11) { gotoAndPlay (11); } else { gotoAndPlay (1); }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center