3D Carousel Image Gallery

3D Carousel / Image gallery displays images on a carousel. 

Loads images through an external XML file, you don't need a FLA file to change the images.

You can:

  • Edit the XML file with any text editor and its very easy to understand. Here is an example:
<image file="images/505101.jpg" original="images/505101_big.jpg"></image>
  • Add unlimited number of images to the carousel with XML.
  • Use your keyboard arrow keys to flip through large images and Esc key to unzoom the camera.
  • Change the number of images in a row, with the same XML file,  and the number of rows are calculated automatically.

You should see the demo.

3D Carousel Image Gallery  

 

Don't hesitate to send your thoughts,questions and feature requests as a comment.

 

Tags:   3D carousel, image gallery, slide, show, slideshow, wall, 3d wall, photo gallery,reflection, perspective, papervision

If you are a flash developer, you should have seen lots of comboBox designs and they're always different from each other. And the default comboBox component in flash? You know how it is, I realy don't need to say anything about it.

So, I needed a comboBox that is easily editable, easy to use and more developer friendly; and I decided to create one. So here it is:

This movie requires Flash Player 9

Creative Commons License And yeah, it's open source and licensed under creative commons noncommercial license.



You can edit the skin, just like editing a movieclip and use its methods as easy as standard combobox.

It has ability to arrange the position of the list automatically, according to the combobox' positon on stage, so the list will be opening on the above or below of the combobox.

 
comboBox.dataProvider("String","String","String","String");
comboBox.dataProvider({label:"String", data:2},{label:"String", data:3},{label:"String", data:4});
comboBox.addItem("String");
comboBox.addItem({label:"String", data:2});
comboBox.listItemsLeftMargin = 0;
comboBox.listItemsRightMargin = 0;
comboBox.listItemsTopMargin = 0;
comboBox.listItemsBottomMargin = 0;
comboBox.itemDefaultColor = 0x3CBDE3;
comboBox.itemOverColor = 0x3399CC;
comboBox.itemPressColor = 0xFFFFFF;
comboBox.itemSelectedColor = 0xA4E0F2;
comboBox.itemDefaultTextColor = 0x003366;
comboBox.itemOverTextColor = 0x000000;
comboBox.itemPressTextColor = 0x999999;
comboBox.itemSelectedTextColor = 0x3333;
comboBox.setSize(150);
comboBox.size = 150 ;
comboBox.value;
comboBox.getValue();
comboBox.getSelectedItem();
comboBox.getSelectedIndex();
comboBox.clear();
comboBox.length;
 

Click here to download the component.


(I appreciate your donations)

Please send your comments, suggestions and any enhancements you made on the comboBox, so we can build it together.

Tags: combobox, combo box, dropdown, selectbox, pulldown, component, free, open source, easy, editable, flash, as2

 
var lib = fl.getDocumentDOM().library;
var libItemLength = lib[0].length;
for (i=0; i &lt; libItemLength; i++){
     if(lib.getItemType(lib[0][i].name) == "bitmap") {
     	lib.selectItem(lib[0][i].name);
	lib.setItemProperty('allowSmoothing', true);
	lib.setItemProperty('compressionType', 'photo');
     }
}

download the jsfl file, and please share your comments and improvements.

FITC Amsterdam

On the 25 and 26 of February, it’s time for Flash in the Can to visit Europe for the first time in their history. Tickets have been sold out on January 30th, as you can see, it'll be full of talented people. So, I'll be there to meet fantastic people who lives with flash, actionscript, design and technology. You can see the presentations here. And of course, I'll share my experiences with you all.

image flow effect by flalog

Uses XML to get the images, so you can add any image you want. Displays unlimited images with stack effect ,as you can see has perspectve and reflections. And it's only 34 kb.

Take a look at the demo.

If you like this effect but you want to use it on your way or want to see what happens on the background, you can buy and download instantly the 3D Image Flow Gallery for $8.00

With 3D Image Flow Gallery, you will get all of the class files that you need , Flash CS3 "fla" file . So you need Flash CS3 to compile.

Don't hesitate to send your thoughts,questions and feature request as a comment.

Click here to buy 3D Image Flow Gallery

 

Tags: imageflow, photoflow, cover, coverflow, slide show, showcase, stack,apple, itunes, iphone, album, flalog, apple, photoflow, effect, flash, actionscript, papervision, image gallery, slide, reflection, perspective

If you try to dispatch a MouseEvent in a dispatchEvent(), you will get an Error that says "cannot convert "click"(or whatever) to flash.events.Event". So here is the trick for that:

movieClipInstanece.dispatchEvent(new MouseEvent(MouseEvent.CLICK, true, false));

Tags: Actionscript 3 , MouseEvent, Events, Click, Roll_Over, Roll_Out, Double_Click, dispatchEvent, dispatch, EventListener, AddEventListener

Very Cheap Flash: Only $1Very Cheap Flash: Only $1Very Cheap Flash: Only $3
Flash XML Tree Menu

Price: $1

Flash XMLTree Menu 2

Price: $1

Windows Style XML Tree Menu

Price: $5

Very Cheap Flash: Only $1Very Cheap Flash: Only $3Very Cheap Flash: Only $1
Dynamic Elastic Menu
Price: $1

Dynamic Elastic Menu Blue
Price: $3
Elastic Liquid Horizontal Menu
Price: $1

Very Cheap Flash: Only $1Very Cheap Flash: Only $1mac style menu
Cool Flash Menu
Price: $1

Dynamic Flash Menu
Price: $1
Dynamic Mac Style Menu
Price: $1

Dynamic Xml Menu TabsHorizontal XML Tree Menu
Dynamic XML Menu Tabs
Price: $1
Horizontal XML Tree Menu
Price: $1

To download source of this file click here

This is a completely dynamic FLV video player (streamer) flash file.
You can change the video path and title with the XML file.
You can click the progress bar to jump any time of the video.
If you want to change the interface, just change them from the FLA, there is no need for the programming knowledge.

Extra Features:
Automatic streaming.
Automatic loading progress bar.
Automatic video time detection.

If you want to download source of this file click here
You can download it for just $1 ;)

Tags: showcase, youtube, streaming, stream, useful, movie, clip, trailer, teaser, film, video, playing, flv, flash, actionscript, mov, avi, mpeg, mpg, wmv, easy, XML, database, cheap, basic

Today I needed to change heights of the rows in the ComboBox component . After a bit of search , I figured out that we can reach the List component with its Instance name as “dropdown” , so.. see code below ; )

comboBoxInstance.dropdown.rowHeight = 20;

To download source of this file click here
It can show news / text from any RSS address on the web, just change the RSS path in the file.

For example: This flash file can get the last.fm recently played tracks,or you can display your blog’s news with this little SWF file on your website or myspace profile.

Features:

  1. You can resize it any size you want (It can be fullscreen)
  2. It can display unlimited number of news
  3. You can drag&drop the postit papers.
  4. You can go to the URL of the news directly from the postit.
  5. You can close the postit paper by clicking the close button.
  6. You can change the postit color very easily
  7. You can change the font very easily.
  8. You can the post it paper, to anything you want
  9. Don’t hesitate to send your questions about the file ;)

If you want to download source of this file click here
You can download it for just $1 ;)