Create a nice Flash photogallery with gridNavigation component
Today I'll show you a Flash component that you will find very useful for a photogallery or an interactive portfolio.
Remember that there are thousands of sites showing their best photos/works, and you must show your work in an interesting way if you want to get noticed.
Personally, I don't click anymore on the classic "click here to open the image in a popup". We are in 2008, and we are looking for something new.
That's why I am going to recommend you the gridNavigation component by Flashloaded.
The gridNavigation is a thumbnail based navigational system or a portfolio/photo gallery in a grid or pyramid style layout. The thumbnail content is clickable and zooms in to display the selected full size content while the other thumbnails are pushed aside. Content can be external images, animated SWFs or movie clips. Content can be added or changed directly in the Component Inspector, through ActionScript or using an external XML file.
Ok... that was a simple cut/paste. When I review something, I do a test drive.
Like all components, you can install gridNavigation with a double click on the .mxp file provided in the package.
There is not any manual in the zip file provided by Flashloaded but you can find an complete guide at this link.
Let's start our fancy example!
First, from the Components window, drag and drop the component on the stage and set its size as you like.

Then, you can just play with the parameters in the component inspector like in the other million galleries released in these years, or feed the component with an XML file (much, much better).
Let's see this XML
-
"1.0""utf-8"
-
-
-
Bottom Left
-
Images
-
Pyramid
-
-
99
-
77
-
-
-
450
-
350
-
-
linear
-
700
-
false
-
-
-
-
-
-
/images/grid02.jpg
-
-
-
-
-
-
/images/grid03.jpg
-
-
-
-
-
-
/images/grid04.jpg
-
-
-
-
-
-
/images/grid05.jpg
-
-
-
-
-
-
/images/grid06.jpg
-
-
-
-
-
-
/images/grid07.jpg
-
-
-
-
And this is the result.
I used only images, but you can use swf movies if you prefer. Thumbnails are generated on-the-fly if not specified in the XML
Moreover, you can define grid alignment (top right, top left, and so on), navigation mode (grid or pyramid, like in my example), number of rows and columns, thumbnails easing (you can choose among a wide number of easings), zoom speed and even more options.
But what makes my example different than the one you can find on Flashloaded site is the dynamic actionscript control of which thumbnail I just clicked on.
With this code
-
var listener = new Object();
-
listener.onOpen = function(event) {
-
switch (event.item) {
-
case _level0.grid.page_0_0 :
-
caption.text = "BallBalance";
-
break;
-
case _level0.grid.page_1_0 :
-
caption.text = "GuessNext";
-
break;
-
case _level0.grid.page_1_1 :
-
caption.text = "Glomb";
-
break;
-
case _level0.grid.page_2_0 :
-
caption.text = "TileBall";
-
break;
-
case _level0.grid.page_2_1 :
-
caption.text = "Christmas Couples";
-
break;
-
case _level0.grid.page_2_2 :
-
caption.text = "Circle Chain";
-
break;
-
}
-
};
-
grid.addEventListener("onOpen", listener.onOpen);
I can show you the name of the game I clicked in a text area.
Once you track which thumbnail you open, there are unlimited options... you are limited just by your imagination.
You can buy gridNavigation for $44.95, choosing if you prefer AS2 or AS3 version.
I think it's a valuable option if you are going to make a fancy gallery/portfolio, or maybe a game like Grid16...
They can be easily customized to meet the unique requirements of your project.
5 Responses to “Create a nice Flash photogallery with gridNavigation component”
Leave a Reply
Posts
- Rick Triqui: my first PlayCrafter game
- Prototype of a Flash game like Meeblings
- Games for the game developers!
- The art of debugging
- How to embed a text file in Flash
- Create a Flash game in minutes with PlayCrafter
- Upgrade your Flash CS4 to 10.0.2
- Play Mazeroll, my latest Box2D game
- Triqui MochiAds Arcade plugin for WordPress Released!!
- The MochiAds funnel
- Flash game creation tutorial - part 1
- Create a Lightbox effect only with CSS - no javascript needed
- Flash game creation tutorial - part 2
- Make a Flash game like Flash Element Tower Defense - Part 2
- Flash game creation tutorial - part 3
- Create a flash draw game like Line Rider or others - part 1
- Create a Flash Racing Game Tutorial
- Make a Flash game like Flash Element Tower Defense - Part 1
- Create a flash artillery game - step 1
- Create a flash draw game like Line Rider or others - part 5
- Flash game creation tutorial – part 5.2




(4.9 out of 5) - Flash game creation tutorial – part 3




(4.86 out of 5) - Creation of a platform game with Flash – step 2




(4.84 out of 5) - Create a survival horror game in Flash tutorial – part 1




(4.82 out of 5) - Create a flash artillery game – step 1




(4.82 out of 5) - Create a Flash Racing Game Tutorial




(4.8 out of 5) - Create a flash artillery game – step 2




(4.75 out of 5) - New tile based platform engine – part 6 – ladders




(4.74 out of 5) - Flash game creation tutorial – part 2




(4.73 out of 5) - The experiment – one year later




(4.7 out of 5)



Wow really nice tutorial =] Will become very useful sometime.
cool! tnx a lot for ur tuts it will be great if it was free…well wathever . hey man i find a error in ur mochi ads games widget if u plz can fiz it…wen i click a game it opens the qindow but it doesnt appear the game
Great tut! I like it…but not free?
@emanuel:
You do have flash player? I mean…right? you could try refreshing the game.
@Emanuele:
I fixed my game and made it better graphics and all, but I have not published it. I can give you the file if you want?
Looks interesting. I saw another Flash Gallery thing like this, but works in a Psuedo 3D space. Presumably this was another component, but does anyone know which one? The link to it is:
http://www.marcobrivio.com/Best/alsace.html
Regards
Will
p.s Emanuele love the site, top man. If you are ever in Reading UK I’ll buy you a beer ;)
@Frosty
It is called TiltViewer. I was also looking for it to implement it into the website of a paint artist.
link:
http://www.airtightinteractive.com/projects/tiltviewer/app/