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

Posts tagged as:

actionscript

Free slide show of events using Flash CS3- CS4 – CS5

by admin July 3, 2010 Flash CS3 utilities

FlepStudio has created a new free utility CS3/CS4/CS5 Flash and Actionscript 3.0. It is a little slide show of events and images. It loads data from an external XML file and descriptions of the images support the links in the text. The thumbnails of the images are clickable to view the image in original size. [...]

Using List and DataGrid components of Flex 4

by admin July 2, 2010 Flex 4

Using List and DataGrid components of Flex 4 with MXML, Actionscript 3.0 and external XML file. Main.mxml: <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" addedToStage="init()" pageTitle="Flex 4 List and DataGrid Tutorial"> <fx:Script> <![CDATA[ import com.flepstudio.utils.*; import flash.events.*; import mx.collections.ArrayCollection; import mx.controls.*; import mx.events.*; import mx.validators.ValidationResult; private var XML_PATH:String="http://flepstudio.org/FlashBuilder/tut_4/XML/list.xml"; private var xmlLoader:XMLLoader; private var [...]

Flex 4 DataGrid using MXML, Actionscript and external XML file

by admin May 22, 2010 Flex 4

How to populate a DataGrid component for Flex 4 with MXML, Actionscript 3.0 and external XML file. Main.mxml: <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" addedToStage="init()"> <fx:Script> <![CDATA[ import com.flepstudio.utils.*; import flash.events.*; import mx.controls.*; import mx.controls.advancedDataGridClasses.AdvancedDataGridColumn; import mx.events.*; private var XML_PATH:String="http://flepstudio.org/FlashBuilder/tut_1/XML/list.xml"; private var xmlLoader:XMLLoader; private var xmlData:XML; private var label:Label; private var datagrid:DataGrid; [...]

Kinematics with Actionscript 3 example 2

by admin October 21, 2008 Animations

We saw in the last article as a segment move with the motion applied to Actionscript 3.0. I know, is pretty boring and simple but it is necessary to first understand the basics of what we will see in the future. Now it is time to move on and then see how to move a [...]

Kinematics with Actionscript 3 example 1

by admin October 17, 2008 Animations

So far we have seen how to use Actionscript 3.0 to create effects and animations. We have seen how trigonometry, the Pythagorean theorem, collisions and much more. Now I would like to open a chapter on the kinematics applied to Actionscript 3.0. For those who do not know, the kinematics is a branch of mathematics [...]

Dynamically adding a method to Objects

by admin October 14, 2008 Flash CS3

As we have seen in Actionscript basic tutorials, we can add a property to objects at runtime, dynamically. In this tutorial we’ll see that you can also dynamically implement methods to objects (in this case the class Object). The code that we will see is just an object, must be an instance of a dynamic [...]

FLV video slide show

by admin October 8, 2008 Flash CS3 utilities

FlepStudio presents a new free utility for Flash CS3 and Actionscript 3.0 . It’s a SlideShow of FLV videos. Like an images Slide Show gallery but with FLV videos instead of pictures. XML based, very easy to manage. Let’s see it… Read more Related posts Zoomify (1) Video improvements (0) Uploader (0) Strip Gallery (0) [...]

Experiment simulating z axis with Actionscript 3

by admin October 6, 2008 Animations

When I attended the courses of Actionscript ( at Italian Adobe training center Inside s.r.l. ), I have learned how to simulate the z axis and creating 3D effects. I’ve done some experiments, and I decided to share one of them with you. To try the experiment just click… Read more Related posts Kinematics with [...]

Angular acceleration and thrust effects

by admin October 2, 2008 Animations

We saw how to apply the physics to Actionscript. I remember you some examples: spring, spring an friction, spring with friction and gravity. In this tutorial we’ll see how to apply angular acceleration and thrust, very usefull for games development. Using a small airplane which I add 3 keyboard controls: left rotation right rotation thrust [...]

Countdown

by admin September 9, 2008 Flash CS3 utilities

FlepStudio has created a new free utility, a Flash CS3 coutndown manageable by an external XML file. The utility is supported by a server-side script (gettime.php) as to develop a good countdown is necessary to get the time from the server. This is because if we get time by the user machine (the one that [...]

Working with Flash CS3 and HTML frames

by admin August 25, 2008 Flash CS3

Here is a tutorial that many of you will find very useful. I have received several private messages on the forum with requests for help on how to work with a Flash CS3 menu and frames in HTML. With Actionscript 2.0 worked fine using the method getURL (); With Actionscript 3.0 will have many problems. [...]

Creating HTML output

by admin May 29, 2008 Flash CS3

Have you ever tried to get an HTML output by Flash? What is really interesting. I played a little with the methods setTextformat and getTextFormat of Actionscript 3.0 and I managed to create an HTML page by Flash using PHP. In practice I have a text field type input, I added a bold button and [...]

Flash Captcha

by admin May 21, 2008 Flash CS3 utilities

FlepStudio has created a simple captcha for Flash CS3 with Actionscript 3.0. What a CAPTCHA is ? A CAPTCHA is a type of challenge-response test used in computing to determine that the response is not generated by a computer. The process involves one computer (a server) asking a user to complete a simple test which [...]

Zoomify

by admin April 1, 2008 Flash CS3 utilities

Hi all ! FlepStudio has created a new free Flash CS3 utility. Its name is Zoomify and it is an image zoom that works on the mouse coordinates. How it works: Flash loads an external image ( high resolution ) The image scales equal to stage dimensions and Bitmap.smoothing is true. Depending on where you [...]

Magnifying Glass

by admin March 26, 2008 Flash CS3 utilities

Hi all ! FlepStudio has created a Magnifying Glass effect for Flash CS3. This class apply a magnifying glass efect to an image ( it must be high resolution). It loads an external image and creates the effect using DisplacementMapFilter of Actionscript 3.0 . I created this class in order to allow a very simple [...]

Drag Menu

by admin January 11, 2008 Flash CS3 utilities

Ciao a tutti ! FlepStudio has created a new FREE Flash CS3 utility. It’s a Flash Menu. Draggable menu, you can add each menu item links or Actionscript 3 actions. Also, you can customize it by working in the FLA file. Let us see it… Read more Related posts Zoomify (1) Working with Flash CS3 [...]

indexOf method of Array class

by admin December 20, 2007 Flash CS3

Greetings to all! In the tutorials of Actionscript 3.0, we saw what are Arrays and how much they can be important using Flash CS3. Also, we saw in details the use of the method splice of the Array class. Why would I want to remind you all of the above? Everything seen first will be [...]

Polls system

by admin December 17, 2007 Flash CS3 utilities

Hello all ! FlepStudio has created a new Free Flash CS3 utility. Thank you to manheman ( FlepStudio forum user ) for PHP side script. We created a Flash CS3 polls system using PHP and XML. The SWF allows the user to submit its vote and the XML will collect the data. This utility shows [...]

Blur moving

by admin December 14, 2007 Animations

Hello ! As I like very much the BlurFilter of Flash CS3, I prepared a simple tutorial to apply a blur effect to a MovieClip in motion. Basically, I create an interval to move the coordinates X of a MovieClip to the coordinate X of the mouse using an inertia effect. The more distant is [...]

Flash Portfolio

by admin December 11, 2007 Flash CS3 utilities

Hi all ! FlepStudio has created a new Flash CS3 FREE utility. I gave it the name FlashPortfolio cause i did not find out a better name. It’s an exhibitor of works. You can use it as a portfolio or a clients list, as images gallery or products gallery. As always, this utility has been [...]