[LEFT][COLOR=#333333][FONT=adobe clean]I need to find out what would be a proper approach to resolve my logistic problem.
My website is broken into labeled sections.
One section is named “ApplicationsPopUps” - it has an image thumbnails scrolling bar at the bottom and an SWFLoader in the middle of the screen. I can click on any of the thumbnails and a new image would be loaded into SWFLoader.
I would like to add/expand to this funcionality. There is another section on my timeline named “Applications”, and it has a collage of images animating into a position on the screen. Each image acts as a button. User can click on the image and be transferred into previoiusly described section labeled “ApplicationsPopUps”.
The problem is that this section(“ApplicationsPopUps”) by default opens with the first image loaded from xml file. I need it to be that specific image which a user clicked on the collage in the previous section labeled “Applications”.
Images are not the same. They represent the same thing, but small thumbnail images are square formatted jpg files (as I was not able to figure out the math to make them different lenghts with the same heights). They bring up bigger SWF files as these files have their own animation and additional buttons. Collage images are jpg files in a rectangular various shapes (not square as thumbnail images)
For visual reference please visit 888acolyte.com, go to “applications” and click on any of the images it will bring you to a section with a bigger image for that application. In that section you will be able to navigate from image to image.
This is an old version, which is accomplished by making a separated labeled section for each image.
Can it be resolved via code or I need to build additional labeled sections for each image to be loaded as before?
Just in case here a link to my code (named “Loader Coding”): http://pastebin.com/pWViE2U2
There is a package file named Slide.as. Here is a link to its code: (named “Slide as”): http://pastebin.com/m0MHT0Mi
[/FONT][/COLOR][/LEFT]