I would like to know how to make the mouseover like in the image in this website http://www.myweddingfavors.com/ . If you hover your mouse on the titles to the right of the main pic it changes to the title pic, then if you click on it it takes you to the site. Really cool and first class layout. I tried to reverse engineer but can't do it. What do you think?
It's essentially a disjointed CSS rollover. I suggest paying a visit to www.pmob.co.uk and then Google for a tutorial on how to make them.
You will find plenty of templates included with the Flash developer program. Whether your up for the task is another question. Cheers!
This is actually an inappropriate use for Flash. Flash is a rich multimedia application, not a Web design program. Instead of using it to build your Web site or add cutsey effects that can be done with HTML, CSS, JavaScript and the DOM, you should use it to create multimedia that can enhance the Web site in its own, more appropriate, way.
I'd also like to add that you can do the same in JavaScript and extend the transition even further (like make the images fade in instead of just popping up). An easy way to do this is just to download the jQuery library and use their built in effect functions.