Saturday, October 3, 2009

Date Icon Flex Component

Date Icon Flex Component is created by loziosecchi, Italian developer. File opens with Flex Builder 3 and Flex SDK version used is 3.3.0. This component is easy scinnable using Flex CSS styles. Documentation is available.

File is created two days ago and published size is 270 Kb.

date icon flex component

related posts:

_ Flash Aligned Menu V1
_ Flash Tweet Map Mashup
_ New XML Driven Flash Product Presentation
_ Advanced Flash XML Video Player
_ Flash Vector Globe Animation
_ Flashtory - Flash Photo Gallery
_ Flash Google Search - the real thing!

Posted by flanture at 15:42:37 | Permalink | No Comments »

Thursday, February 26, 2009

Flash Interactive Boy Animation

New Flash file with multiple usage, fresh and easy to manage. Interactive Flash Boy is great for products or services presentations, in educational projects, especially for teenagers, good for online quiz or different sorts of tests. It can also become part of flash games projects.

 

Flash boy animation has six different moods: very sad, crying, happy, etc. It is written in AS2.0 by greentea. File is resizable and very small, only 52 Kb.

related posts:
 _ flash vector globe animation
 _ flash google search - real thing!
 _ amazing welove 3D flash carousel
 _ flash XML flower menu
 _ animated flash calendar
 _ flash background packs and tutorials
 _ real fire flash effect
 _ flash interactive globe and world map
 _ 3D XML flash carousel

Posted by flanture at 18:50:09 | Permalink | No Comments »

Thursday, January 29, 2009

Flash Google Search - real thing!

Here is something new, working embedded Google search Flash file, completely written in ActionScript 3.0. No other server side code is needed, no PHP scripting, this is directly official Google API connection, ready for any Flash website.

Design is easily customized by changing movie clip, it’s skinnable and piece of cake to integrate (just drag and drop). Common search filters are also available. Really great file by unformatt.

Posted by flanture at 14:18:00 | Permalink | No Comments »

Thursday, December 18, 2008

Flash Game Developer Challenge

Challenge details

The Whirled Flash Game Developer Challenge is a standing game development contest that runs every three months. All games that are uploaded to Whirled during the contest period and comply with the conditions are eligible. There are two categories for prizes - single and multiplayer games. What this means is that if you miss the deadline, don’t worry much because four challenges are held during every year.

Prizes and deadlines


In order to participate in current Whirled Flash Game Challenge you need to submit your game before January 31, 2009 which means you have more than 40 days! Prizes are split into two categories, Multi-Player Game and Single-Player Game. So what is the cash you or your team can harvest? For multi-player game:

* 1st Place: $7,500
* 2nd Place: $5,000
* 3rd Place: $4,000
* 4th Place: $2,000
* 5th Place: $1,000


Prizes for single-player game are just a little bit lower:

* 1st Place: $2,000
* 2nd Place: $1,500
* 3rd Place: $1,000
* 4th Place: $750
* 5th Place: $250


All together that’s $25,000 quarterly! Not bad, not bad at all.

Conditions


There are some conditions for participants. First of all you have to be original creator of the game and you must hold rights for it. Games may not contain advertising or links to 3rd party sites, but you can link to your own site(s). One of the most important condition is game must be written in ActionScript3.0, sorry no as2.0 code. Also you must be 18 or above and you may submit unlimited number of games. Read
full rules here.

flash menus, buttons and components
Posted by flanture at 17:33:49 | Permalink | No Comments »

Thursday, November 13, 2008

Clouds Mask Flash Banner Rotator


Unusual banner rotators, unique for Flash Platform can enhance visual appeal of website or online presentation. Next
Flash Banner Rotator is really original and easy to customize. Transition between images is done via interesting clouds mask which is accomplished using ‘perlinNoise’ and threshold method.

You can see on the image below how this fancy transition happens. On top left side is one image and rest of it is next one in array. Transition takes form of a cloud. Click to see it in animation mode.

Banner rotator is written in actionscript3.0 and it is completely XML driven. Everything is ready for customization: buttons, hover and text colors, button number, shape and position as well as delay time.

Posted by flanture at 14:42:05 | Permalink | No Comments »

Thursday, November 6, 2008

XML Flash AS3.0 Image Slider

This is completely new file, published just few days ago by Tade. Written in ActionScript3.0, this image gallery is well documented and you will not need AS3.0 knowledge to use it and customized it. Everything is done via xml.

You have several options like unlimited number of images and changeable width. Slider is light weight with dropDown animation. Click on particular image will lead user to predefined URL or Timeline frame. You can change some features easily via xml like image frame color and image glow color or Slider speed.

On roll over effect is very cool, it bring image label down which can be set by again editing xml file. Published slider size is only 10kb, source opens with Flash CS3 (9+).

Posted by flanture at 08:40:56 | Permalink | No Comments »

Friday, June 13, 2008

Adding mc speed using Numeric Stepper component

In previous example, our hero has constant speed set to 2. Speed is defined inside doTween function, as 6th parameter for xT and yT tweens. Off course, this speed doesn’t have to be constant at all. We will use Numeric Stepper component just to show how to change speed parameter. Instance of Numeric Stepper is “step”. We change mentioned parameter from “2″ to “step.value”.

download hero_v2 source file.

 

When making a game, we will not use Numeric Stepper, but we can change hero speed in this way in relation to health or game level or whatever.

Posted by flanture at 13:51:07 | Permalink | No Comments »

Saturday, March 24, 2007

comics album flash application

Flanture is proud to present next flashMX project, Comics Album.

Album is simple but useful. It uses flash power to include dinamic content loaded from any xml file and combine it with already done comic image pages. Comic is usually separated in pages, and every page has different text clouds. This Album shows pages one by one. It has two navigation buttons. Main characteristic is that text can be changed from xml file, but also and text font, color, size. Xml file contain text clouds for every page.

Comic Album is great way to separate graphics from text in your comic creations. Text can be modified dinamicaly, font, it’s size and color. Let’s see how to use it. This is how looks like part of xml file that describes one comic page:

< page purl=”page1.jpg” tboxn=”1″>

< tbox posx=”420″ posy=”220″ bw=”300″ bh=”100″ txt=”Third text box!” fnt=”Verdana” fnts=”26″ fc=”0×000000″ />

So, what we have here? Parametars for one comic page are:
purl - page url
tboxn - number of text boxes (clouds)

Parametars for one text box are:
posx - x position of text box
posy - y position of text box
bw - box width
bh - box height
txt - text
fnt - font face
fnts - font size
fc - font color (hexadecimal numbers)

That’s it ! Simple, but nice. If you are interested in using Comics Album, please leave comment.

DOWNLOAD ALBUM FILES

Posted by flanture at 20:25:26 | Permalink | No Comments »

Thursday, March 15, 2007

hidden news ticker

My news thicker is little different. It can be hidden amongst other page flash elements, but on button press, it becomes wider, and news are displayed. News string comes from xml file. You can download zip (4kb) with swf and xml.

edit: link broken, download at HERE
download zip

I may convert it into component, later. This is created on first hand. I could spend more time on some nice skin, or on code which implements two rows of data with different colors, etc, but I didn’t. Not yet. Like it?

Posted by flanture at 21:17:07 | Permalink | Comments (2)

Saturday, January 27, 2007

text editor flash component


Text editor flash component is created by Govinda Sarkhel and it is hosted on flash-db.com. This is very nice editor with common formating settings. Also, you can save and load text, which is implemented with shared objects. There is lot of work done here and it is worth it. Well done.
Posted by flanture at 00:10:00 | Permalink | No Comments »