AS2: Book-marks and Arrays

I am making a small book-marking function that works by every frame having a global variable of the page title, when that page is selected I need that global variable to be added to an array that can then be accessed anywhere.

My main question is - is it possible to display values stored in an array in a list component?