Ok, so I’ve made a nice XMLactions class to work simultaneously with my actions.php file. Anyhow, that doesn’t really matter, my problem is this. I have “run.fla” in folder “AS3” and in “AS3” is “classes/load/xml/XMLactions.as”.
My problem is this, I have
import classes.load.xml.*;
var myMYSQLdatabase:XMLactions = new XMLactions("...");
The XMLaction.as has the package XMLactions, and the class XMLactions. But when I run “run.fla” I get the run time error “The name of package “XMLactions” does not reflect the location of this file.” So, my question is, how do I fix this. I’ve looked through the help, and such, and it doesn’t really say anything about this, and I know someone here will know the answer right off the top of their head.