I have the whole thing working... http://www.teamdigital.com/main.swf

(warning: wallpaper not optimized so try to avoid loading the 'heaven' and 'splash' wallpapers unless you want to load another 100k. The 'emergency' wallpaper is only 11k)

The buttons work...move to the next entry. I can go forward and backwards. I can jump to the last or first entry.

What I need to do now is to simply load the newest entry which has already been loaded in an array...strFilename[1]

So I try to set the variable (same way I set it inside the next and previous buttons):

varFilename = strFilename[1]

The problem is that I get a blank field. If I put it in quotes(just for testing0: varFilename = "strFilename" I get the correct response 'strFilename[1]'. When I remove the quotes I just get a blank.

any suggestions?