Recent News
Published December 21, 2008
Also, we'd like to take the opportunity to wish all our visitors a happy and safe festive season! Thanks for another great year of your contributions and support. We look forward to continuing to grow the community, with your help, in 2009.
|
Please be aware that we are in the process of moving to a new server. We have changed our DNS records and the switch is now underway, but may take up to three days depending on your ISP. Please excuse any issues with the site for the next week, and be sure to let us know if you spot problems so we can fix them up ASAP.Also, we'd like to take the opportunity to wish all our visitors a happy and safe festive season! Thanks for another great year of your contributions and support. We look forward to continuing to grow the community, with your help, in 2009.
Published December 7, 2008
|
We're still experiencing server issues which we are working hard to resolve. Please bear with us during this time. We apologize for any inconvenience.Featured Articles
Difficulty: Moderate
Time Taken: 25 minutes
Description:
Script Injection in ActionScript 3: Using Wrapper Functions to inject JavaScript and VBScript into a webpage through Flash ActionScript 3
This article will show how to inject and execute complete JavaScript and VBScript functions, class objects and applications into a webpage through ActionScript 3's ExternalInterface Class. In addition, we will show how to store and modify complete JavaScript and VBScript scripts directly within AS3 sourcecode, where they may be safely kept until needed.
Readers should be familiar with ActionScript's ExternalInterface Class. In addition, competence with JavaScript and the Document Object Model (DOM) is recommended.
My first two articles focused mainly on teaching
everybody the changes in syntax from AS 2.0 to AS 3.0. Now I'm hoping
that my audience has worked with 3.0 for a little while since my last
articles, and I'd like to change focus a little bit. I'd like to switch
topics to how to get the most out of AS 3.0. Yes, just by using it,
you're gaining a ton of speed, but there are ways to get more speed out
of it.
This article will explain how to build a simple Flash application using Classes. It will take you from the initial concept to the finished application, one step at a time. Along the way, you'll find out about the following topics:The document class
Using one class to create instances of another class
The new ...rest parameter
Arrays
Components
Using a variable of your own custom datatype
Encapsulation
This tutorial will walk you step by step through the creation of an Actionscript 3.0 application. Some of the topics covered in this article are: Events and Event Listeners, Classes, Arrays, and loading and using XML data.
Recent Articles
Recent Blogs
By Jesse Nicholson
|
December 6, 2008
By Jesse Nicholson
|
December 3, 2008
By Gerard Mason
|
June 13, 2008
By Gerard Mason
|
June 12, 2008
By Gerard Mason
|
June 11, 2008
By Ruben Swieringa
|
March 5, 2008
By Ruben Swieringa
|
February 26, 2008
By Jonathan van Woudenberg
|
February 25, 2008
By Ruben Swieringa
|
February 25, 2008

