Anybody have an ideas? I am having a little trouble diagnosing a problem. Here is the deal:
- main.swf importing custom document class
- within the document class i am importing a mp3 player swf which has it’s own custom document class.
- all variables and functions are private except for the constructor
- the mp3 players reads from an xml file and all swfs and xml files are in the root folder
- the xml files are actually php, which makes it a little tricky to diagnose
- firebug net panel reveals that the mp3.swf is loaded, but not the xml for it
- 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.