here a simple problem I have movieClip in the library, with a dynamic text field. I set the linkage of the movie clip and set the character options for fonts. I use this code and I can't get the text field to populate.
trace("name "+_global.video_array[0]); shows Bob Joyce in out put field which is correct, why doesn't work?![]()
Code:_root.attachMovie("Video_cover", "vCover", getNextHighestDepth()); _root.vCover._x = 264; _root.vCover._y = 378; trace("name "+_global.video_array[0]); _root.vCover.v_text.text = _global.video_array[0]); _root.vCover.v_text.autoSize = true;


Reply With Quote