background preloader

FLASH

Facebook Twitter

Interactive Flash Graphs and Charts For Your Website. Mar 30 2010 By Usama Alam Charts and graphs provide the visual representation of your data and help you facilitate the understanding of whatever it is you are trying to deliver. Whether you are publishing a survey report, an election result or a financial analysis, charts play a major role in data presentation. Due to their interactivity, Flash-charts are particularly popular among designers and developers. These charts give users a way to interact with the chart, move charts among data values and see the data instead of reading, analyzing and visualizing it. Free Charts Astra Charts Astra Charts is an open-source product of Yahoo! Bar ChartsColumn ChartsLine ChartsPie Charts For developers, Yahoo!

Appfire FlashCharts Plugin Aspire FlashCharts Plugin enables you to generate interactive and animated flash charts and dashboards on your web interface. AreaBarColumnPie & DonutFunnel Key features of Aspire FlashCharts Plugin include: LineBarHorizontal BarStacked BarCandleAreaPieScatterRadar. Build a Fluid Website Layout with Flash. Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Activetuts+. This tutorial was first published in July, 2009. A fluid web layout uses 100% width (and height) of the browser, floating all the contained elements into certain positions.

This is opposed to fix-width layout where contents remain fixed no matter what the browser size is. This technique is popular in HTML/CSS websites, but this tut will show you how to create a similar fluid layout effect in Flash. Every element will reposition itself with ease animation when the browser resizes. Introduction During the following steps we'll create ActionScript 3 classes which make our flash website fluid. The ActionScript classes created in this tutorial can be easily reused in different projects. Step 1: Background Information As shown in the image below, all the elements which float according to the browser size will be referred to as "fluid objects". Step 2: Fluid Object Coordinates Open website.fla. Create a Mac Dock Style Menu with AS3.

In this tutorial I'll show you how to create a menu like Apple's Dock using AS3 classes. We will create a single AS file that will perform all the magic, extending it to add new features. Republished Tutorial Every few weeks, we revisit some of our reader's favorite posts from throughout the history of the site. This tutorial was first published in March of 2010. Final Result Preview First, let's take a look at what we'll be creating. Step 1: Create a New ActionScript File Begin by creating a new ActionScript file and saving it as "DockItem.as". Note that our document root (where the .fla lives) will be c:/macmenu; the folder /org/effects will form the package for the DockItem class.

Step 2: Create a New FLA Create a new ActionScript 3.0 Flash File and open it, so that we have both DockItem.as and this .fla file opened. Step 3: Import Icons Now we import or draw some icons to the .fla. Step 4: Begin Converting Icons to Symbols Select any icon and click Modify > Convert To Symbol. (Confused? Create a Retro CRT Distortion Effect Using RGB Shifting. In this tutorial you'll learn how to separate an image's three different color channels to create an RGB shift effect. I'll also show you some graphics tricks to mimic an old CRT display. Final Result Preview Here's an example of the effect we'll be creating: The main takeaway in this tutorial is going to be the RGB shifting effect, but I'll also demonstrate how to create the CRT scan lines, noise, and roll bar graphics. Step 1: About RGB Images Every image on your computer screen is displayed using the colors red, blue and green.

If the three color channels don't align properly the image won't be composited correctly, and you'll start to see the edges of the individual channels 'bleeding' out of the sides of the image. This is exactly what we're going to be doing in this tutorial; separating an image into its three color channels and then transforming each individually to create a distortion effect. (You can learn a lot more about how RGB color works at Wikipedia.) Step 9: RGBShift Class. Top 42 Creative Flash Site Templates. Unless you're Steve Jobs, chances are you will find time in your day to enjoy the benefits of Flash!

After all it's a great dynamic format for showcasing creative work, and certainly one that we, at Envato, support and will continue to support for years to come! Today across Tuts+ we're showcasing the fine work our authors are selling on our marketplaces and for your discerning tastes we've put together a list of forty-two of the most creative Flash site templates from ActiveDen, some of which are so good they might even tempt ol' Steve! MD PortfolioSite v2 This template is ideal for photographers wanting to show multiple portfolios. Complete with a php contact form and an XML -driven portfolio which you can now navigate using your arrow keys, the template is a great upgrade from the first version! Still easy to configure and with a number of code optimizations (including more robust error handling and file download management).

MD Gallery Advanced Ultimate Creative Template RetroStyle. 25 Flash Portfolios for Your Inspiration. Although HTML5, CSS3 and jQuery are able to accomplish a lot of exciting results and gaining popularity, Flash is still used by a number of impressive websites. In this post we’ll showcase 25 Flash portfolio sites. It will be interesting to see what happens over the next year or two with the future of Flash. For now, here is some Flash inspiration. Looking for hosting? WPEngine offers secure managed WordPress hosting. You’ll get expert WordPress support, automatic backups, and caching for fast page loads.

'Using ActionScript 3.0 Components' by Adobe Systems Incorporated - Page 84 of 288. Créer un diaporama en ActionScript 3. Le but de ce tuto est de créer un diaporama Flash en ActionScript 3 (AS3). Un exemple se trouve à cette adresse : Nous allons placer le code dans une classe ActionScript, que nous utiliserons en tant que classe du document. Vous trouverez des informations sur la classe du document sur le wiki : Caractéristiques du diaporama Les chemins des images seront définis dans un fichier XML.Les miniatures seront affichées en bas du document.Un système de défilement horizontal sera mis en place pour les visualiser.L’image sélectionnée sera affichée au dessus des miniatures. Le fichier XML des images Afin de pouvoir modifier facilement les images du diaporama, nous allons les chargées dynamiquement depuis un fichier XML.

Le fichier XML va contenir un nœud racine Les étapes du diaporama Mise en place de l’interface Notre interface va contenir les éléments suivants : Actionscript: Comment afficher en boucle des images d'un répertoire.