Hi all, having a little problem at this page:
http://newmedia.rit.edu/allclasses/did_2005/students/sweeney/project2/index.php
I have an XML file that loads values into several comboBox components (I use a for loop to check how many ‘question’ xml nodes I have, then add a description textbox and a component that has values determined in the xml file.
If you go to the page, these values don’t show up. When you click the combo box component, nothing pops down (nor is any value displaying).
**BUT
**When I test the movie on my local machine, the values load in. The XML is all correct, but I can’t seem to figure out what’s going on. So I’m guessing that it’s not an actionscript problem, but more likely a permissions or security problem.
Anyone have any idea how to fix this problem?