A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: loading multiple xml files simultaneously

  1. #1
    Junior Member
    Join Date
    Mar 2002
    Posts
    6

    Unhappy

    SETUP:
    I have 5 individual swf files each pulling in XML data. They are basically flash slides. My projector file pulls these slides in and views them as thumbnails.

    PROBLEM:
    When loading, each of these slides is trying to pull in its XML data at the same time. This creates a problem. Only the first slide receives its data. I believe the problem resides in that Flash ignores the other XML loads once the first has been loaded.

    QUESTION:
    Is there a way I can have the other files pause their XML.load sequence until the first has received its data properly? (a kind of error checker)

    Thank you in advance,
    Rob

  2. #2
    Senior Member
    Join Date
    Feb 2001
    Location
    Provo, Utah
    Posts
    1,112

    Uhh...

    Include the load method of the next object in the last objects onLoad event handler....

    If that doesn't make sense - let me know.

  3. #3
    Junior Member
    Join Date
    Mar 2002
    Posts
    6
    Actually I just decided to create an engine that handles any number of XML loads. Thanks for the input though.

    Rob

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