A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: breaking up is hard to do.

  1. #1
    Member
    Join Date
    Aug 2001
    Posts
    71

    breaking up is hard to do.

    Afternoon!!!

    Got some questions for you guys and was hoping you'd help.

    I've done some searches on the boards and I think I'm choosing the wrong words.

    Also its basic stuff, I think.

    Right I'm doing my web site entirely in Flash, so in order not have the entire site load, I just want to load the relevant movies as needed.
    Each with their own preloader if need be.

    Now I need to know how this is done. How to I tell the movie where to load? What is the action script for this?

    thanks guys!
    Keep well!

  2. #2
    No I can't do it by tommorow.. 1stbite's Avatar
    Join Date
    Feb 2003
    Location
    UK
    Posts
    1,300
    try this:

    create an empty movieClip and add it to your canvas, then use the

    loadMovie("url",level/target[, variables])

    and

    myMovieClip.unloadMovie()

    to put new MC's in the empty clip and remove them.
    and in a blink of an eye...
    Media and Multimedia Courses in Nottingham - First Diploma | IMedia | HND | Foundation Degrees | BA(Hons) Top Ups.

    Give a Twit a chance!

  3. #3
    Member
    Join Date
    Aug 2001
    Posts
    71
    I'll try that.

    thanks

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