Hi,
Could you help me with please, i 'd like to publish it with flash 7 or 8, what's wrong with this code :
catalog = new LoadVars()
// Load the vars from the external Php file
catalog.load("
http://localhost/data/site/select.php")
catalog.onLoad = function(success) {
object1 = catalog.getBytesTotal()
for(this.a=1;this.a<=catalog.total;this.a++){
// Create an array (ObjectN) for each object in the catalog
catalog["object"+this.a] = catalog["Oggetto"+(this.a)].split("|")
//Add into the combobox the names of the objects in the catalog
comboname.addItem(catalog["object"+this.a][0])
delete(this["Oggetto"+this.a])
}
}
thank's