at first glance, look at this line of code:

_root.vCover.v_text.text = _global.video_array[0]);

you have a ) in there that you dont need...that'd be my first guess..it should read:

_root.vCover.v_text.text = _global.video_array[0];