nope, its still not doing anything, iv put the whole get variables/duplicateMV/display script into a function on the root, when the movie first starts it playes this function and everything works
and when i delete i have this script:
// make a new object and get all needed vars
//
deldata = new loadvars();
deldata.id = id;
//
// refresh function
//
deldata.onload = function() {
for (c=0; c<=_root.mydata.total; c++) {
removeMovieClip("_root.holder"+c);
}
_root.loadnotes();
};
//
// run php script
//
deldata.sendAndLoad("delete.php", deldata, "POST"

;
stop();
loadnotes is the function,
its not working tho, it deletes the entry from the database but flash just goes on showing it.
I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!