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:

loader

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

Loading multiple external SWF with no use of AS files

by admin March 15, 2009 Basic Actionscript 3

I noticed there are many webmasters who have good skills of HTML, CSS and SEO. Also, they know the basis of server side languages ( PHP, ASP… ) but when they approach the Actionscript classes (AS files) they still have many gaps and often unfounded "fears". In my opinion, the best way to develop with [...]

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

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

Strip Gallery

by admin November 9, 2007 Flash CS3 utilities

Hey ! Another great free utility for you from FlepStudio. It’s a Flash CS3 Image Gallery, XML based and nice navigation effect. Sound loop on background and preloader included. As always, open LoadingXML.as file and change the url of XML file. Also, change the image url’s into images.xml . View and download it Related posts [...]

ImageLoader

by admin October 24, 2007 Components

Hi all ! One more Flash CS3 component created by FlepStudio. Absolutely free, just download it. It’s an image loader with a preloader included. Just write the image’s url into the fileURL parameter. Pick a color by using the selectedColor parameter. Read more Related posts Using TileList and Label (0) Uploader (0) Strip Gallery (0) [...]

How to refer to a MovieClip placed in library of a loaded SWF

by admin August 25, 2007 Flash CS3

The idea was born from a topic in the FlepStudio’s forum in which a user was in difficulty using the logic of my tutorial about the preloader with Flash CS3 . The difficulty was mainly due to this situation: – the preloader.fla has a Document Class Loading.as – prova.fla creates prova.swf. Inside the library of [...]

Sharing fonts between more SWF with flash CS3

by admin August 23, 2007 Flash CS3

This article wants to look closer to the precedent article that we have seen: how to embed fonts in a SWF . I received  an e-mail of a user (Loris) that asked me if I could explain how to work with Flash CS3 and the fonts. I was asked more specifically how to share the [...]

Preloading the Timeline

by admin August 6, 2007 Flash CS3

zzzzzzzzzzzzup ! Here we are with a new article (the third of a series) dealing with preloaders with Flash CS3. We saw in another article Preloader with Flash CS3 how to create a preloader using the Document Class combined with a second class. A discreet level of knowledge of Actionscipt 3.0 was needed to understand [...]

Uploader

by admin July 31, 2007 Flash CS3 utilities

We couldn’t miss a Flash CS3 uploader… I created a new utility which allows uploading pdf files or images in a swf. The Actionscript class used, is naturally the FileReference of Actionscript 3.0 which, let’s put it this way, works with the AS files created. This uploader works in two phases: - the first one upload [...]

Preloader for beginners

by admin July 17, 2007 Flash CS3

Some of you would say…finally! FlepStudio has thought about its kind users, beginners with Flash CS3. After having noticed the difficulties of certain users to the first approach with Flash CS3, after having read some comments of the articles that explain  how to load an external SWF and of the  tutorial Preloader, FlepStudio has realized [...]

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

Loader content

by admin June 30, 2007 Flash CS3

Greetings to all! Developing with Flash CS3 and Actionscript 3.0, we often need to use small tricks which are often not easy to find. Every time that I will find myself in this situation, I will write an article. The first article, as you will have understood from the title, regards the Loader class and [...]

How to create a site loading external SWF

by admin June 26, 2007 Flash CS3

Good day to all flashers! To some of you the code of the two articles on how to load an external SWF and how to create a preloader seemed to be a bit confusing. So I decided to write this article. A few days ago, I received an email from a user that explained his [...]

loadMovie is now Loader

by admin June 15, 2007 Flash CS3

Gone…loadMovie is gone J I thought it was pretty useless. With Actionscript 3.0 and Flash CS3, all those who never had the chance to learn about the MovieClipLoader class of Flash 8 will have that chance now, once and for all! AS 3.0 implements the Loader class to allow the loading of files out of [...]

Preloading

by admin June 1, 2007 Flash CS3

As everybody well knows, a very important thing is to let the user know that our application’s SWF is loading. More so if the SWF is big and heavy, perhaps adding percentages and timescales of the loading phase. With this tutorial I’d like to explain, as best as I can ( especially to those who [...]

Fullscreen images gallery

by admin June 1, 2007 Flash CS3 utilities

SLIDING Full screen slide show Click here to watch the show on-line Description: It reads image URLs from an XML file and automatically creates the thumbnails. It reads the image descriptions from an XML file and it displays the description corresponding to each maximized image. Uses a new Flash CS3 component: Slider. Full screen viewing [...]