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:
<image file="images/505101.jpg" original="images/505101_big.jpg"></image>
You should see the demo.
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:
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 < 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.

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.
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
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:
If you want to download source of this file click here
You can download it for just $1 ![]()