LOGIN Don't have an account yet?   Register

Forgot password?
 
17 Dec 2009

New flash component: Image Banner Rotator


Display many images inside an area that you define, with this highly customizable flash component: Image Banner Rotator with thumbs

The thumbs are automatically created from the large images, and you can customize everything!

fullscreen_image

If you have any questions, let us know. Please make sure you download the free preview file before you purchase, to see if you need additional features. Enjoy! :-)

16 Dec 2009

New Milestone hit: 1 x 10.000 downloads


Our XML Image Slideshow just passed 10.000 downloads. Get your free copy here: XML Image Slideshow.

XML-Image-Slideshow

15 Dec 2009

File Update: Photography Portfolio Template [update 02]


We just updated the Photography Portfolio Template.

229_fullscreen_image

Captions were added to the images. Feel free to download the update as a free update if you already purchased the file.

14 Dec 2009

duplicateMovieClip in AS3


If you used AS2, you probably loved the way duplicating movieclips worked. We did too! :-)

We created this prototype function so that you can easily use the same technique in AS3:

// Duplicate movieclips in AS3
 MovieClip.prototype.duplicateMovieClip = function(obj : *, pName : String) : Object
{
	this[pName] = this.addChild(obj);
	this[pName].name = pName;
	return this[pName];
};

This is how you call this function:

for(var i : uint = 0; i < nrStars; i++)
{
	var mc : MovieClip = mcRating.duplicateMovieClip(new mcStar(), "mcItem" + i);
       trace(mcRating["mcItem" + i].name);
	mc.x = i * mcRating.mcStar.width;
}

mcRating - is the movieclip where the stars appear
mcStar - is the linked movieclip in the library, with the name mcStar
"mcItem" + i - is the name of each duplicated MovieClip.

In the example above I'm assuming you have a variable that holds the number of stars, and that you want to place each star near the previous one.

Any questions, let us know! Enjoy! :-)

11 Dec 2009

New flash component: Coverflow Scrollbar


This week’s product is a gorgeous xml based coverflow display, with smooth scroll bar navigation and customizable buttons. You can set the position of the buttons on the left, right or sides.

The size of the component and the information is customizable through XML.

coverflow

Download it here: Coverflow Scrollbar Component

Page 19 of 47« First...10«1718192021»3040...Last »