A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: checking if movie is loaded

  1. #1
    Junior Member
    Join Date
    Feb 2001
    Posts
    1
    Hi
    I have a moview which loads up to 4 other movies on top of it. Once a second movie is loaded I tell the previously loaded movie to switch to a blank frame. when the user goes back to a previously loaded movie- how do I get Flash to NOT reload movie if it is already loaded? I want to tell target level to play movie again- I just don't want to reload.

    I am using Flash 5, and maybe I don't know the correct if/then statement.

    thanks for the help.
    csa

  2. #2
    Senior Member
    Join Date
    Jun 2000
    Posts
    1,180
    Hi..
    Target the level you want to play:

    on (release) {
    _level2.play();
    }

    Or

    on (release) {
    with (_level2) {
    play ();
    }
    }

    Hope this helps.

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