versione italiana versione italiana
FlepStudio logo

Actionscript 3.0 Blog with Tutorials and free resources for Flash

>> Free Flash files

Events Scroller | Images Scroller | Multi FLV Player | Flash CS3 GuestBook | News Scroller | Tortillas - creator of simple graphs for statistical data | 3D images visualization free utility | Flash CS3 Uploader - free utility | Mini Gallery | Flash CS3 puzzle | Hit counter Flash CS3 + XML + PHP | Multi Audio Player | Newsletter module | Bluring Slide | Monthly Calendar | ShoutBox | StripGallery - Flash CS3 and XML gallery | Email Form PRO | MaskMenu | Elastic Gallery | PhotoNavigator | Pixellation - SlideShow | Email form | Analogue clock | FullScreen images gallery | Rotating header | Flash Portfolio | Polls System | Products Exhibitor | Mini Navigator | Drag Menu | Horizontal Menu | Quizzer | Mini Navigator 2 | Reflect Gallery | Events Scroller - version 2 | Rotating header 2 | Magnifying Glass | Zoomify | MenuVibration | Email form Flash CS3 and ColdFusion 8 | News Scroller 2 | Simple GuestBook | Captcha for Flash CS3 | Email form with pictures - Flash CS3 and PHP | FlepCharCode | Mac Menu | Header | Memory Game - Flash CS3 game | Flash CS3 CountDown | FLV Slide Show Videos | Illusion - images gallery | Tell A Friend | Flash RSS reader | ToolTip Flash CS3 - CS4 | Sliding Email Form | ComboMenuHeader | ComboMenuHeader PRO | Mac Front Row in Flash CS3 | FlaTwit - Flash and Twitter - twit this | Store Locator | Multi Video Player MAC style | Flash XML editor | BlurSlideShow | ImagesViewer | Video Gallery | Flash XML editor gallery 1 | 15 numbers game | Tipper vertical scroller with Iphone effect | YouTube Video Player by categories | GuestBook Flash CS4 | tweened menu | Twitter RSS reader | Xmas Flash header | Events Scroller - version 3 | TripleBox | BlackComboBox | Inertial Photo Portfolio | Fullscreen Background | Multi Categories Images Gallery | DropDown menu | CountDown version 2 | Advertising Flash banner | Quizzer version 2 | UEFA RSS reader | Flash Scrolling Portfolio | Video Player | Flash Gallery | Images Scroller version 2 | Images Scroller version 3 | Images Scroller version 4 | Europe map | Events slide show | Banner Rotator | Flash and Flickr image gallery | Flash and Picasa image gallery

From the category archives:

Built in components

Three ComboBox related with Flash CS4

by admin January 22, 2010 Built in components

We have seen how to populate a ComboBox from an external XML file and bind it to a list using the List component in Flash CS3. I added a sample on how to use 3 related ComboBox. The first contains a list of countries, the second a list of states and the third a list [...]

Flash Button component custom TextFormat

by admin October 6, 2009 Built in components

Customizing the design of a Button component is pretty easy since just double click it in the library and enter into its graphics so that you can change them as you prefer. The major challenge is to be able to change the font, color and size of the text Button. This can be done using [...]

Using NumericStepper

by admin October 29, 2007 Built in components

Today I would like to introduce the NumericStepper component to carry on the series of tutorials on how to use the Flash CS3 components. Normally this component is used in application containing lots of numerical data or also is useful when developing forms to send data. In this tutorial, I will used it applied to [...]

Using RadioButton

by admin August 21, 2007 Built in components

Here I am with another article of the series about the build-in components of Flash CS3. After seeing the ComboBox and the DataGrid , this time we will look at the RadioButton. In the following example, we will see how to develop a simple application, which do request to the users. It could a good [...]

Using TileList and Label

by admin August 15, 2007 Built in components

In the last few months, we have seen how to use different types of  Flash CS3 components , such as the Slider or the ColorPicker . In this tutorial, I will explain, as good as I can, how to use the TileList and Label components. The example, we will see, loads a series of data [...]

Using ProgressBar

by admin July 9, 2007 Built in components

This is an article which could be a variant of these articles: Loading an external SWF with Flash CS3 Preloader with Flash CS3  and Preloader for beginners In this case, I use the ProgressBar component to monitor the loading state of an external SWF. Also, I use the IULoader component to load the SWF instead [...]

Using Slider

by admin June 21, 2007 Built in components

I find the Slider component of Flash CS3 very useful indeed. How many of you has asked themselves: but to personalise a scrollBar to my taste, am I obliged to apply the whole math that I have seen in the article Math Proportions ? The answer is: with Flash CS3 no! The new version of [...]

Populate a DataGrid

by admin June 19, 2007 Built in components

After having seen how to populate a ComboBox with Flash CS3 , let’s see how to use the datas of an XML file and insert them in a Flash DataGrid component. This article will take as example a CD’s catalogue. To my opinion, the Flash CS3 DataGrid component is a very valid method for this [...]

Populate a ComboBox

by admin June 5, 2007 Built in components

Did it ever happened to you to have to view a list of data in which every datum must be selectionable and show in turn a list? Well, the comboBox component would do the trick In this example, I insert in a ComboBox all the football’s teams of ‘serie A’ and selecting one of them, [...]

Using ColorPicker

by admin May 22, 2007 Built in components

Flash CS3 includes something new: the ColorPicker . Substantially it’s a very clever component that allows the user to choose a colour from a well made palette. It’s not a difficult component to manage, as the ColorPicker events and methods are quite self-explanatory. I’ve created a little application as example. Let’s see in detail how [...]