Photoshop Maya 3DS Max Blender Bryce Corel DRAW Cult3D Flash Bodypaint 3D Cinema 4D LightWave 3D ZBrush Rhinoceros SoftImage XSI Vue d'Esprit x

Macromedia Flash Actionscript tutorials

Showing tutorials 440 to 460 out of 637 Actionscript tutorials.

ADVERTISMENT

ADVERTISMENT

how to make a simple online flash mp3 player  with Flash actionscript 3 0

Mp3 player made simple with AS3

how to make a simple online flash mp3 player, with Flash actionscript 3.0

Rated:*** with 2482 hits  Added on: Mar 11, 2008

This simple tutorial will show you how to jump on any frame using a little action script code

Frame jumping by action script

This simple tutorial will show you how to jump on any frame using a little action script code.

Rated:*** with 1869 hits  Added on: Mar 11, 2008

In a previous tutorial Advanced preloader we have learn how to make a preloader that keeps track of how much of our file has been loaded  In that tutorial we have used a jpg file that was embedded in our swf and keep track of its loading progress  That approach is good when working with embedded files but what if we want to be informed of the loading progress of the external file that we load  This is what we will learn today   We will learn how to load external files  swf  png  jpeg and gif  and we will build a cool preloader to keep track of the loading process

Preloading SWF, JPG, PNG or GIF files with AS 3.0.

In a previous tutorial Advanced preloader we have learn how to make a preloader that keeps track of how much of our file has been loaded. In that tutorial we have used a jpg file that was embedded in our swf and keep track of its loading progress. That approach is good when working with embedded files but what if we want to be informed of the loading progress of the external file that we load? This is what we will learn today. We will learn how to load external files (swf, png, jpeg and gif) and we will build a cool preloader to keep track of the loading process.

Rated:*** with 2343 hits  Added on: Mar 09, 2008

In this tutorial I will tell you to stop using buttons symbols in flash  and just juse movieclips for everything  its much easier

Use movieclips as buttons in flash

In this tutorial I will tell you to stop using buttons symbols in flash, and just juse movieclips for everything, its much easier.

Rated:*** with 1097 hits  Added on: Mar 07, 2008

See this tutorial and learn how to load and display a picture from the Library on stage using the action script code and some special flash tricks

Picture displaying from the library on the stage by action script

See this tutorial and learn how to load and display a picture from the Library on stage using the action script code and some special flash tricks.

Rated:*** with 1493 hits  Added on: Mar 06, 2008

How to dynamically create text links with flash actionscript 3 0 and give them click events

html linkbutton with actionscript 3

How to dynamically create text links with flash actionscript 3.0 and give them click events.

Rated:*** with 1258 hits  Added on: Mar 05, 2008

Learn how to animate your Flash objects using a time based technique to avoid speed changes when adjusting your frame rate

Time Based Animation In Actionscript 3.0

Learn how to animate your Flash objects using a time based technique to avoid speed changes when adjusting your frame rate.

Rated:*** with 2090 hits  Added on: Mar 04, 2008

how to apply some filters like glow and dropshadow to an object with a mouse click in actionscript  using an eventlistener in Flash actionscript 3

Applying filters with AS3

how to apply some filters like glow and dropshadow to an object with a mouse click in actionscript, using an eventlistener in Flash actionscript 3

Rated:*** with 1175 hits  Added on: Mar 03, 2008

In this tutorial we will draw using ActionScript code  It s a simple and fun tutorial  We will use our mouse to draw lines of different thickness and random color  You can test your drawing skills if doesn t look good from the first time clear and start again

Draw lines in Flash CS3 using code.

In this tutorial we will draw using ActionScript code. It’s a simple and fun tutorial. We will use our mouse to draw lines of different thickness and random color. You can test your drawing skills if doesn’t look good from the first time clear and start again.

Rated:*** with 1924 hits  Added on: Mar 01, 2008

How to dynamically create a textfield on the stage  giving it properties and add some styling to it  all done with actionscripting

Create and style textfields with AS3

How to dynamically create a textfield on the stage, giving it properties and add some styling to it, all done with actionscripting.

Rated:*** with 1436 hits  Added on: Feb 28, 2008

In this tutorial we will learn how to load external mp3s and how to control them  We will work with URLRequest class  Sound class  SoundChannel class and use the CLICK mouse event  After completing this tutorial you will be able to add sounds to your application

Loading, playing and stopping sounds in AS 3.0.

In this tutorial we will learn how to load external mp3s and how to control them. We will work with URLRequest class, Sound class, SoundChannel class and use the CLICK mouse event. After completing this tutorial you will be able to add sounds to your application.

Rated:* with 1017 hits  Added on: Feb 27, 2008

Learn how to build your own custom function using flash actionscript 3

Functions with actionscript 3

