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:

Flash CS4

Flash CS4 and ThickBox

by admin November 26, 2009 Mix

Do you want work with Flash CS4 and ThickBox ? Here is a couple of examples that show how to call ThickBox using Actionscript 3.0 . >> VIEW THE DEMO The SWF with two buttons is embed in a html file with the following code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> [...]

Using Vector class and drawTriangles method of Flash CS4

by admin October 10, 2009 drawing API

Using Vector Graphics and classes of Actionscript 3.0, we can draw triangles. ActionScript 3.0 in Flash CS4 (so you need the Flash Player 10) provides the method drawTriangles. For those unfamiliar with the Vector class in Actionscript 3.0, available for Flash Player 10, is a data structure similar to that of the array. Implements the [...]

Flash CS4 eraser effect using lineBitmapStyle method

by admin October 8, 2009 Animations CS4

We have seen how to create a drawing board and export PNG from SWF at runtime, this time we’ll see how to create an eraser effect using Actionscript 3.0. I divided the tutorial into two samples, the first one uses lineStyle method with the same color of SWF’s background, in this case, however, is necessary [...]

Using Pixel Bender with Flash CS4

by admin March 19, 2009 Pixel Bender

The Adobe Pixel Bender technology delivers a common image and video processing infrastructure which provides automatic runtime optimization on heterogeneous hardware. …wowowowo some difficult words here… hehe, don’t worry ! We’ll see that using Pixel Bender is not so difficult as it seems. You can use the Pixel Bender kernel language to implement image processing [...]

Z axis Flash CS4 example 2

by admin February 26, 2009 Flash CS4

We have seen that the MovieClip class of Flash CS4 has a new property z. Now look at a practical example on which to apply precisely this effect-feeling three-dimensional. In this tutorial we will see how to apply the Z axis to image that if you click exchange the view between them. I create a [...]

Resizing SWF at real time

by admin November 28, 2008 Flash CS3

Not everyone knows that you can change the size of a SWF in real time, at runtime. When Flash CS3 came out many of us hoped that the new version of Actionscript allowed to set the size of the stage so that we could change the size of the SWF embedded in html page. We [...]

Flash CS4 rotationX and rotationY

by admin November 25, 2008 Flash CS4

We saw that MovieClip class of Flash CS4 has a new property, the z property. We will see how to create animations even with that property but today I want to write about other 2 new rotationX rotationY These two new properties manage rotations on the axes X, Y and you can create decidedly new [...]

Understanding MovieClip z property of Flash CS4

by admin November 23, 2008 Flash CS4

What ‘s the first thing that jumps to eyes when you are reading the MovieClip class reference of Flash CS4? Of course the z property ! With Flash CS3 we saw how to simulate it: 3D images viewer z-axis simulation with Flash CS3 The big news of Flash CS4 is that we will not go [...]