Results 1 to 2 of 2

Thread: Preloader doesn't work on the Net

  1. #1
    Join Date
    Nov 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Preloader doesn't work on the Net

    I'm a beginner in Flash.
    I made a web site that has a main swf which loads a bunch of swfs into empty Mcs that are in it.
    in these external swfs I loaded flv's and animations.

    problem:
    exporting in Flash works Perfect(!) but wont work on the net:
    the first time I load the site it shows a blank frame for a long time,
    then, it starts loading from 40%. after it's finished, some of the
    swf's that are supposed to be loaded are missing!

    I saw the gotoandlearn() Advanced Flash Preloader - and realized that this might be my problem - the bandwidth profiler shows that my first frame is extremely large but following the tutorial didn't help to reduce it.

    so my questions:
    are there other ways to reduce the size of the first frame which are not shown in the tutorial?
    and also, what might cause some of the swf's not to load?

    Thanks in advance!

    Floppy

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Without file or site link we can only speculate. You can make a preloader before frame1 (the large one) basically make the 2 frame preloader and move the entire movie down 2 frames.

    You can load the spikes, preload from another page... lots of options.

    As for the missing swf's make sure the AS is calling them correctly, and that they are in the same directory as the loading swf.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

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