Whoa that’s a long title. This is the source file zip for the “Featured Work” slideshow on my homepage. All the images (thumbs and fullsize) are pre-loaded with bulkloader, so there’s no delay as they transition between images. They are set to automatically play through, but will stop upon thumbnail click. All the data comes from a multi-dimensional array inside the fla, but could easily be externalized in xml. Enjoy!
I’m currently working on a pretty custom Wordpress site that needs a horizontal menu bar. The nav highlights on rollover and also depending on the current page. I found a number of examples online, but nothing very straightforward. So using a number of examples I found, here’s how I got it to work.
The nav looks like this:

You could probably do the whole thing in css if you have simple text for buttons. But in this case, the font is pretty custom to the client, so these had to be images. So here’s my process:
And that’s it! What’s great about it so far is that all the links are dynamic, so once I move the site from staging to live, the links will automatically work.