LOGIN Don't have an account yet?   Register

Forgot password?
 
02 Feb 2010

New flash component: Flash Ken Burns Effect Slideshow


This week, we released our first Flash Ken Burns Effect Slideshow.

You can set the starting and ending scale values, as well as 9 positions for the starting and ending states: top-left, top-center, top-right, middle-left, middle-center, middle-right, bottom-left, bottom-center and bottom-right.

Read the rest of this entry »

01 Feb 2010

Flabell Server Problems


Are you experiencing slow loading times or different graphic elements missing from Flabell when the website loads? If you do, please let us know in the comments below.

We believe the are some issues, and we try to track them down. With your help, we’ll know exactly. :-)

Cheers guys!

26 Jan 2010

New flash component: Slick and clean AS3 video player


This week’s Flash Component: Slick and clean AS3 video player

This flash video player can play H264 video files (.mov, .flv, .mp4) as well as RTMP streams. The navigation hides so the viewer can enjoy the video with no hassle. It comes with a lot of features which can easily be changed using the XML file (size, colors and other options).

Read the rest of this entry »

22 Jan 2010

duplicateMovieClip and getNextHighestDepth in AS3


For all of us that used AS2 for a long time, we want some things to remain as simple as they were in AS2. So we created our own functions which we use as Prototypes! :-)

duplicateMovieClip

// var mc : MovieClip = mcRating.duplicateMovieClip(new mcStar(), "mcStar" + j);
MovieClip.prototype.duplicateMovieClip = function(obj : *, pName : String = "mcItem") : Object
{
       this[pName] = this.addChild(obj);
       this[pName].name = pName;
       return this[pName];
};

getNextHighestDepth

Make sure that mc is inside mcImages (or whatever movieclip you are using).

// mc.getNextHighestDepth(mcImages);
MovieClip.prototype.getNextHighestDepth = function(scope : Object) : void
{
	scope.setChildIndex(this, (scope.numChildren - 1));
};

Hope this help! :-)

21 Jan 2010

File Update: Fade In Fade Out Slideshow With Navigation [update 01]


We just released an important update to our Fade In Fade Out Slideshow With Navigation.

We added additional functionality to the file, and now you can change the position and size of all elements, the colors and the alpha state as well.

blog entries RSS Feedproducts RSS Feed

Categories

Popular Files

  • Compact Flash Mp3 Player
  • Horizontal Image Slide on Mouse Move
  • Accordion Menu with Images from XML
  • Accordion Banner Rotator
  • Continuous Image Slider
  • Mp3 Player with Playlist
  • Flash Ken Burns Effect Slideshow
  • Accordion Gallery
  • Horizontal Scroller Slideshow
  • Fade In Fade Out Slideshow With Navigation
  • Simple AS3 Flash Video Player
  • Zoom Gallery

Download the plugin above
Read more about Flabell WordPress plugin

Archives

Search the blog