Results 1 to 4 of 4

Thread: moviecliploader the multiple swfs unable to load

  1. #1
    Join Date
    Apr 2009
    Posts
    89

    moviecliploader the multiple swfs unable to load

    I am having .swf that loads multiple .swf basically am using this to load the multiple moviclip but it seems that it takes very long time to execute and because of which unable to measure the movieclips build there.. I think its because the .swf that im loading that loads other swf's into it isn't done loading.

  2. #2
    Join Date
    Oct 2008
    Posts
    180

    Re: moviecliploader the multiple swfs unable to load

    It's just a matter of how you call the appropriate actions. The process is the same, you just have to make sure you're loading MCs into the same container.loading clip may not be better in this instance since you need to pull multiple objects.If you're calling actions from the main timeline of the embedded SWF, using this._parent should point you towards the MC into which the embedded SWF is loaded.

  3. #3
    Join Date
    Jan 2009
    Posts
    143

    Re: moviecliploader the multiple swfs unable to load

    I am suggesting about the sync because of which I really meant was for all of the 'child' swf's to collectively appear at the same time as oppose to just appearing when they individually finish loading. I think after some scouring of this forum and others I have almost cracked it so that I now have a preloader and the elements in there respective layer.

  4. #4
    Join Date
    Jan 2009
    Posts
    99

    Re: moviecliploader the multiple swfs unable to load

    I will suggest you the following code which i have used in my own development which allows me to develop the multiloading the images, i want you to also load the same to your actual programing.

    Code:
    next_cms_overview.onRelease = function () 
    {
      level0.holder.loadMovie("about_us.swf");
    }

Similar Threads

  1. Unable to load Darkspore
    By Ikhyd in forum Video Games
    Replies: 5
    Last Post: 28-04-2011, 10:29 AM
  2. Unable to load user profile in multiple accounts
    By Operatorr in forum Operating Systems
    Replies: 5
    Last Post: 28-12-2010, 07:55 PM
  3. Replies: 5
    Last Post: 05-11-2010, 06:09 AM
  4. SQLBoot.dll unable to load
    By Chitesh in forum Small Business Server
    Replies: 2
    Last Post: 18-11-2009, 08:08 PM
  5. Unable to load DLL
    By Gluteus in forum Operating Systems
    Replies: 2
    Last Post: 28-08-2008, 07:48 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,291,655.35494 seconds with 17 queries