ActionScript

6

FLARVision: Augmented Reality and Papervision - InsideRIA

http://insideria.com

The basic explanation of Augmented Reality is to superimpose graphics over real-world environments in realtime. In Flash, this is usually done with a webcam and a marker card.

5

AS3: Creating a Flash Preloader

http://www.republicofcode.com

This tutorial will teach you how to create a very simple preloader for your Flash movies using ActionScript 3.0.

Berna's picture
Submitted 2 years 24 weeks ago by Berna in programming
Tags:
3

AS3: Filters

http://www.republicofcode.com

Filters are ready-made effects which you can apply to all visual objects in Flash.

Berna's picture
Submitted 2 years 24 weeks ago by Berna in programming
Tags:
3

gotoandlearn.com - Embedding Flash with SWFObject 2.0

http://www.gotoandlearn.com

Learn how to use SWFObject to embed Flash content into HTML pages.

Berna's picture
Submitted 2 years 25 weeks ago by Berna in programming
Tags:
4

gotoandlearn.com - 3D Photo Panels

http://www.gotoandlearn.com

Learn how to create a nice 3D hover and scale effect using the new features in Flash Player 10.

Berna's picture
Submitted 2 years 25 weeks ago by Berna in programming
Tags:
2

Loading XML data in Flash using ActionScript

http://www.republicofcode.com

XML can be used to load external data in Flash to provide an easy method for structuring content so that it is easy to understand, process, and update. This tutorial will teach you the basics on how to create a Flash-friendly XML file and how to load and process this XML file in Flash using the ActionScript XML object. You are assumed to have intermediate knowledge of ActionScript in order to follow this tutorial.

Berna's picture
Submitted 2 years 29 weeks ago by Berna in programming
Tags:
2

AS3: XML Basics

http://www.republicofcode.com

Using XML is one of the best ways for structuring external content in a logical format that is easy to understand, process, and update. This tutorial will teach you the basics on how to load and process XML in Flash using ActionScript 3.0. You are assumed to have basic knowledge of ActionScript in order to follow this tutorial.

Berna's picture
Submitted 2 years 34 weeks ago by Berna in programming
Tags:
1

Peter deHaan: Creating new MovieClips in ActionScript 3.0

http://blogs.adobe.com

Creating new instances of a class has been greatly simplified in ActionScript 3.0. In previous versions of ActionScript, you needed to call createEmptyMovieClip() or createTextField() if you wanted to create a new MovieClip or TextField. Now, in ActionScript 3.0, you can simply call new MovieClip() or new TextField() directly, as shown in the following web.

Berna's picture
Submitted 2 years 34 weeks ago by Berna in programming
Tags:
2

Right Click Menu in ActionScript 3

http://www.webdesignmo.com

It is pretty easy to make a custom right click menu or context menu in Flash ActionScript 3. You may try and adapt below source codes for your projects.

Berna's picture
Submitted 2 years 34 weeks ago by Berna in programming
Tags:
2

Blog About Flash: Make your own custom right-click menu with AS3

http://www.blogaboutflash.com

I am going to show you how to customize the right-click menu in ActionScript 3 as I have done in my photo gallery. AS3 already provides you with a class that controls the menu: ContextMenu, and classes that handle the properties and events: ContextMenuItem and ContextMenuEvent. It gives you everything you need and nothing you don´t. It´s pretty straight-forward.

Berna's picture
Submitted 2 years 34 weeks ago by Berna in programming
Tags: