Originally posted by djohnsto77
I think the Flash part is probably pretty easy.
First you need to use a program like that MacOSaiX one I posted to create a bunch of mosaic images, then use it again to make mosaics of the same
mosaic images out of the mosaics.
Then you just put it all together in flash so you can zoom in recursively.
In my opinion Flash is one of the most difficult "languages" (maybe not the language, just the environment). But then again it may be because I use
Macromedia Flash 8, which is everything but user friendly.
Anyway, the cool thing about the Web is, you'll always find something you want to do, that was done by someone else...
Free Zoom Project
This is a little flash project (you'll probably need something like Macromedia Flash to open it) which Zooms pictures. You'll have to make a couple
of small changes which doesn't really involve programming. So this is what you do:
1. Create an endless "array" of photo collages using either CS3, MacOSaiX as suggested by djohnsto77, or any other software you prefer.
2. Change the pictures in the sample project with your own, and add the extra ones.
3. Make sure there are as many Panels as you have pictures.
4. This is the tricky part: I suggest you create a "bullets" line for each panel (i.e. each picture). And it has to be the size of the
picture-inside-the picture... This is kinda difficult to explain in words..
There are easier ways, but that would involve complex program
arrays, which I won't be able to explain right now. Anyway... So you create a "bullet grid" for the clickable area (i.e. the area you want to
zoom). BUT the difference is you can't have bullets or any visible "buttons" which means that either your pictures will have to be broken up in
smaller parts with on-click actions/events, OR you'll have to create "invisible" buttons/objects with on-click actions.
5. Now you have to wrap it up. Where the example has a clear beginning and end, you'll have to create a complex "grid" of links. I.e. where the
example says "If you click on bullet 1, then zoom to picture 2". And your options are just 1 to 5. Nothing difficult there. Where yours will say
"If you click on this section of picture 1, then goto picture 2. If you click on this section of picture 2 goto picture 9... And so on, which means
that picture 68 can possibly link back to picture 1, thus completing the circle. As I said, it would be much easier if you could do it in an array,
but I'm not going to assume that you have a certain level of programming skills.
Well, that's how I would do it. Perhaps someone else can suggest an easier way, because looking back, mine looks way to complex.