A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [F8] LoadClip

  1. #1
    Senior Member
    Join Date
    May 2001
    Posts
    100

    [F8] LoadClip

    Is it possible to load multiple swf files into one empty movie clip on different depths then be able to switch between those depths. If so, can someone help me with the code?

    Thanks,
    ~SC
    sgekko

  2. #2
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    No
    each clip must be loaded into individual movieclip targets or levels

    aClip.loadMovie("a.swf");
    bClip.loadMovie("b.swf"); // movieclips

    loadMovieNum("c.swf", 5);
    loadMovieNum("d.swf", 10); // levels

  3. #3
    Senior Member
    Join Date
    May 2001
    Posts
    100
    Ok. I am out of ideas so I am begging for some direction. Here is what I have. I am building postcard editor. Basically, I load two images. One into front_mc and and one into back_mc. Then I switch between the two images with a button by setting the mc._visible to true or false. Now, I want to load some predefined textfields on top of the images so the user can just fill in the blanks. I need to show the front textfields on the front and the back textfields on the back. Then I need to send all the textfield values out to a processing page. The area that I am having a problem with is showing the textfields on their proper sides. Any help would be very appreciated.

    Thanks Again,
    ~SC
    sgekko

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