A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Loading Stuff

  1. #1
    file not found Captain_404's Avatar
    Join Date
    Apr 2006
    Posts
    457

    Loading Stuff

    Ok, I have a site that I need to put a load bar w/ percentage in for.

    However, everytime I try something, it'll load the entire swf, then go to the loading screen (which is thoroughly useless at that point)

    So how do I make a loading screen that comes up immediatly and then shows the swf loading?

    the site (WARNING: it's like 12 meg or something)
    http://ian.janasnyder.com

  2. #2
    Senior Member
    Join Date
    Nov 2005
    Location
    dante's inferno
    Posts
    904
    Do you have a lot of things happening in your preloader, try to keep the graphics for that as simple as possible. I've had that problem where 75% of the loading is a blank screen, and the the loader shows up for the last 25% which looks like crap. so I keep the preloader as simple as possible, and that usuallly helps



    IMS

  3. #3
    Member
    Join Date
    Sep 2005
    Location
    Canberra, Australia
    Posts
    37
    Also, try cutting down your file size. I don't think I know anyone who is going to wait for a website to load 12 mb! That's HUGEEEE!

    If you have lots of large jpegs or something, load them into your movie when required. By that i mean, if a user clicks a little thumbnail or something, then it triggers a loadMovie() function which brings in your jpeg. On top of that, you could have your jpeg in a seperate swf already and whack a preloader on the jpeg movieclip so the user is always informed of what's going on.

    Banana Time...
    -- Actionscript will set you free --

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