Online mix and match

Hey guys… I have a client that is looking for the ability to take a door housing as an image and have several selectable objects along the side. As a basic dependency selection menu, with each selection a masked piece is added to the image to show the different styles and features available.

Now, I can do this is javascript but was hoping to try it in flash. Does anyone have an example or tutorial that involves dynamically adding fratures to an image layout?

Door : click on door molding, it appears over door. Click on bronze doorknob and it appears as well. etc…

Thanks a mil and I appreciate any replies.

(Been moving and relocating these last few weeks so if nayones emailed me in the last month I apologize for not returning.)

I got an idea. Why not put emptyMovieClips where you want the stuff to show up and make the items on the side into buttons that will dynamically load in jpegs into the emptyMovieClips. Here’s directions:
http://www.kirupa.com/developer/mx/loading.htm
Hope that helps!