Help

Does anyone know how to create something like this: www.rcarecords.com, then click on artists (the scrolling menu).

I want it so when you click on the image, it will show a larger image on the left, just like theirs.

Any help would be very helpful!

Thanks!

Michael
www.twofortap.com

That’s a dead link…

Sorry, http://www.rcarecords.com/

Thanks!

i can’t actually see hte larger image? i can only see the scrolling for some reason? well anyways you would use attachMovie to do the larger image i think…

Oh, okay. The Flash movie is directing a javascript in HTML to load in a different jpg when you select one from Flash. The javascript is called swapArtist(). I learned this by viewing the source file of that webpage. However…If I were to do that site, I would make the whole thing in Flash. I would have the scrolling pictures
(see the infinate menu tutorial here).

Then I would load in a different jpg into an empty movieClip. You can learn to dynamically load jpgs here:
http://www.kirupa.com/developer/mx/loading.htm

Hope that helps!