Importing swfs - problem

Anybody have an ideas? I am having a little trouble diagnosing a problem. Here is the deal:

  1. main.swf importing custom document class
  2. within the document class i am importing a mp3 player swf which has it’s own custom document class.
  3. all variables and functions are private except for the constructor
  4. the mp3 players reads from an xml file and all swfs and xml files are in the root folder
  5. the xml files are actually php, which makes it a little tricky to diagnose
  6. firebug net panel reveals that the mp3.swf is loaded, but not the xml for it
  7. i’m not seeing any other errors

The problem is that nothing is added to the stage in the main.swf but I know that the load function and the progress handler function are working (it get’s to 100%). it bottlenecks at the onload function. I’ll be working on it, but was hoping someone might by some chance have a quick answer. It should work as far as I know, but I’ve learned by the seat of my pants. I don’t have a good handle on some things.

Thanks for your help.

I’m posting while at work so I won’t have the opportunity to try anything soon.