A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Limmit the number of external Load connections

  1. #1
    Member
    Join Date
    Apr 2001
    Location
    Cape Town
    Posts
    99

    Limmit the number of external Load connections

    I am loading a couple of small swfs into an application. I am using XML to position these swfs. Problem is that as I am running through a loop there is no way to check which has completed loading first. I need to set the max external load connection to one, so that each swf loads one a t a time to enable the correct positioning of each swf.

    Any ideas?

  2. #2
    Senior Member
    Join Date
    Nov 2001
    Posts
    1,145
    Yes you should control the loading. You can load more than one at a time if they're big files but keep it to just a few loading at once. If the files are under 200k or so, load them one at a time.

    Use Loader. There are plenty of tutorials on how to monitor loading.

    http://www.republicofcode.com/tutori...ash/as3loader/

  3. #3
    Member
    Join Date
    Apr 2001
    Location
    Cape Town
    Posts
    99

    LoaderMax

    Thanks for the link. I came across LoaderMax and is using that now to load the external swf. Great package with lots of functionality.

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