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:

Tutorials

Illusion images gallery

by admin October 23, 2008 Flash CS3 utilities

FlepStudio has created a new free utility (see also the list of all the free utilities published by FlepStudio) for you dear users who follow this website. Indeed I would like to take opportunity to thank you for your participation at this website.   This new utility is a gallery ( 100% display ) with [...]

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 [...]

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 [...]

Retrieve data from DataBase

by admin September 2, 2008 Flash CS3

We have seen how to enter data in a database with Flash CS3. In that case, we had a form in Flash that sent the data of user to a PHP script that turn them inserted in the database mySQL. Now we see how to retrieve this data. As I said earlier, Flash and mySQL [...]

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. [...]

Over shadow your content with Flash CS3

by admin July 15, 2008 Flash CS3

Often I have received requests in which they asked some tips on how to overshadow all the contents of the SWF by clicking a button and then bring up a popup ( always inside Flash) or anything like that. So I decided to create a couple of examples. The first is whether all content is [...]

Tweener caurina by Zeh Fernando example 2

by admin June 23, 2008 Flash CS3

After seeing how to use Tweener Caurina of Zeh Fernando in the first tutorial by FlepStudio, here is the second example. This time I simulated the creation of a website in Flash CS3, with colored background that changes according to the section, menus and content all simulated using the tweener caurina. I would like to [...]

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 [...]

String passed to URLVariables decode must be URL encoded query string containing name value pair

by admin May 10, 2008 Flash CS3

Developing with Flash CS3 and PHP happen to receive the following error: The String passed to URLVariables.decode () must be a URL-encoded query strings containing name / value pairs. Usually it is a mistake due to a broken echo PHP on Flash. Working with PHP and Flash is not like working with PHP and HTML. [...]

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 [...]

MiniNavigator 2

by admin February 18, 2008 Flash CS3 utilities

One more free utility by FlepStudio has come. It’s a Flash CS3 images navigator. Similar to MiniNavigator. It reads from an XML file, just change the images url inside of the XML file. Also, you must change the url that hits the XML file by going at line 33 of LoadingXML.as file. Let us see [...]

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 [...]

Mini Navigator

by admin January 6, 2008 Flash CS3 utilities

One more free utility by FlepStudio has come. It’s a Flash CS3 images navigator. It reads from an XML file, just change the images url inside of the XML file. Also, you must change the url that hits the XML file by going at line 33 of LoadingXML.as file. At MouseOver of the squares, the [...]

MovieClip mouseChildren

by admin December 20, 2007 Flash CS3

Here we are with a new tip of the day. After seeing the difference between target and currentTarget , after analysing the property dropTarget , today we will look at the property mouseChildren of the DisplayObjectContainer Class. This property is used with MovieClip, Sprite, Loader and Stage. Why???  Because, the DisplayObjectContainer Class is a super [...]

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 [...]