hello...
i have a problem in my script
makes the images not appears ... and i want to get these data from
data base as .. images/team.jpg in a variable in my Flash
here is the ended code i stopped throw....
IN FLASH
var theXML:XML = new XML();
theXML.ignoreWhite = true;
theXML.onLoad = function() {
var nodes = this.firstChild.childNodes;
for(i=0;i<nodes.length;i++) {
txData.text+=nodes[i].firstChild.nodeValue
//trace (nodes[0]);
}
trace ("images/" + nodes[0].firstChild.nodeValue);
var m = "images/" + nodes[0].firstChild.nodeValue;
trace (m);
this.loadMovie(m);
//this.loadMovie("images/" + nodes[1].firstChild.nodeValue);
}
theXML.load("http://localhost/flash_database/products.php");
//var m:String = "images/temple.jpg";