Flash 8 XML or Actionscript Problem

I’m on the last step of a project and need this last thing fixed…

I have XML text loading to a content section for each page of this flash site, and I have a photo gallery that loads images dynamically. When the gallery works properly, my content text doesn’t show up. I can get it to show by going into the photo gallery library item called mc_set (Photo Gallery - files - movie clips - mc_set) and removing the contents of the “border” layer which has an instance of mc_hover in it. I think it’s the action script of the mc_hover that’s causing my problems but I could be wrong. Here’s a link to my whole project… http://www.fourmileroad.ca/Archive.zip

  1. I need to keep the gallery working as it is now with the borders, shadows and “view image” on the thumbs but I also need my content text to show up as it does when you delete that layer I mentioned.

  2. I’d also like to make the thumbs appear and disappear with a button click or something else because they don’t always respond to just the over and out of the mouse which is confusing to a user trying to make it through the gallery… any suggestions on what code to switch? Maybe it’s just an onOver that I could change to an onRelease?

Thanks