Tag Archive for 'gallery'

Robotlegs Flickr search gallery

Another example of using robotlegs to create simple flickr search widget/gallery.
Required library: robotlegs-framework-v1.4.0.swc
Flickr API used for service
Flash Builder 4 used to run and compile project.
update
added “FlickrSelectedImageMediator” for the “FlickrSectedImage” flex custom component.
Moved Component opening/closing logic inside FlickrSelectedImageMediator.

Continue reading ‘Robotlegs Flickr search gallery’

jQuery sliding image gallery

The fallowing example shows how to make simple jQuery sliding gallery.
Images will be loaded after request to give flexibility to use/show large amount of images without westing time to preloading them all at once.
Continue reading ‘jQuery sliding image gallery’

jQuery simple image gallery

Another gallery/slideshow example with jQuery, this time we will load image after user selects one of the controls(next/prev).

We will wait until next image is loaded(main time show loading information) and  after make smooth fade in/out transition with our current and new image.
Unlike previous post, in this example we are not loading all images from the beginning, which makes this gallery perfect for using with large amount of images.
Continue reading ‘jQuery simple image gallery’

as3 Scaling Image Gallery

I remember ~5-6 years ago when I decide to make my first flash components using actionscript only, scaling image slideshow was one of them.
I got lots of feedback, comments and after that I start my freelance flash development carrier.
In fact, the slideshows, galleries are the flash elements that I’m using almost in all flash projects/websites, so I think it might be useful to share some code for scaling image gallery.
Continue reading ‘as3 Scaling Image Gallery’