Posts Tagged ‘Actionscript’

News | 25 Line ActionScript Contest begins
Saturday, November 15th, 2008

What can you do in 25 lines of code? Who have the telnet to code admazing flash in 25 lines, let come and join the contest. Here are the rules,  judges and prizes. The contest begins at 12:00:01 a.m. morning EST (GMT – 5). Check it out. Bookmark on Delicious Digg this post Recommend on [...]

Source | A banner built using FIVe3D
Tuesday, June 10th, 2008

Bartek shows this time a cool banner using the FIVe3D. He also mades available the source of the banner so you can check the code. Read and view demo or download source Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on [...]

Tutorial | Create a full Flash site
Friday, April 18th, 2008

This a great tutorial teaching how you can create a complete Flash-based web-site from scratch. Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post

As you all know, there is different ways to spread video over the web, the most common technologies are Windows Media and RealPlayer and don’t forget the MAC users using Quicktime. Either if you do Streaming or progressive download you always need a player that get’s the IP-videoinformation and converts to our known formats. In [...]

In line with my previous post on flash and google analytics by Tiago, i got a comment advising me about another great article by Matt, showing you an alternative code with AS2 and AS3 versions. He made the source available. Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers [...]

easy plasma effect and source!
Friday, April 4th, 2008

Agit8 as great article about a very very nice plasma effect. The demo has 3 sliders you can use to change the plasma effect your own, try it here. Also, he made the source available. Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to [...]

The new Flash Text panel allows you to set up static, dynamic, or input text fields in Illustrator for use in Flash. In this tutorial, we’ll take a look at ways to take advantage of this feature and then import text dynamically from an external text file with ActionScript 3.0. Bookmark on Delicious Digg this [...]

Communication between two seperate flash files placed on the same page (or even running simultaneously on one machine) is a nice way to spread a project out. You can send variable, call functions, pretty much do anything in one swf from another. Easiest case use would be a navigation menu set up in one flash [...]

In every Actionscript version, when two movieclips (or objects, shapes, texts…) overlap, the one with the greater depth stands in front of the other. You can think about depth as a Z coordinate. This tutorial will explain you how to manage AS3 sprites and depths, and what’s changed from AS2 to AS3. Bookmark on Delicious [...]

Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the [...]