A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [CS3] How to do that?

  1. #1
    Member
    Join Date
    Oct 2007
    Posts
    31

    [CS3] How to do that?

    Hi

    I need help about best way to load a flash animation. The situation is that I am preparing a flash header animation which will have two movie clips. The header itself will only have a simple bordered background (checkerboard) of 575x200px file. I want the background to appear while the the two movie clips that have animation, show up later on. I want to know where exactly the preloaders should go? In movie clips or in the main header. If I put the preloader in the main header, the background won't appear until the full movie loads. Whereas if I put the preloader in movie clips, will the background of main file show up first, showing two different preloaders loading the two movie clips?

    Thanx
    Max

  2. #2
    Developing For Dunkets mneil's Avatar
    Join Date
    Mar 2007
    Location
    Lincoln City
    Posts
    2,156
    Depends on how you structure the preloader. You can put the preloader in the main file and still allow the background to show while you load the two clips. Probably the better way to do it. If you put the preloader on frame 1, and the background too, then both will show up when the first frame of the main movie is loaded. Use the preloader then to load in the mc's that reside on another frame like frame 2.
    http://code.mneilsworld.com/
    Text Effects | Bubbles | Dynamic Resize
    4 weeks , 20 papers ... thats 2 dollars .....Caassshhh!

  3. #3
    Member
    Join Date
    Oct 2007
    Posts
    31
    Thanx for the suggestion mneil. This looks the best way to do that

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