Learn how to build your own custom function using flash actionscript 3.

Rated:*** with 969 hits  Added on: Feb 26, 2008

This tutorial will teach you how to create an advanced scrolling gallery using XML  All of our assets will be dynamically loaded and the gallery could be fully customized using the XML file

Creating an Advance Flash Image Gallery

This tutorial will teach you how to create an advanced scrolling gallery using XML. All of our assets will be dynamically loaded and the gallery could be fully customized using the XML file.

Rated:*** with 2494 hits  Added on: Feb 25, 2008

how to load variables in to flash from a text file with flash actionscript 3 0

Read variables from text file with AS3

how to load variables in to flash from a text file with flash actionscript 3.0

Rated:*** with 846 hits  Added on: Feb 22, 2008

we will look at how to load external text  display it and scroll it with buttons  We will work with URLRequest class  URLLoader class and use some MouseEvents  Not much to say about this topic  we will not build some fancy application  but this is very useful when working with external text

How to load, display and scroll external text with ActionScript 3.0.

we will look at how to load external text, display it and scroll it with buttons. We will work with URLRequest class, URLLoader class and use some MouseEvents. Not much to say about this topic, we will not build some fancy application, but this is very useful when working with external text.

Rated:*** with 1795 hits  Added on: Feb 19, 2008

Second part of my Flash actionscript 3 0 tutorial on how to draw via the graphic api  So here you will see how to draw straight lines defined by 2 points

AS3 drawing part 2 lines draw

Second part of my Flash actionscript 3.0 tutorial on how to draw via the graphic api. So here you will see how to draw straight lines defined by 2 points.

Rated:*** with 1409 hits  Added on: Feb 18, 2008

Draw with ActionScript unique  random  custom and strange shape  backgrounds   all depends of your imagination  The sketch is easy customizable  you replace my shape with yours and you get different result

Draw Custom shapes with ActionScript 3.0

Draw with ActionScript unique, random, custom and strange shape (backgrounds), all depends of your imagination. The sketch is easy customizable, you replace my shape with yours and you get different result.

Rated:*** with 1668 hits  Added on: Feb 16, 2008

apply dropshadow dynamically through your code with flash actionscripting

Apply shadow with actionscript 3

apply dropshadow dynamically through your code with flash actionscripting.

Rated:*** with 1436 hits  Added on: Feb 14, 2008

Advanced preloader made with ActionScript 3 0 that displays the number of bytes loaded reported of  the total bytes of your file

ActionScript 3.0 Advanced preloader

Advanced preloader made with ActionScript 3.0 that displays the number of bytes loaded reported of the total bytes of your file.

Rated:*** with 1990 hits  Added on: Feb 12, 2008

learn the basics of how to draw stuff using Flash actionscript 3 graphic api

Drawing with Flash AS3 part 1

learn the basics of how to draw stuff using Flash actionscript 3 graphic api

Rated:*** with 1373 hits  Added on: Feb 11, 2008

Go to Top

Highest Rated

This tutorial shows you how to create 3D flash photo gallery using 3rd flash tool called Wondershare Flash Gallery Factory  Easy to make 3D flash gallery with pre designed free templates and no flash or XML skills needed

How to create 3D flash photo gallery - This tutorial shows you how to create 3D flash photo gallery using 3rd flas...

Rated:**** with 26397 hits

Remove Glasses Digitally in Photoshop Retouching Tutorial

Remove Glasses Digitally in Photoshop Retouching Tutorial - Remove Glasses Digitally in Photoshop Retouching Tutorial...

Rated:**** with 19978 hits

Advanced masking in photoshop video tutorial

Advanced masking and selections with photoshop - Advanced masking in photoshop video tutorial ...

Rated:**** with 13474 hits

Create Water Droplets for your products with photoshop

Create Water Droplets for your products with photoshop - Create Water Droplets for your products with photoshop...

Rated:**** with 13802 hits

Most Popular

In this tutorial  we present ten favorite creative and useful techniques

Ten Photoshop Tips and Tricks - In this tutorial, we present ten favorite creative and useful techniques....

Rated:*** with 677893 hits

How to draw custom arrows in photoshop with the pen tool with a final 3 D embossing effect

How to draw custom arrows in photoshop with the pen tool with a final 3-D embossing effect. - How to draw custom arrows in photoshop with the pen tool with a final 3-D e...

Rated:*** with 585257 hits

In this Photoshop Tutorial we will show you give your type a nice feeling of speed

Speed Type Text - In this Photoshop Tutorial we will show you give your type a nice feeling o...

Rated:*** with 568390 hits

In this tutorial  we are going to show you how to change any person s eyes color

Eyes Color Retouch - In this tutorial, we are going to show you how to change any person's eyes ...

Rated:** with 564779 hits