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];
|
Results 1 to 3 of 3
Thread: this is driving me crazyThreaded View
|
Click Here to Expand Forum to Full Width |