A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: I need a li'l help around here

  1. #1
    Junior Member
    Join Date
    Jul 2000
    Posts
    2

    I make a movie for a site, and in this movie (entrada.swf) I load a 6 diferent movie clips (cuadro1.swf,...., cuadro6.swf) and a sound.swf for the background loop sond.

    but the 6 movies take a while to be loaded, and the initial movie starts to be played whitout the 3 trhu 6 movies, and the final efect of the movie can't be reached.

    my question is: How I can do, (o what kind of script i can use), to make this not happend?

    how I have to load the movies?

    I make this, 'cause the conections in country are a pretty slow, and I dont like to use a large animation



    the movie's url: http://www.sonoradenoche.com/entrada.html

    thanks for your time...

  2. #2
    Member
    Join Date
    Jul 2000
    Posts
    34
    If you use a preloader you can wait untill everything has loaded before play begins. This should help out the problem of the not loaded movie clips. ALthough people will have to wait for awhile, until the complete loading ends.

    For a tutorial on preloaders check the tutorials section on this site or other major flash sites, good luck.

  3. #3
    Junior Member
    Join Date
    Jul 2000
    Posts
    2

    yeah, i use a preloader, but doesnt work


    o maybe I make the preloader in the wrong way...


    I use this at frame 1:

    If (_framesloaded >= _totalframes)
    Go to and Play (Scene 1, "start")
    Else
    Play
    End If


    and in frame 5 :
    Go to and Play (1)

    while a animated "loadind.." its working...


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