Download the new Autochrome 2.0 Photography Wordpress Theme.

Tag Archives: ActionScript

Seeking developers; I’m building another Tech Team

— By

My team built an audio/video match-making solution few years back for a client. We went our ways and I became part few startups – Mixercast, oCricket and Paisa.com, learning a lot about business and the Startup life in the process. Few months back, the idea that kept lingering amongst many of my ideas was that [...]

ActionScript 3 API Reference for the iPhone

— By

The ActionScript 3 API Reference is a free iPhone application that provides a quick and convenient method for accessing the ActionScript 3 API class reference documentation.

Peter Elst: What’s new in ActionScript 3.0

— By

Flash has come a long way since the dawn of the unfortunate "skip intro" phenomena that swept the web in the late 90's. ActionScript 3.0 is now able to do things never thought possible on the web.

Adobe AIR and Security

— By

The security model for the HTML application sandbox in AIR varies significantly from the sandbox available in the browser. The reason behind this is there are a number of design and implementation patterns common to HTML web applications that are too dangerous to be combined with the local system access inherent in the AIR application sandbox.

Adobe technology platform ActionScript reference for RIA development

— By

<strong>The Adobe technology platform ActionScript reference for RIA development</strong> is a 50 paged Printable PDF which provides a complete ActionScript 3 API listing for Flash Player, Adobe AIR and Flex 3.

ActionScript 3.0: It is NOT hard to learn

— By

I regularly hear people claim, incorrectly, that to use ActionScript 3.0, you have to know object-oriented programming, or every variable's datatype must be declared, or everything has to be in packages and classes.

Adobe announced BlazeDS, AMF Specification goes Open Source

— By

Action Message Format (AMF) is a compact binary format that is used to serialize ActionScript objects.

ActionScript 3.0 Cookbook

— By

ActionScript 3.0 CookBook is very much like any other CookBoook and gets to the point right away with over 300+ example codes. It is not a book to teach you ActionScript 3.0 from scratch but rather assumes that you know AS 3.0 and wanted to get down dirty with codes instantly.

Remove HandCursor for Button or MC

— By

Here is a common reply to my students, forum users for the querry, &#8220;How do I remove the hand cursor from all instance of Buttons or MCs without specifying it individually?&#8221;. Modify the script below to suit your needs. Apply it using removeHand(); myRoot = this; function removeHand() { for (i in myRoot) { if [...]

External JPEG file preloader

— By

Due to popular demands and complaints from many MM forum users when my previous external JPEG preloader went offline, I am bringing back the external JPEG preloader with a new improvised script. I wasn&#8217;t sure if people still liked that preloader, so, I am sorry as most of the files went offline while changing web [...]