I was wondering is it possible to load an image from xml into a dynamic text field?
Ok basically it's this:
object = MCMovie.createTextField("Image"+i, intFieldUId, 15, 45+ (110*i), 70, 70);
object.text = scorer.childNodes[0].childNodes[1].childNodes[0].childNodes[i].childNodes[0].firstChild;
That fetches the string from the xml file, but i want it to display it as an image.
Edited by Takatoshi, 30 May 2006 - 10:01 AM.
