Flash Preloader Needed?

Discussion in 'Graphics & Multimedia' started by Aeros88, Nov 21, 2010.

  1. #1
    I have some flash files that wont load on the website until the browser is refreshed. Same for every browser. Research indicates possibly needing a pre-loader for the flash file, but I'm not exactly sure what script I'm looking for.

    Any help would be appreciated. http://udornthara.com

    File is 384KB, 4 images, 8 shapes, 7 frames (of which 0-6 are 'loading...') and 4 scripts:

    // Action script...



    // [Action in Frame 3]
    bar._xscale = 1;



    // [Action in Frame 5]
    bar._xscale = 100 / getBytesTotal() * getBytesLoaded();
    _root.display = math.floor(100 / getBytesTotal() * getBytesLoaded());
    if (_framesloaded == _totalframes)
    {
    play ();
    }
    else
    {
    setProperty("", _currentframe, --_currentframe);
    setProperty("", _currentframe, _currentframe);
    setProperty("", _currentframe, --_currentframe);
    gotoAndPlay(_currentframe);
    } // end else if



    // [Action in Frame 6]
    gotoAndPlay(7);



    // [Action in Frame 7]
    stop ();
     
    Aeros88, Nov 21, 2010 IP
  2. PatratzelMov

    PatratzelMov Member

    Messages:
    96
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    26
  3. Aeros88

    Aeros88 Greenhorn

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    thanks very much. can you see if my current scripts call a preloader?

    it file has 7 frames, 6 are 'preloader' images (loading...), but don't have the same scripts as the video
     
    Aeros88, Nov 22, 2010 IP
  4. singhbadshah

    singhbadshah Member

    Messages:
    131
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #4
    you shuld take help from sunmicrosystem's website
     
    singhbadshah, Nov 22, 2010 IP
  5. PatratzelMov

    PatratzelMov Member

    Messages:
    96
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    26
    #5
    PatratzelMov, Nov 22, 2010 IP
  6. Deliwasista

    Deliwasista Member

    Messages:
    35
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #6
    Deliwasista, Nov 24, 2010 IP
  7. PatratzelMov

    PatratzelMov Member

    Messages:
    96
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    26
    #7
    PatratzelMov, Nov 24, 2010 IP
  8. nellee

    nellee Peon

    Messages:
    121
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Or you can make preloader with flash again to try
     
    nellee, Nov 24, 2010 IP
  9. Aeros88

    Aeros88 Greenhorn

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #9
    PatratzelMov,

    Thankyou very much. The site has a separate flash banner for each page (diff images), I should be able to copy the action scripts from your corrected file and fix the whole site problem.

    Appreciate your help...
     
    Aeros88, Nov 24, 2010 IP
  10. abhilasha

    abhilasha Peon

    Messages:
    70
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    If you are still in need of it , i can give you lots of preloader, send me pm if you want it
     
    abhilasha, Nov 24, 2010 IP