text box is on top of all layers
it is not displaying text when loading from xml
i put a textBox in a MC. this mc is loads dynamically with attachmovie
curr_item.pname = myxmldata; //text variable. in MC
curr_name.productName.text = myxmldata
// text instance name(productName)
if i trace… myxmlData it is showing the text what i want… but not in the
text box what is the problem… is there any z-index in flash…or
bring to front like that help me