basically i have this:
var services_overview:String;
var services_vidpro:String;
var services_vidpostpro:String;
var services_webint:String;
var services_print:String;
var services_audio:String;
var services_array:Array = new Array(services_overview, services_vidpro, services_vidpostpro, services_webint, services_print, services_audio);
though this is not working for me… how would i populate the array with variables?