A Flash Developer Resource Site

+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Senior Member
    Join Date
    Feb 2001
    Posts
    143

    resolved

    I'm working on a site for a funeral home. For the intro I'm loading an external movie with a text effect. Can I set the preloader to wait for the external movie (swf) to load? So far, it doesn't load until it get's to Scene1 Frame One and then it lags behind.

    Thanks for any help...

  2. #2

    preloader

    I am also wondering about preloaders - you seem to at least know something about them. can or did you find anything out? I am wanting to do a preloader for an internal "web site" presentation. I don't understand how to preload while the real movie is loading.

  3. #3
    N' then I might just
    Jump back on
    An' ride
    Like a cowboy
    Into the dawn
    ........To Montana.
    david petley's Avatar
    Join Date
    Jun 2000
    Location
    not in Montana ™
    Posts
    10,192
    I hope this PreLoader Question is a dumb one so you guys will know the answer.
    ok question, but not the right place to ask, am moving to general help forum.
    cheers,
    david p.


  4. #4
    Senior Member
    Join Date
    Aug 2000
    Posts
    2,235
    Frame1.

    load movie(swf,1)

    frame 2.
    If (done eq "true")
    go to and Play("start")

    frame 3.
    go to and Play (2)

    last frame of swf on level1
    Begin tell target ("_level0")
    set variable: "done" = "true"
    End tell target

    ~ mgb

  5. #5
    Junior Member
    Join Date
    Feb 2001
    Posts
    12

    Cool

    Originally posted by mgb
    Frame1.

    load movie(swf,1)

    frame 2.
    If (done eq "true")
    go to and Play("start")

    frame 3.
    go to and Play (2)

    last frame of swf on level1
    Begin tell target ("_level0")
    set variable: "done" = "true"
    End tell target

    ~ mgb
    I am trying to preload some external swfx content so that the main movie doesnt just skip past when viewing on a modem...

    Flash couldnt recognise the syntax above! (even with ;s added..!)
    Also does level1 just mean the first level in the timeline?

    Any help muchly appreciated!!

    yoplait

  6. #6
    Senior Member
    Join Date
    Aug 2000
    Posts
    2,235
    Sorry that was shorthand;

    Load Movie ("yourmovie.swf",1)

  7. #7
    Junior Member
    Join Date
    Feb 2001
    Posts
    12

    Preload External .swf from SWFX or Swish

    Originally posted by mgb
    Sorry that was shorthand;

    Load Movie ("yourmovie.swf",1)
    Thanks, I figured that part out..!

    Does it work for SWFX-exported .swf files where you cant add actionscript? (ie is it possible to preload external .swf files using only actionscript in the main .swf?)

    Thx in advance

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