Categories
Featured jobs
» More ActionScript, Flash and Flex jobs.
» Advertise a job for free
Our network
Advertisement

 »  Home  »  Tutorials  »  Flash  »  Advanced

Advanced

 

If you prefer a single page listing of all Tutorial and Article titles, click here.

 

(Page 1 of 3)   « Back | 1 | 2 | 3 | Next »
» FreeDOM (programming)
By Adam Smith | Published 11/5/2007 | Advanced , Articles | Rating:

Free DOM or Freedom, (Free Document Object Model) is a web development technique used for creating event driven web applications. FreeDOM is designed to overcome the limitations of stateless HyperText Transfer Protocol (HTTP) transmissions. It offers a new concept for creating binary persistent connections, allowing client and server to utilize memory and resources efficiently while communicating across TCP.

Freedom is designed to replace Ajax (Asynchronous Javascript and XML) by allowing async bidirectional event driven communication to the browser DOM (Document Object Model). Using the techniques will allow you to create webpages that act more like true software applications, increasing user interaction and usability.

FreeDOM uses common programming with Javascript and Flash to create a technique that is widely supported across many platforms including future web technologies to be released.

» MVC Design Pattern
By Tolga Ozdemir | Published 10/28/2007 | Advanced | Rating:

Actionscript is growing up, while this happen programming in a logical view is important. I will write about in this article one of the basic design pattern in use - Model View Controller.

» Low level AS3 - Establishing an RTMP connection with Socket and ByteArray
By Milan Toth | Published 06/19/2007 | Advanced | Rating:
In this article we do a little reverse engineering on rtmp and amf, and establish a connection to a rtmp server with a fake agent and referrer.
» Getting started with red5 server
By Milan Toth | Published 05/29/2007 | Advanced | Rating:
How to create a simple red5 application.
» AS3 API@TempoStudios.com
By Franky Natividad | Published 05/8/2007 | Advanced | Rating:
Hello everyone,

I wanted to announce my api project I got its a simple class that gets all the basic listeners-*the list is small but might look like alot :)* And it will help you program faster it also manages movie clips for you so you can handle them with ease :)
Its free and open to everyone :)
» XML Socket in as3 :)
By Franky Natividad | Published 05/6/2007 | Advanced | Rating:
Hey im proud to announce XMLSockets in as3 its a bit different from as2 and a lot more confusing but Ill show you what to do to do it :)
» C++ And Flash V2.0
By Franky Natividad | Published 04/27/2007 | Advanced | Rating:
Hello everyone,

Finally after a few months I released v2.0 which has alot more features to my previous version such as one big aspect LOGIN! lol was a big issue this explains v2.0 and how to use :)
» Working with setInterval in classes
By zareh boghozian | Published 04/22/2007 | Advanced | Rating:
As you know flash doesn’t have threads. So if you want to have some commands that execute in time intervals you must use set Interval. But there is a problem. SetInterval a acts independently...
» Creating a component preview
By Tolga Ozdemir | Published 03/24/2007 | Advanced | Rating:

In this tutorial, I’m going to show you how to create a component with a live preview. It is help ful with components which does not have a view or components which starts with alpha zero. This is a powerful aspect of Flash programming.

» Button Animation with RollOver State that Stays when User Clicks a Button
By Victor Gaudioso | Published 03/22/2007 | Advanced | Rating:

In the last week I have viewed two posts from users asking how to make a set of buttons that have rollOver states that stay when the user clicks one of the buttons.  Further, when another button is clicked they want the other buttons to go to the rollOff state while the button just clicked stays in the rollOver state. 

So let's get started!

» C++ And Flash [Tutorial on How to make An MMO]
By Franky Natividad | Published 02/3/2007 | Advanced | Rating:
This tutorial will show you how to work with flash to make an Online Game going using c++ and flash. Its really simple but you will need alot of flash experience this is not for the weak minded though I do provide help ill try to explain everything here.


» Use the Same External Dynamic Image Infinitely
By Lauren Smith | Published 01/12/2007 | Advanced | Rating:
"If you used MovieClip.loadMovie() or the MovieClipLoader class to load a movie clip, the contents of the SWF file are not duplicated. This means that you cannot save bandwidth by loading a JPEG, GIF, PNG, or SWF file and then duplicating the movie clip." Well that seems very limiting so what's the work-around? The BitmapData Object that was introduced in Flash 8. We load our JPEG using the MovieClipLoader Class, use the BitmapData Object to draw an instance of our image, remove the movieclip that our image was loading into and Flash has stored our image as a bitmap which can be used as many times as we like. 
» Creating subtitles for flash video using XML
By Fintan Boyle | Published 01/2/2007 | Advanced | Rating:

Level: Advanced

Technology:  AS2.0, XML, XLEFF

Assumed knowledge:  Know how to create an FLV file, basic understanding of AS2 (including the use of listeners and classes, using components)



Overview

This tutorial will show how to create subtitles on-the-fly from content stored in XML format.  It assumes that you know how to create an FLV (Flash Video) file.  A sample FLV file is provided, along with sample subtitles, but you can also use your own if you wish.
» JSON Communication with Flash: Loading Data
By Lauren Smith | Published 12/31/2006 | Advanced | Rating:
What is JSON? JSON stands for JavaScript Object Notation and is a much leaner alternative to loading XML data. For this example we will be loading JSON data in from some del.icio.us posts.

» Skewing Objects With ActionScript
By Brian Shaler | Published 09/29/2006 | Advanced | Rating:
Tutorial name: Skewing Objects With ActionScript
Written by: Brian Shaler [brianshalerATgmailDOTcom] http://brian.shaler.name/
Difficulty Level: Advanced
Requirements:Flash MX
Assumed Knowledge: Trigonometry, parent/child relationships
» Using EventDispatcher
By Patrick Mineault | Published 06/3/2006 | Advanced | Rating:
Written by: Patrick Mineault, , http://www.5etdemi.com
Difficulty Level: Expert
Requirements: MX 2004
Topics Covered: EventDispatcher, Classes, MVC
Assumed Knowledge: Working knowledge of AS2 classes 
» Controlling Multi-channel Sound using ActionScript
By Won Dong | Published 06/3/2006 | Advanced | Rating:
Written by: Won Dong
E-mail:
URL: http://www.hirihiri.com/blog
Difficulty Level: advanced
Requirements: Flash MX 2004
Assumed Knowledge: OOP, Class, Sound Object
» Undo/Redo Architecture - Application
By David Avila | Published 03/10/2006 | Advanced | Rating:
» Detecting Key Combinations
By David Avila | Published 03/6/2006 | Advanced , Intermediate | Rating:
We will be going over how to use the KeyDetection class to detect and handle key combinations.

This article assumes you have a basic understanding of actionscript in general, and that you are using Flash MX 2004 or higher.
» SharedObject Applications
By Hasan Otuome | Published 02/23/2006 | Advanced | Rating:
Tutorial details:
Written by:
Hasan Otuome
Time: 30mins - 1 hr
Difficulty: Advanced
Requirements: Flash 8
Topics Covered: Using SharedObjects and LoadVars.
Assumed knowledge: Actionscript. SharedObject, LoadVars, arrays and for loops.

You can grab the tutorial files here

In this tutorial I'll show you creative uses of Flash's SharedObject to meet your clients increasing demands.
» Easy autoFocus
By Hasan Otuome | Published 02/20/2006 | Intermediate , Advanced | Rating:
Tutorial details:
Written by:
Hasan Otuome
Time: Approximately 10 minutes
Difficulty: Intermediate
Requirements: Flash 8
Topics Covered: Using Listener Objects for custom navigation.
Assumed knowledge: Flash interface. Actionscript 

You can find the source files for this tutorial here.

In this tutorial I show you how to use a Listener Object with your text fields to control focus automatically. This can have many applications, especially when developing massive apps like setup wizards, shopping carts, etc. OK, let's get to it.
» Typography in Flash
By JT Paasch | Published 09/9/2005 | Advanced | Rating:
Tutorial details:
Written by: JT Paasch www.absconditus.com
Difficulty Level: advanced
» CSS in Actionscript 1.0
By JT Paasch | Published 09/9/2005 | Advanced | Unrated
Tutorial details:
Written by: JT Paasch www.absconditus.com jt@absconditus.com
Difficulty Level: advanced
Requirements: Flash MX or higher
» Abstract Class in AS2.0
By Andrew Simmons | Published 09/9/2005 | Advanced | Rating:
This tutorial explains how to create an AS2.0 class which must be derived and contains partial implementation while enforcing specific and complete implementation by all deriving classes.
Written by: Andrew Simmons ,www.andrew-simmons.com andrew-simmons@andrew-simmons.com
Difficulty Level: advanced
Requirements: (MX 2004)
Topics Covered: OOP
Assumed Knowledge: Understanding of Interfaces in AS2.0
» Loading random Background and/or Screensaver
By Xavier Martin | Published 09/9/2005 | Advanced | Rating:


(Page 1 of 3)   « Back | 1 | 2 | 3 | Next »

Search Entire Site
Add to Google
Advertisements
Latest New Articles
Set up a simple IIS Server for Flash
by Peter McBride

Day 1 at FITC Toronto 2008
by Anthony Pace

Simple reflection effect with AS2
by Jean André Mas

ActionScript.org Meets Josh Tynjala (aka dr_zeus)
by ActionScript.org Staff

Rapidly Create Online Flash Movies to Help Users Market, Sell and Support Software and Hardware
by Sabrina F

mailing list
Enter your email address:
mailing list
Subscribe Unsubscribe
© 2000-2007 actionscript.org! All Rights Reserved.
Read our Privacy Statement and Terms of Use...
Our dedicated server is hosted and managed by WebScorpion Webhosting.